类 RootReturn
- java.lang.Object
-
- org.hibernate.loader.custom.NonScalarReturn
-
- org.hibernate.loader.custom.RootReturn
-
- 所有已实现的接口:
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.- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 RootReturn(String alias, String entityName, EntityAliases entityAliases, LockMode lockMode)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 EntityAliasesgetEntityAliases()StringgetEntityName()-
从类继承的方法 org.hibernate.loader.custom.NonScalarReturn
getAlias, getLockMode
-
-
-
-
构造器详细资料
-
RootReturn
public RootReturn(String alias, String entityName, EntityAliases entityAliases, LockMode lockMode)
-
-
方法详细资料
-
getEntityName
public String getEntityName()
-
getEntityAliases
public EntityAliases getEntityAliases()
-
-