Class NamedNativeQueryJpaAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.NamedNativeQueryJpaAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class NamedNativeQueryJpaAnnotation
extends Object
implements NamedNativeQuery
-
Constructor Summary
ConstructorsConstructorDescriptionNamedNativeQueryJpaAnnotation
(NamedNativeQuery annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variantNamedNativeQueryJpaAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from Jandex variantNamedNativeQueryJpaAnnotation
(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>
void
apply
(JaxbNamedNativeQueryImpl jaxbNamedQuery, XmlDocumentContext xmlDocumentContext) classes()
void
classes
(ConstructorResult[] value) columns()
void
columns
(ColumnResult[] value) entities()
void
entities
(EntityResult[] value) hints()
void
name()
void
query()
void
Class<?>
void
resultClass
(Class<?> value) void
resultSetMapping
(String value)
-
Constructor Details
-
NamedNativeQueryJpaAnnotation
public NamedNativeQueryJpaAnnotation(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
NamedNativeQueryJpaAnnotation
public NamedNativeQueryJpaAnnotation(NamedNativeQuery annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant -
NamedNativeQueryJpaAnnotation
public NamedNativeQueryJpaAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from Jandex variant
-
-
Method Details
-
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-
name
-
name
-
query
-
query
-
hints
-
hints
-
resultClass
-
resultClass
-
resultSetMapping
-
resultSetMapping
-
entities
-
entities
-
classes
-
classes
-
columns
-
columns
-
apply
-