public interface EntityIdentifierReader
hydrate(java.sql.ResultSet, org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext)). During this "phase" 2 things happen:
ResultSetProcessingContext.EntityReferenceProcessingState for the EntityReference under
ResultSetProcessingContext.EntityReferenceProcessingState#registerEntityKey
ResultSetProcessingContext.EntityReferenceProcessingState for the EntityReference
under ResultSetProcessingContext.EntityReferenceProcessingState#registerIdentifierHydratedForm
ResultSetProcessingContext.EntityReferenceProcessingState for the
EntityReference whose identifier we are reading under
ResultSetProcessingContext.EntityReferenceProcessingState#registerEntityKey
| Modifier and Type | Method and Description |
|---|---|
void |
hydrate(ResultSet resultSet,
ResultSetProcessingContext context)
Hydrate the entity identifier.
|
void |
resolve(ResultSet resultSet,
ResultSetProcessingContext context)
Resolve the entity identifier.
|
void hydrate(ResultSet resultSet, ResultSetProcessingContext context) throws SQLException
resultSet - The ResultSetcontext - The processing contextSQLException - Problem accessing ResultSetvoid resolve(ResultSet resultSet, ResultSetProcessingContext context) throws SQLException
resultSet - The ResultSetcontext - The processing contextSQLException - Problem accessing ResultSetCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.