org.hibernate.loader.custom
Class SQLQueryJoinReturn

java.lang.Object
  extended byorg.hibernate.loader.custom.SQLQueryReturn
      extended byorg.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

Field Summary
 
Fields inherited from class org.hibernate.loader.custom.SQLQueryReturn
propertyResults
 
Constructor Summary
SQLQueryJoinReturn(String alias, String ownerAlias, String ownerProperty, Map propertyResults, LockMode lockMode)
           
 
Method Summary
 String getOwnerAlias()
           
 String getOwnerProperty()
           
 
Methods inherited from class org.hibernate.loader.custom.SQLQueryReturn
getAlias, getLockMode, getPropertyResultsMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLQueryJoinReturn

public SQLQueryJoinReturn(String alias,
                          String ownerAlias,
                          String ownerProperty,
                          Map propertyResults,
                          LockMode lockMode)
Method Detail

getOwnerAlias

public String getOwnerAlias()

getOwnerProperty

public String getOwnerProperty()