java.lang.Object | ||
↳ | org.hibernate.loader.custom.NonScalarReturn | |
↳ | org.hibernate.loader.custom.FetchReturn |
Known Direct Subclasses |
Represents a return which names a fetched association.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a return descriptor for an association fetch.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the return descriptor for the owner of this fetch.
| |||||||||||
The name of the property on the owner which represents this association.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.hibernate.loader.custom.NonScalarReturn
| |||||||||||
From class
java.lang.Object
|
Creates a return descriptor for an association fetch.
owner | The return descriptor for the owner of the fetch |
---|---|
ownerProperty | The name of the property represernting the association being fetched |
alias | The alias for the fetch |
lockMode | The lock mode to apply to the fetched association. |
Retrieves the return descriptor for the owner of this fetch.
The name of the property on the owner which represents this association.