Class 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 Detail

      • RootReturn

        public RootReturn​(java.lang.String alias,
                          java.lang.String entityName,
                          EntityAliases entityAliases,
                          LockMode lockMode)
    • Method Detail

      • getEntityName

        public java.lang.String getEntityName()