public abstract class NativeSQLQueryNonScalarReturn extends Object implements NativeSQLQueryReturn, Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
NativeSQLQueryNonScalarReturn(String alias,
Map<String,String[]> propertyResults,
LockMode lockMode)
Constructs some form of non-scalar return descriptor
|
| Modifier and Type | Method and Description |
|---|---|
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() |
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.public String getAlias()
public LockMode getLockMode()
public Map<String,String[]> getPropertyResultsMap()
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved