public class

NativeSQLQuerySpecification

extends Object
java.lang.Object
   ↳ org.hibernate.engine.query.sql.NativeSQLQuerySpecification

Class Overview

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.

Summary

Public Constructors
NativeSQLQuerySpecification(String queryString, NativeSQLQueryReturn[] queryReturns, Collection querySpaces)
Public Methods
boolean equals(Object o)
NativeSQLQueryReturn[] getQueryReturns()
Set getQuerySpaces()
String getQueryString()
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public NativeSQLQuerySpecification (String queryString, NativeSQLQueryReturn[] queryReturns, Collection querySpaces)

Public Methods

public boolean equals (Object o)

public NativeSQLQueryReturn[] getQueryReturns ()

public Set getQuerySpaces ()

public String getQueryString ()

public int hashCode ()