org.hibernate.engine.query.sql
Class NativeSQLQuerySpecification
java.lang.Object
org.hibernate.engine.query.sql.NativeSQLQuerySpecification
public class NativeSQLQuerySpecification
- extends java.lang.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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
NativeSQLQuerySpecification
public NativeSQLQuerySpecification(java.lang.String queryString,
NativeSQLQueryReturn[] queryReturns,
java.util.Collection querySpaces)
getQueryString
public java.lang.String getQueryString()
getQueryReturns
public NativeSQLQueryReturn[] getQueryReturns()
getQuerySpaces
public java.util.Set getQuerySpaces()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2008 Hibernate.org. All Rights Reserved.