Uses of Annotation Interface
org.hibernate.annotations.NamedNativeQuery
Packages that use NamedNativeQuery
Package
Description
Overall, this module is responsible for taking
managed-resources and
building the
hibernate-models
model (ClassDetails, etc.)
to ultimately be bound into Hibernate's boot-time model.-
Uses of NamedNativeQuery in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type NamedNativeQueryModifier and TypeMethodDescriptionstatic void
QueryBinder.bindNativeQuery
(NamedNativeQuery namedNativeQuery, MetadataBuildingContext context, org.hibernate.models.spi.AnnotationTarget location) -
Uses of NamedNativeQuery in org.hibernate.boot.models
Fields in org.hibernate.boot.models with type parameters of type NamedNativeQueryModifier and TypeFieldDescriptionstatic final org.hibernate.models.internal.OrmAnnotationDescriptor<NamedNativeQuery,
NamedNativeQueryAnnotation> HibernateAnnotations.NAMED_NATIVE_QUERY
-
Uses of NamedNativeQuery in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal that return NamedNativeQueryMethods in org.hibernate.boot.models.annotations.internal with parameters of type NamedNativeQueryModifier and TypeMethodDescriptionvoid
NamedNativeQueriesAnnotation.value
(NamedNativeQuery[] value) Constructors in org.hibernate.boot.models.annotations.internal with parameters of type NamedNativeQueryModifierConstructorDescriptionNamedNativeQueryAnnotation
(NamedNativeQuery annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant -
Uses of NamedNativeQuery in org.hibernate.testing.orm.domain.userguide
Classes in org.hibernate.testing.orm.domain.userguide with annotations of type NamedNativeQuery