Package | Description |
---|---|
org.hibernate.engine.query.spi | |
org.hibernate.engine.spi | |
org.hibernate.envers.entities.mapper.relation.lazy | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
Modifier and Type | Method and Description |
---|---|
NativeSQLQueryPlan |
QueryPlanCache.getNativeSQLQueryPlan(NativeSQLQuerySpecification spec) |
Constructor and Description |
---|
NativeSQLQueryPlan(NativeSQLQuerySpecification specification,
SessionFactoryImplementor factory) |
Modifier and Type | Method and Description |
---|---|
int |
SessionImplementor.executeNativeUpdate(NativeSQLQuerySpecification specification,
QueryParameters queryParameters)
Execute a native SQL update or delete query
|
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.
|
Modifier and Type | Method and Description |
---|---|
int |
AbstractDelegateSessionImplementor.executeNativeUpdate(NativeSQLQuerySpecification specification,
QueryParameters queryParameters) |
List |
AbstractDelegateSessionImplementor.list(NativeSQLQuerySpecification spec,
QueryParameters queryParameters) |
ScrollableResults |
AbstractDelegateSessionImplementor.scroll(NativeSQLQuerySpecification spec,
QueryParameters queryParameters) |
Modifier and Type | Method and Description |
---|---|
int |
StatelessSessionImpl.executeNativeUpdate(NativeSQLQuerySpecification nativeSQLQuerySpecification,
QueryParameters queryParameters) |
int |
SessionImpl.executeNativeUpdate(NativeSQLQuerySpecification nativeQuerySpecification,
QueryParameters queryParameters) |
protected NativeSQLQueryPlan |
AbstractSessionImpl.getNativeSQLQueryPlan(NativeSQLQuerySpecification spec) |
List |
AbstractSessionImpl.list(NativeSQLQuerySpecification spec,
QueryParameters queryParameters) |
ScrollableResults |
AbstractSessionImpl.scroll(NativeSQLQuerySpecification spec,
QueryParameters queryParameters) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.