org.hibernate.loader.custom
Class RootReturn
java.lang.Object
   org.hibernate.loader.custom.NonScalarReturn
org.hibernate.loader.custom.NonScalarReturn
       org.hibernate.loader.custom.RootReturn
org.hibernate.loader.custom.RootReturn
- All Implemented Interfaces: 
- Return
- public class RootReturn 
- extends NonScalarReturn
Represents a return which names a "root" entity.
 
 A root entity means it is explicitly a "column" in the result, as opposed to
 a fetched association.
- Author:
- Steve Ebersole
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RootReturn
public RootReturn(String alias,
                  String entityName,
                  EntityAliases entityAliases,
                  LockMode lockMode)
getEntityName
public String getEntityName()
- 
 
getEntityAliases
public EntityAliases getEntityAliases()
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.