| Package | Description |
|---|---|
| org.hibernate.engine.jdbc |
Support for 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,
ServiceRegistry serviceRegistry)
Generates a proxy wrapping the ResultSet.
|
| 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-2022 Red Hat, Inc. All Rights Reserved.