|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use NativeSQLQuerySpecification | |
| org.hibernate.engine | This package contains classes that are "shared" by other packages, and implementations of some key algorithms. |
| org.hibernate.engine.query | |
| org.hibernate.impl | This package contains implementations of the central Hibernate APIs, especially the Hibernate session. |
| Uses of NativeSQLQuerySpecification in org.hibernate.engine |
| Methods in org.hibernate.engine with parameters of type NativeSQLQuerySpecification | |
List |
SessionImplementor.list(NativeSQLQuerySpecification spec,
QueryParameters queryParameters)
Execute a native SQL query, and return the results as a fully built list. |
ScrollableResults |
SessionImplementor.scroll(NativeSQLQuerySpecification spec,
QueryParameters queryParameters)
Execute a native SQL query, and return the results as a scrollable result. |
| Uses of NativeSQLQuerySpecification in org.hibernate.engine.query |
| Methods in org.hibernate.engine.query with parameters of type NativeSQLQuerySpecification | |
NativeSQLQueryPlan |
QueryPlanCache.getNativeSQLQueryPlan(NativeSQLQuerySpecification spec)
|
| Constructors in org.hibernate.engine.query with parameters of type NativeSQLQuerySpecification | |
NativeSQLQueryPlan(NativeSQLQuerySpecification specification,
SessionFactoryImplementor factory)
|
|
| Uses of NativeSQLQuerySpecification in org.hibernate.impl |
| Methods in org.hibernate.impl with parameters of type NativeSQLQuerySpecification | |
protected NativeSQLQueryPlan |
AbstractSessionImpl.getNativeSQLQueryPlan(NativeSQLQuerySpecification spec)
|
List |
AbstractSessionImpl.list(NativeSQLQuerySpecification spec,
QueryParameters queryParameters)
|
ScrollableResults |
AbstractSessionImpl.scroll(NativeSQLQuerySpecification spec,
QueryParameters queryParameters)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||