org.hibernate.loader.custom
Class SQLQueryJoinReturn
java.lang.Object
org.hibernate.loader.custom.SQLQueryReturn
org.hibernate.loader.custom.SQLQueryJoinReturn
- All Implemented Interfaces:
- Serializable
- public class SQLQueryJoinReturn
- extends SQLQueryReturn
Represents a return defined as part of a native sql query which
names a fetched role.
- Author:
- Steve
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQLQueryJoinReturn
public SQLQueryJoinReturn(String alias,
String ownerAlias,
String ownerProperty,
Map propertyResults,
LockMode lockMode)
getOwnerAlias
public String getOwnerAlias()
getOwnerProperty
public String getOwnerProperty()