类 EntityReturnReader
- java.lang.Object
-
- org.hibernate.loader.plan.exec.process.internal.EntityReturnReader
-
- 所有已实现的接口:
ReturnReader
public class EntityReturnReader extends Object implements ReturnReader
- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 EntityReturnReader(EntityReturn entityReturn)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ResultSetProcessingContext.EntityReferenceProcessingStategetIdentifierResolutionContext(ResultSetProcessingContext context)Objectread(ResultSet resultSet, ResultSetProcessingContext context)Essentially performs the second phase of two-phase loading.
-
-
-
构造器详细资料
-
EntityReturnReader
public EntityReturnReader(EntityReturn entityReturn)
-
-
方法详细资料
-
getIdentifierResolutionContext
public ResultSetProcessingContext.EntityReferenceProcessingState getIdentifierResolutionContext(ResultSetProcessingContext context)
-
read
public Object read(ResultSet resultSet, ResultSetProcessingContext context) throws SQLException
从接口复制的说明:ReturnReaderEssentially performs the second phase of two-phase loading.- 指定者:
read在接口中ReturnReader- 参数:
resultSet- The result set being processedcontext- The context for the processing- 返回:
- The read object
- 抛出:
SQLException- Indicates a problem access the JDBC result set
-
-