Package | Description |
---|---|
org.hibernate.engine.jdbc |
Modifier and Type | Method and Description |
---|---|
static java.sql.ResultSet |
ResultSetWrapperProxy.generateProxy(java.sql.ResultSet resultSet,
ColumnNameCache columnNameCache)
Generates a proxy wrapping the ResultSet.
|
java.sql.ResultSet |
JdbcSupport.wrap(java.sql.ResultSet resultSet,
ColumnNameCache columnNameCache)
Wrap the given
ResultSet in one that caches the column-name -> column-index resolution. |
java.sql.ResultSet |
JdbcSupportImpl.wrap(java.sql.ResultSet resultSet,
ColumnNameCache columnNameCache) |
Copyright © 2013. All Rights Reserved.