Uses of Class
org.hibernate.engine.query.spi.NativeSQLQueryPlan
-
Packages that use NativeSQLQueryPlan Package Description org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queries -
-
Uses of NativeSQLQueryPlan in org.hibernate.engine.query.spi
Methods in org.hibernate.engine.query.spi that return NativeSQLQueryPlan Modifier and Type Method Description NativeSQLQueryPlanNativeQueryInterpreter. createQueryPlan(NativeSQLQuerySpecification specification, SessionFactoryImplementor sessionFactory)Creates a new query plan for the specified native query.NativeSQLQueryPlanQueryPlanCache. getNativeSQLQueryPlan(NativeSQLQuerySpecification spec)Get the query plan for a native SQL query, creating it and caching it if not already cached
-