public interface ResultSetProcessor
Modifier and Type | Method and Description |
---|---|
List |
extractResults(ResultSet resultSet,
SessionImplementor session,
QueryParameters queryParameters,
NamedParameterContext namedParameterContext,
boolean returnProxies,
boolean readOnly,
ResultTransformer forcedResultTransformer,
List<AfterLoadAction> afterLoadActions)
Process an entire ResultSet, performing all extractions.
|
ScrollableResultSetProcessor |
toOnDemandForm()
Deprecated.
Going away!
|
@Deprecated ScrollableResultSetProcessor toOnDemandForm()
List extractResults(ResultSet resultSet, SessionImplementor session, QueryParameters queryParameters, NamedParameterContext namedParameterContext, boolean returnProxies, boolean readOnly, ResultTransformer forcedResultTransformer, List<AfterLoadAction> afterLoadActions) throws SQLException
Loader.doQuery(org.hibernate.engine.spi.SessionImplementor, org.hibernate.engine.spi.QueryParameters, boolean, org.hibernate.transform.ResultTransformer)
, with focus on just the ResultSet processing bit.resultSet
- The result set being processed.session
- The originating sessionqueryParameters
- The "parameters" used to build the queryreturnProxies
- Can proxies be returned (not the same as can they be created!)forcedResultTransformer
- My old "friend" ResultTransformer...afterLoadActions
- Actions to be performed after loading an entity.SQLException
- Indicates a problem access the JDBC ResultSetCopyright © 2017 JBoss by Red Hat. All rights reserved.