Class NativeSQLQuerySpecification
- java.lang.Object
-
- org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification
-
public class NativeSQLQuerySpecification extends Object
Defines the specification or blue-print for a native-sql query. Essentially a simple struct containing the information needed to "translate" a native-sql query and cache that translated representation. Also used as the key by which the native-sql query plans are cached.
-
-
Constructor Summary
Constructors Constructor Description NativeSQLQuerySpecification(String queryString, NativeSQLQueryReturn[] queryReturns, Collection querySpaces)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)NativeSQLQueryReturn[]getQueryReturns()SetgetQuerySpaces()StringgetQueryString()inthashCode()
-
-
-
Constructor Detail
-
NativeSQLQuerySpecification
public NativeSQLQuerySpecification(String queryString, NativeSQLQueryReturn[] queryReturns, Collection querySpaces)
-
-
Method Detail
-
getQueryString
public String getQueryString()
-
getQueryReturns
public NativeSQLQueryReturn[] getQueryReturns()
-
getQuerySpaces
public Set getQuerySpaces()
-
-