Package | Description |
---|---|
org.hibernate.engine.query.spi |
Defines support for query plans and stored metadata about queries
|
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
|
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.