| 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 java.sql.ResultSet |
ResultSetWrapperProxy.generateProxy(java.sql.ResultSet resultSet,
ColumnNameCache columnNameCache,
ServiceRegistry serviceRegistry)
Generates a proxy wrapping the ResultSet.
|
| Modifier and Type | Method and Description |
|---|---|
java.sql.ResultSet |
ResultSetWrapperImpl.wrap(java.sql.ResultSet resultSet,
ColumnNameCache columnNameCache) |
| Modifier and Type | Method and Description |
|---|---|
java.sql.ResultSet |
ResultSetWrapper.wrap(java.sql.ResultSet resultSet,
ColumnNameCache columnNameCache)
Wrap a result set in a "column name cache" wrapper.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.