org.hibernate.loader.custom
Class SQLQueryReturn
java.lang.Object
org.hibernate.loader.custom.SQLQueryReturn
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- SQLQueryCollectionReturn, SQLQueryJoinReturn, SQLQueryRootReturn
- public abstract class SQLQueryReturn
- extends Object
- implements Serializable
Represents the base information for a return defined as part of
a native sql query.
- Author:
- Steve
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertyResults
protected Map propertyResults
SQLQueryReturn
protected SQLQueryReturn(String alias,
Map propertyResults,
LockMode lockMode)
getAlias
public String getAlias()
getLockMode
public LockMode getLockMode()
getPropertyResultsMap
public Map getPropertyResultsMap()