Package 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.
-
-
Constructor Summary
Constructors Constructor Description RootReturn(java.lang.String alias, java.lang.String entityName, EntityAliases entityAliases, LockMode lockMode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityAliases
getEntityAliases()
java.lang.String
getEntityName()
-
Methods inherited from class org.hibernate.loader.custom.NonScalarReturn
getAlias, getLockMode
-
-
-
-
Constructor Detail
-
RootReturn
public RootReturn(java.lang.String alias, java.lang.String entityName, EntityAliases entityAliases, LockMode lockMode)
-
-
Method Detail
-
getEntityName
public java.lang.String getEntityName()
-
getEntityAliases
public EntityAliases getEntityAliases()
-
-