|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.engine.query.sql.NativeSQLQueryNonScalarReturn
Represents the base information for a non-scalar return defined as part of a native sql query.
Constructor Summary | |
protected |
NativeSQLQueryNonScalarReturn(String alias,
Map propertyResults,
LockMode lockMode)
Constructs some form of non-scalar return descriptor |
Method Summary | |
String |
getAlias()
Retrieve the defined result alias |
LockMode |
getLockMode()
Retrieve the lock-mode to apply to this return |
Map |
getPropertyResultsMap()
Retrieve the user-supplied column->property mappings. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected NativeSQLQueryNonScalarReturn(String alias, Map propertyResults, LockMode lockMode)
alias
- The result aliaspropertyResults
- Any user-supplied column->property mappingslockMode
- The lock mode to apply to the return.Method Detail |
public String getAlias()
public LockMode getLockMode()
public Map getPropertyResultsMap()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |