| Package | Description | 
|---|---|
| org.hibernate.engine.jdbc | 
 Support for various aspects of JDBC interaction 
 | 
| org.hibernate.engine.jdbc.internal | 
 Internals for supporting various aspects of JDBC interaction 
 | 
| org.hibernate.engine.jdbc.spi | 
 SPI contracts for supporting various aspects of JDBC interaction 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ResultSet | 
ResultSetWrapperProxy.generateProxy(ResultSet resultSet,
             ColumnNameCache columnNameCache)
Generates a proxy wrapping the ResultSet. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ResultSet | 
ResultSetWrapperImpl.wrap(ResultSet resultSet,
    ColumnNameCache columnNameCache)  | 
| Modifier and Type | Method and Description | 
|---|---|
ResultSet | 
ResultSetWrapper.wrap(ResultSet resultSet,
    ColumnNameCache columnNameCache)
Wrap a result set in a "column name cache" wrapper. 
 | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.