public class CollectionReferenceInitializerImpl extends Object implements CollectionReferenceInitializer
Constructor and Description |
---|
CollectionReferenceInitializerImpl(CollectionReference collectionReference,
CollectionReferenceAliases aliases) |
Modifier and Type | Method and Description |
---|---|
void |
endLoading(ResultSetProcessingContextImpl context) |
protected Object |
findCollectionOwner(Serializable collectionRowKey,
ResultSet resultSet,
ResultSetProcessingContextImpl context) |
protected Serializable |
findCollectionOwnerKey(ResultSetProcessingContextImpl context) |
void |
finishUpRow(ResultSet resultSet,
ResultSetProcessingContextImpl context) |
CollectionReference |
getCollectionReference() |
public CollectionReferenceInitializerImpl(CollectionReference collectionReference, CollectionReferenceAliases aliases)
public CollectionReference getCollectionReference()
getCollectionReference
in interface CollectionReferenceInitializer
public void finishUpRow(ResultSet resultSet, ResultSetProcessingContextImpl context)
finishUpRow
in interface CollectionReferenceInitializer
protected Object findCollectionOwner(Serializable collectionRowKey, ResultSet resultSet, ResultSetProcessingContextImpl context)
protected Serializable findCollectionOwnerKey(ResultSetProcessingContextImpl context)
public void endLoading(ResultSetProcessingContextImpl context)
endLoading
in interface CollectionReferenceInitializer
Copyright © 2021 JBoss by Red Hat. All rights reserved.