|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.engine.query.spi.QueryMetadata
public class QueryMetadata
Defines metadata regarding a translated HQL or native-SQL query.
Constructor Summary | |
---|---|
QueryMetadata(String sourceQuery,
ParameterMetadata parameterMetadata,
String[] returnAliases,
Type[] returnTypes,
Set querySpaces)
|
Method Summary | |
---|---|
ParameterMetadata |
getParameterMetadata()
|
Set |
getQuerySpaces()
The set of query spaces affected by this source query. |
String[] |
getReturnAliases()
Return source query select clause aliases (if any) |
Type[] |
getReturnTypes()
An array of types describing the returns of the source query. |
String |
getSourceQuery()
Get the source HQL or native-SQL query. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryMetadata(String sourceQuery, ParameterMetadata parameterMetadata, String[] returnAliases, Type[] returnTypes, Set querySpaces)
Method Detail |
---|
public String getSourceQuery()
public ParameterMetadata getParameterMetadata()
public String[] getReturnAliases()
public Type[] getReturnTypes()
public Set getQuerySpaces()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |