org.hibernate.loader.custom
Class EntityFetchReturn
java.lang.Object
   org.hibernate.loader.custom.NonScalarReturn
org.hibernate.loader.custom.NonScalarReturn
       org.hibernate.loader.custom.FetchReturn
org.hibernate.loader.custom.FetchReturn
           org.hibernate.loader.custom.EntityFetchReturn
org.hibernate.loader.custom.EntityFetchReturn
- All Implemented Interfaces: 
- Return
- public class EntityFetchReturn 
- extends FetchReturn
Spefically a fetch return that refers to an entity association.
- Author:
- Steve Ebersole
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
EntityFetchReturn
public EntityFetchReturn(String alias,
                         EntityAliases entityAliases,
                         NonScalarReturn owner,
                         String ownerProperty,
                         LockMode lockMode)
getEntityAliases
public EntityAliases getEntityAliases()
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.