站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

Uses of Class org.hibernate.jdbc.ResultSetWrapper (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Uses of Class
org.hibernate.jdbc.ResultSetWrapper

Packages that use ResultSetWrapper
org.hibernate.jdbc This package abstracts the mechanism for dispatching SQL statements to the database, and implements interaction with JDBC. 
 

Uses of ResultSetWrapper in org.hibernate.jdbc
 

Methods in org.hibernate.jdbc with parameters of type ResultSetWrapper
 int ColumnNameCache.getIndexForColumnName(String columnName, ResultSetWrapper rs)