当前页面:
在线文档首页 >
Hibernate 3.2.3 正式版 API 英文文档
RootReturn (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档
org.hibernate.loader.custom
Class RootReturn
java.lang.Object
org.hibernate.loader.custom.NonScalarReturn
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()