public abstract class FetchReturn extends NonScalarReturn
Constructor and Description |
---|
FetchReturn(NonScalarReturn owner,
String ownerProperty,
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.
|
String |
getOwnerProperty()
The name of the property on the owner which represents this association.
|
getAlias, getLockMode
public FetchReturn(NonScalarReturn owner, String ownerProperty, 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 String getOwnerProperty()
Copyright © 2018 JBoss by Red Hat. All rights reserved.