|
||||||||||
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
public abstract class 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<String,String[]> propertyResults,
LockMode lockMode)
Constructs some form of non-scalar return descriptor |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
getAlias()
Retrieve the defined result alias |
LockMode |
getLockMode()
Retrieve the lock-mode to apply to this return |
Map<String,String[]> |
getPropertyResultsMap()
Retrieve the user-supplied column->property mappings. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected NativeSQLQueryNonScalarReturn(String alias, Map<String,String[]> 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<String,String[]> getPropertyResultsMap()
public int hashCode()
hashCode
in class Object
public boolean equals(Object o)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |