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 class
NamedHqlQueryDefinitionImpl
class
NamedNativeQueryDefinitionImpl
class
NamedProcedureCallDefinitionImpl
Holds 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 interface
NamedCallableQueryDefinition
Named query mapping for callable queriesinterface
NamedHqlQueryDefinition
Boot-time descriptor of a named HQL query, as defined in annotations or xmlinterface
NamedNativeQueryDefinition
Boot-time descriptor of a named native query, as defined in annotations or xmlinterface
NamedProcedureCallDefinition
Boot-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 class
AbstractNamedQueryDefinition
-