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