Uses of Interface
org.hibernate.boot.query.NamedQueryDefinition
Packages that use NamedQueryDefinition
Package
Description
Support for handling named queries during the bootstrap process.
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 NamedQueryDefinitionModifier and TypeClassDescriptionclass
class
class
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.queryModifier and TypeInterfaceDescriptioninterface
Boot-time descriptor of a named HQL query, as defined in annotations or xmlinterface
Boot-time descriptor of a named native query, as defined in annotations or xmlinterface
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 -
Uses of NamedQueryDefinition in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal with parameters of type NamedQueryDefinitionModifier and TypeMethodDescriptionstatic void
InjectionHelper.injectTypedQueryReference
(NamedQueryDefinition<?> definition, Class<?> metamodelClass)