Package | Description |
---|---|
org.hibernate.engine.query.internal | |
org.hibernate.engine.query.spi |
Defines support for query plans and stored metadata about queries
|
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
Modifier and Type | Method and Description |
---|---|
NativeSQLQueryPlan |
NativeQueryInterpreterStandardImpl.createQueryPlan(NativeSQLQuerySpecification specification,
SessionFactoryImplementor sessionFactory) |
Modifier and Type | Method and Description |
---|---|
NativeSQLQueryPlan |
NativeQueryInterpreter.createQueryPlan(NativeSQLQuerySpecification specification,
SessionFactoryImplementor sessionFactory)
Creates a new query plan for the specified native query.
|
NativeSQLQueryPlan |
QueryPlanCache.getNativeSQLQueryPlan(NativeSQLQuerySpecification spec)
Get the query plan for a native SQL query, creating it and caching it if not already cached
|
Modifier and Type | Method and Description |
---|---|
protected NativeSQLQueryPlan |
AbstractSessionImpl.getNativeSQLQueryPlan(NativeSQLQuerySpecification spec) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.