Uses of Class
org.hibernate.loader.custom.NonScalarReturn
-
Packages that use NonScalarReturn Package Description org.hibernate.loader.custom -
-
Uses of NonScalarReturn in org.hibernate.loader.custom
Subclasses of NonScalarReturn in org.hibernate.loader.custom Modifier and Type Class Description classCollectionFetchReturnSpecifically a fetch return that refers to a collection association.classCollectionReturnRepresents 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).classEntityFetchReturnSpecifically a fetch return that refers to an entity association.classFetchReturnRepresents a return which names a fetched association.classRootReturnRepresents a return which names a "root" entity.Methods in org.hibernate.loader.custom that return NonScalarReturn Modifier and Type Method Description NonScalarReturnFetchReturn. getOwner()Retrieves the return descriptor for the owner of this fetch.Constructors in org.hibernate.loader.custom with parameters of type NonScalarReturn Constructor Description CollectionFetchReturn(String alias, NonScalarReturn owner, String ownerProperty, CollectionAliases collectionAliases, EntityAliases elementEntityAliases, LockMode lockMode)EntityFetchReturn(String alias, EntityAliases entityAliases, NonScalarReturn owner, String ownerProperty, LockMode lockMode)FetchReturn(NonScalarReturn owner, String ownerProperty, String alias, LockMode lockMode)Creates a return descriptor for an association fetch.
-