|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Extension point allowing any SQL query with named and positional parameters to be executed by Hibernate, returning managed entities, collections and simple scalar values.
Method Summary | |
CollectionAliases[] |
getCollectionAliases()
|
int[] |
getCollectionOwner()
Optional, may return null |
String[] |
getCollectionRoles()
Optional, may return null |
EntityAliases[] |
getEntityAliases()
|
String[] |
getEntityNames()
|
int[] |
getEntityOwners()
Optional, may return null |
LockMode[] |
getLockModes()
|
Map |
getNamedParameterBindPoints()
Optional, may return null |
Set |
getQuerySpaces()
|
String[] |
getScalarColumnAliases()
Optional, may return null |
Type[] |
getScalarTypes()
Optional, may return null |
String |
getSQL()
|
Method Detail |
public String getSQL()
public Set getQuerySpaces()
public Map getNamedParameterBindPoints()
public String[] getEntityNames()
public EntityAliases[] getEntityAliases()
public CollectionAliases[] getCollectionAliases()
public LockMode[] getLockModes()
public int[] getEntityOwners()
public int[] getCollectionOwner()
public String[] getCollectionRoles()
public Type[] getScalarTypes()
public String[] getScalarColumnAliases()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |