Uses of Interface
org.hibernate.query.spi.QueryPlan
-
Packages that use QueryPlan Package Description org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.query.sql.internal Implementation of the SPIs for native SQL query support.org.hibernate.query.sql.spi SPIs for native SQL query support.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation details -
-
Uses of QueryPlan in org.hibernate.query.spi
Subinterfaces of QueryPlan in org.hibernate.query.spi Modifier and Type Interface Description interfaceNonSelectQueryPlaninterfaceSelectQueryPlan<R>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 QueryPlan Modifier and Type Class Description classNativeNonSelectQueryPlanImplclassNativeSelectQueryPlanImpl<R> -
Uses of QueryPlan in org.hibernate.query.sql.spi
Subinterfaces of QueryPlan in org.hibernate.query.sql.spi Modifier and Type Interface Description interfaceNativeNonSelectQueryPlaninterfaceNativeQueryPlanSpecialization ofQueryPlanforNativeQueryplansinterfaceNativeSelectQueryPlan<T> -
Uses of QueryPlan in org.hibernate.query.sqm.internal
Classes in org.hibernate.query.sqm.internal that implement QueryPlan Modifier and Type Class Description classAggregatedNonSelectQueryPlanImplclassAggregatedSelectQueryPlanImpl<R>classConcreteSqmSelectQueryPlan<R>Standard Hibernate implementation of SelectQueryPlan for SQM-backedQueryimplementations, which means HQL/JPQL orCriteriaQueryclassMultiTableDeleteQueryPlanclassMultiTableInsertQueryPlanclassMultiTableUpdateQueryPlanclassSimpleDeleteQueryPlanclassSimpleInsertQueryPlanclassSimpleUpdateQueryPlan
-