Uses of Interface
org.hibernate.query.spi.QueryPlan
-
Packages that use QueryPlan Package Description org.hibernate.query.spi org.hibernate.query.sql.spi -
-
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.spi
Subinterfaces of QueryPlan in org.hibernate.query.sql.spi Modifier and Type Interface Description interfaceNativeNonSelectQueryPlaninterfaceNativeQueryPlanSpecialization ofQueryPlanforNativeQueryplansinterfaceNativeSelectQueryPlan<T>
-