Uses of Interface
org.hibernate.query.spi.QueryPlan
Packages that use QueryPlan
Package
Description
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
Implementation of the SPIs for native SQL query support.
SPIs for native SQL query support.
Package for the SQM-backed Query implementation details
-
Uses of QueryPlan in org.hibernate.query.spi
Subinterfaces of QueryPlan in org.hibernate.query.spiModifier and TypeInterfaceDescriptioninterface
interface
General contract for performing execution of a query returning results. -
Uses of QueryPlan in org.hibernate.query.sql.internal
Classes in org.hibernate.query.sql.internal that implement QueryPlanModifier and TypeClassDescriptionclass
class
Standard implementation ofSelectQueryPlan
forNativeQuery
, that is, for queries written in SQL. -
Uses of QueryPlan in org.hibernate.query.sql.spi
Subinterfaces of QueryPlan in org.hibernate.query.sql.spiModifier and TypeInterfaceDescriptioninterface
interface
Specialization ofQueryPlan
forNativeQuery
plansinterface
-
Uses of QueryPlan in org.hibernate.query.sqm.internal
Classes in org.hibernate.query.sqm.internal that implement QueryPlanModifier and TypeClassDescriptionclass
class
class
Standard implementation ofSelectQueryPlan
for SQM-backed implementations ofQuery
, that is, for HQL/JPQL or forCriteriaQuery
.class
class
class
class
class
class