| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use NonScalarReturn | |
| org.hibernate.loader.custom | This package defines a framework for custom loaders that accept handwritten SQL | 
| Uses of NonScalarReturn in org.hibernate.loader.custom | 
| Subclasses of NonScalarReturn in org.hibernate.loader.custom | |
|  class | CollectionFetchReturnSpefically a fetch return that refers to a collection association. | 
|  class | CollectionReturnRepresents 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). | 
|  class | EntityFetchReturnSpefically a fetch return that refers to an entity association. | 
|  class | FetchReturnRepresents a return which names a fetched association. | 
|  class | RootReturnRepresents a return which names a "root" entity. | 
| Methods in org.hibernate.loader.custom that return NonScalarReturn | |
|  NonScalarReturn | FetchReturn.getOwner()Retrieves the return descriptor for the owner of this fetch. | 
| Constructors in org.hibernate.loader.custom with parameters of type NonScalarReturn | |
| FetchReturn(NonScalarReturn owner,
            String ownerProperty,
            String alias,
            LockMode lockMode)Creates a return descriptor for an association fetch. | |
| EntityFetchReturn(String alias,
                  EntityAliases entityAliases,
                  NonScalarReturn owner,
                  String ownerProperty,
                  LockMode lockMode) | |
| CollectionFetchReturn(String alias,
                      NonScalarReturn owner,
                      String ownerProperty,
                      CollectionAliases collectionAliases,
                      EntityAliases elementEntityAliases,
                      LockMode lockMode) | |
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||