org.hibernate.loader.custom
Class CollectionReturn
- Return
public class CollectionReturn
Represents a return which names a collection role; it
is used in defining a custom query for loading an entity's
collection in non-fetching scenarios (i.e., loading the collection
itself as the "root" of the result).
CollectionReturn
public CollectionReturn(String alias,
String ownerEntityName,
String ownerProperty,
CollectionAliases collectionAliases,
EntityAliases elementEntityAliases,
LockMode lockMode)
getElementEntityAliases
public EntityAliases getElementEntityAliases()
getOwnerEntityName
public String getOwnerEntityName()
Returns the class owning the collection.
- The class owning the collection.
getOwnerProperty
public String getOwnerProperty()
- The name of the property representing the collection on the owner class.