Uses of Interface
org.hibernate.boot.query.NamedQueryDefinition
-
Packages that use NamedQueryDefinition Package Description org.hibernate.boot.internal org.hibernate.boot.query Support for handling named queries during the bootstrap process.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata. -
-
Uses of NamedQueryDefinition in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement NamedQueryDefinition Modifier and Type Class Description classNamedHqlQueryDefinitionImplclassNamedNativeQueryDefinitionImplclassNamedProcedureCallDefinitionImplHolds all the information needed from a named procedure call declaration in order to create aProcedureCallImpl -
Uses of NamedQueryDefinition in org.hibernate.boot.query
Subinterfaces of NamedQueryDefinition in org.hibernate.boot.query Modifier and Type Interface Description interfaceNamedCallableQueryDefinitionNamed query mapping for callable queriesinterfaceNamedHqlQueryDefinitionBoot-time descriptor of a named HQL query, as defined in annotations or xmlinterfaceNamedNativeQueryDefinitionBoot-time descriptor of a named native query, as defined in annotations or xmlinterfaceNamedProcedureCallDefinitionBoot-time descriptor of a named procedure/function query, as defined in annotations or xml -
Uses of NamedQueryDefinition in org.hibernate.boot.spi
Classes in org.hibernate.boot.spi that implement NamedQueryDefinition Modifier and Type Class Description classAbstractNamedQueryDefinition
-