类 CollectionReferenceInitializerImpl
- java.lang.Object
-
- org.hibernate.loader.plan.exec.process.internal.CollectionReferenceInitializerImpl
-
- 所有已实现的接口:
CollectionReferenceInitializer
public class CollectionReferenceInitializerImpl extends Object implements CollectionReferenceInitializer
- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 CollectionReferenceInitializerImpl(CollectionReference collectionReference, CollectionReferenceAliases aliases)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidendLoading(ResultSetProcessingContextImpl context)protected ObjectfindCollectionOwner(Serializable collectionRowKey, ResultSet resultSet, ResultSetProcessingContextImpl context)protected SerializablefindCollectionOwnerKey(ResultSetProcessingContextImpl context)voidfinishUpRow(ResultSet resultSet, ResultSetProcessingContextImpl context)CollectionReferencegetCollectionReference()
-
-
-
构造器详细资料
-
CollectionReferenceInitializerImpl
public CollectionReferenceInitializerImpl(CollectionReference collectionReference, CollectionReferenceAliases aliases)
-
-
方法详细资料
-
getCollectionReference
public CollectionReference getCollectionReference()
-
finishUpRow
public void finishUpRow(ResultSet resultSet, ResultSetProcessingContextImpl context)
- 指定者:
finishUpRow在接口中CollectionReferenceInitializer
-
findCollectionOwner
protected Object findCollectionOwner(Serializable collectionRowKey, ResultSet resultSet, ResultSetProcessingContextImpl context)
-
findCollectionOwnerKey
protected Serializable findCollectionOwnerKey(ResultSetProcessingContextImpl context)
-
endLoading
public void endLoading(ResultSetProcessingContextImpl context)
- 指定者:
endLoading在接口中CollectionReferenceInitializer
-
-