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
-
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 Hibernate implementation of SelectQueryPlan for SQM-backedQuery
implementations, which means HQL/JPQL orCriteriaQuery
class
class
class
class
class
class