public class EntityReturnReader extends Object implements ReturnReader
Constructor and Description |
---|
EntityReturnReader(EntityReturn entityReturn) |
Modifier and Type | Method and Description |
---|---|
ResultSetProcessingContext.EntityReferenceProcessingState |
getIdentifierResolutionContext(ResultSetProcessingContext context) |
Object |
read(ResultSet resultSet,
ResultSetProcessingContext context)
Essentially performs the second phase of two-phase loading.
|
public EntityReturnReader(EntityReturn entityReturn)
public ResultSetProcessingContext.EntityReferenceProcessingState getIdentifierResolutionContext(ResultSetProcessingContext context)
public Object read(ResultSet resultSet, ResultSetProcessingContext context) throws SQLException
ReturnReader
read
in interface ReturnReader
resultSet
- The result set being processedcontext
- The context for the processingSQLException
- Indicates a problem access the JDBC result setCopyright © 2017 JBoss by Red Hat. All rights reserved.