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.ModelsContext modelContext) Used in creating annotation instances from JDK variantNamedStoredProcedureQueryJpaAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantNamedStoredProcedureQueryJpaAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>voidapply(JaxbNamedStoredProcedureQueryImpl jaxbQuery, XmlDocumentContext xmlDocumentContext) hints()voidname()voidvoidparameters(StoredProcedureParameter[] value) voidprocedureName(String value) Class[]voidresultClasses(Class[] value) String[]voidresultSetMappings(String[] value)
-
Constructor Details
-
NamedStoredProcedureQueryJpaAnnotation
public NamedStoredProcedureQueryJpaAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
NamedStoredProcedureQueryJpaAnnotation
public NamedStoredProcedureQueryJpaAnnotation(NamedStoredProcedureQuery annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variant -
NamedStoredProcedureQueryJpaAnnotation
public NamedStoredProcedureQueryJpaAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variant
-
-
Method Details
-
annotationType
- Specified by:
annotationTypein interfaceAnnotation
-
name
-
name
-
procedureName
-
procedureName
-
parameters
-
parameters
-
resultClasses
-
resultClasses
-
resultSetMappings
-
resultSetMappings
-
hints
-
hints
-
apply
public void apply(JaxbNamedStoredProcedureQueryImpl jaxbQuery, XmlDocumentContext xmlDocumentContext)
-