Package org.hibernate.loader.custom
Class CollectionFetchReturn
- java.lang.Object
-
- org.hibernate.loader.custom.NonScalarReturn
-
- org.hibernate.loader.custom.FetchReturn
-
- org.hibernate.loader.custom.CollectionFetchReturn
-
- All Implemented Interfaces:
Return
public class CollectionFetchReturn extends FetchReturn
Specifically a fetch return that refers to a collection association.
-
-
Constructor Summary
Constructors Constructor Description CollectionFetchReturn(java.lang.String alias, NonScalarReturn owner, java.lang.String ownerProperty, CollectionAliases collectionAliases, EntityAliases elementEntityAliases, LockMode lockMode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionAliases
getCollectionAliases()
EntityAliases
getElementEntityAliases()
-
Methods inherited from class org.hibernate.loader.custom.FetchReturn
getOwner, getOwnerProperty
-
Methods inherited from class org.hibernate.loader.custom.NonScalarReturn
getAlias, getLockMode
-
-
-
-
Constructor Detail
-
CollectionFetchReturn
public CollectionFetchReturn(java.lang.String alias, NonScalarReturn owner, java.lang.String ownerProperty, CollectionAliases collectionAliases, EntityAliases elementEntityAliases, LockMode lockMode)
-
-
Method Detail
-
getCollectionAliases
public CollectionAliases getCollectionAliases()
-
getElementEntityAliases
public EntityAliases getElementEntityAliases()
-
-