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)