Uses of Interface
org.hibernate.query.spi.QueryPlan
-
Packages that use QueryPlan Package Description org.hibernate.query.spi org.hibernate.query.sql.internal org.hibernate.query.sql.spi 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
-