CollectionReturnpublic class CollectionReturn extends NonScalarReturn 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). |
Fields Summary |
---|
private final String | ownerEntityName | private final String | ownerProperty | private final org.hibernate.loader.CollectionAliases | collectionAliases | private final org.hibernate.loader.EntityAliases | elementEntityAliases |
|