当前页面:
在线文档首页 >
Hibernate 3.2.4 正式版 API 英文文档
NativeSQLQuerySpecification (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
org.hibernate.engine.query.sql
Class NativeSQLQuerySpecification
java.lang.Object
org.hibernate.engine.query.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.
- Author:
- Steve Ebersole
NativeSQLQuerySpecification
public NativeSQLQuerySpecification(String queryString,
NativeSQLQueryReturn[] queryReturns,
Collection querySpaces)
getQueryString
public String getQueryString()
getQueryReturns
public NativeSQLQueryReturn[] getQueryReturns()
getQuerySpaces
public Set getQuerySpaces()
equals
public boolean equals(Object o)
hashCode
public int hashCode()