Methods Summary |
---|
public ParameterMetadata | getParameterMetadata()
return parameterMetadata;
|
public java.util.Set | getQuerySpaces()The set of query spaces affected by this source query.
return querySpaces;
|
public java.lang.String[] | getReturnAliases()Return source query select clause aliases (if any)
return returnAliases;
|
public org.hibernate.type.Type[] | getReturnTypes()An array of types describing the returns of the source query.
return returnTypes;
|
public java.lang.String | getSourceQuery()Get the source HQL or native-SQL query.
return sourceQuery;
|