Class StoredProcedureParameterJpaAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.StoredProcedureParameterJpaAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class StoredProcedureParameterJpaAnnotation
extends Object
implements StoredProcedureParameter
-
Constructor Summary
ConstructorsConstructorDescriptionStoredProcedureParameterJpaAnnotation
(StoredProcedureParameter annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variantStoredProcedureParameterJpaAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from Jandex variantStoredProcedureParameterJpaAnnotation
(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>
void
apply
(JaxbStoredProcedureParameterImpl jaxbParam, XmlDocumentContext xmlDocumentContext) mode()
void
mode
(ParameterMode value) name()
void
Class<?>
type()
void
-
Constructor Details
-
StoredProcedureParameterJpaAnnotation
public StoredProcedureParameterJpaAnnotation(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
StoredProcedureParameterJpaAnnotation
public StoredProcedureParameterJpaAnnotation(StoredProcedureParameter annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant -
StoredProcedureParameterJpaAnnotation
public StoredProcedureParameterJpaAnnotation(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
-
mode
-
mode
-
type
-
type
-
apply
public void apply(JaxbStoredProcedureParameterImpl jaxbParam, XmlDocumentContext xmlDocumentContext)
-