|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.loader.custom.NonScalarReturn
org.hibernate.loader.custom.FetchReturn
public abstract class FetchReturn
Represents a return which names a fetched association.
Constructor Summary | |
---|---|
FetchReturn(NonScalarReturn owner,
java.lang.String ownerProperty,
java.lang.String alias,
LockMode lockMode)
Creates a return descriptor for an association fetch. |
Method Summary | |
---|---|
NonScalarReturn |
getOwner()
Retrieves the return descriptor for the owner of this fetch. |
java.lang.String |
getOwnerProperty()
The name of the property on the owner which represents this association. |
Methods inherited from class org.hibernate.loader.custom.NonScalarReturn |
---|
getAlias, getLockMode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FetchReturn(NonScalarReturn owner, java.lang.String ownerProperty, java.lang.String alias, LockMode lockMode)
owner
- The return descriptor for the owner of the fetchownerProperty
- The name of the property represernting the association being fetchedalias
- The alias for the fetchlockMode
- The lock mode to apply to the fetched association.Method Detail |
---|
public NonScalarReturn getOwner()
public java.lang.String getOwnerProperty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |