java.lang.ObjectDefines 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.org.hibernate.engine.query.NativeSQLQuerySpecification
Steve - Ebersole| Constructor: |
|---|
|
| Method from org.hibernate.engine.query.NativeSQLQuerySpecification Summary: |
|---|
| equals, getQuerySpaces, getQueryString, getSqlQueryReturns, getSqlQueryScalarReturns, hashCode |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.hibernate.engine.query.NativeSQLQuerySpecification Detail: |
|---|
|
|
|
|
|
|