org.hibernate.engine.query.sql
Class NativeSQLQueryJoinReturn
- NativeSQLQueryReturn, Serializable
public class NativeSQLQueryJoinReturn
Represents a return defined as part of a native sql query which
names a fetched role.
NativeSQLQueryJoinReturn(String alias, String ownerAlias, String ownerProperty, Map propertyResults, LockMode lockMode) - Construct a return descriptor representing some form of fetch.
|
String | getOwnerAlias() - Retrieve the alias of the owner of this fetched association.
|
String | getOwnerProperty() - Retrieve the property name (relative to the owner) which maps to
the association to be fetched.
|
NativeSQLQueryJoinReturn
public NativeSQLQueryJoinReturn(String alias,
String ownerAlias,
String ownerProperty,
Map propertyResults,
LockMode lockMode)
Construct a return descriptor representing some form of fetch.
alias
- The result aliasownerAlias
- The owner's result aliasownerProperty
- The owner's property representing the thing to be fetchedpropertyResults
- Any user-supplied column->property mappingslockMode
- The lock mode to apply
getOwnerAlias
public String getOwnerAlias()
Retrieve the alias of the owner of this fetched association.
getOwnerProperty
public String getOwnerProperty()
Retrieve the property name (relative to the owner) which maps to
the association to be fetched.