Package | Description |
---|---|
org.hibernate.engine.jdbc | |
org.hibernate.engine.jdbc.internal | |
org.hibernate.engine.jdbc.spi |
Modifier and Type | Method and Description |
---|---|
static java.sql.ResultSet |
ResultSetWrapperProxy.generateProxy(java.sql.ResultSet resultSet,
ColumnNameCache columnNameCache)
Generates a proxy wrapping the ResultSet.
|
Modifier and Type | Method and Description |
---|---|
java.sql.ResultSet |
ResultSetWrapperImpl.wrap(java.sql.ResultSet resultSet,
ColumnNameCache columnNameCache)
Wrap a result set in a "column name cache" wrapper.
|
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-2012 Red Hat, Inc. All Rights Reserved.