org.hibernate.loader.custom

Class EntityFetchReturn

Implemented Interfaces:
Return

public class EntityFetchReturn
extends FetchReturn

Spefically a fetch return that refers to an entity association.
Author:
Steve Ebersole

Constructor Summary

EntityFetchReturn(String alias, EntityAliases entityAliases, NonScalarReturn owner, String ownerProperty, LockMode lockMode)

Method Summary

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 Details

EntityFetchReturn

public EntityFetchReturn(String alias,
                         EntityAliases entityAliases,
                         NonScalarReturn owner,
                         String ownerProperty,
                         LockMode lockMode)

Method Details

getEntityAliases

public EntityAliases getEntityAliases()