Class NamedStoredProcedureQueryJpaAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.NamedStoredProcedureQueryJpaAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class NamedStoredProcedureQueryJpaAnnotation
extends Object
implements NamedStoredProcedureQuery
-
Constructor Summary
ConstructorsConstructorDescriptionNamedStoredProcedureQueryJpaAnnotation
(NamedStoredProcedureQuery annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variantNamedStoredProcedureQueryJpaAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from Jandex variantNamedStoredProcedureQueryJpaAnnotation
(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>
void
apply
(JaxbNamedStoredProcedureQueryImpl jaxbQuery, XmlDocumentContext xmlDocumentContext) hints()
void
name()
void
void
parameters
(StoredProcedureParameter[] value) void
procedureName
(String value) Class[]
void
resultClasses
(Class[] value) String[]
void
resultSetMappings
(String[] value)
-
Constructor Details
-
NamedStoredProcedureQueryJpaAnnotation
public NamedStoredProcedureQueryJpaAnnotation(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
NamedStoredProcedureQueryJpaAnnotation
public NamedStoredProcedureQueryJpaAnnotation(NamedStoredProcedureQuery annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant -
NamedStoredProcedureQueryJpaAnnotation
public NamedStoredProcedureQueryJpaAnnotation(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
-
procedureName
-
procedureName
-
parameters
-
parameters
-
resultClasses
-
resultClasses
-
resultSetMappings
-
resultSetMappings
-
hints
-
hints
-
apply
public void apply(JaxbNamedStoredProcedureQueryImpl jaxbQuery, XmlDocumentContext xmlDocumentContext)
-