public abstract class FetchReturn extends NonScalarReturn
Constructor and Description |
---|
FetchReturn(NonScalarReturn owner,
java.lang.String ownerProperty,
java.lang.String alias,
LockMode lockMode)
Creates a return descriptor for an association fetch.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getAlias, getLockMode
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.public NonScalarReturn getOwner()
public java.lang.String getOwnerProperty()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.