Class CheckConstraintJpaAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.CheckConstraintJpaAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class CheckConstraintJpaAnnotation
extends Object
implements CheckConstraint
-
Constructor Summary
ConstructorsConstructorDescriptionCheckConstraintJpaAnnotation
(CheckConstraint annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variantCheckConstraintJpaAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from Jandex variantCheckConstraintJpaAnnotation
(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>
void
constraint
(String value) name()
void
options()
void
-
Constructor Details
-
CheckConstraintJpaAnnotation
public CheckConstraintJpaAnnotation(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
CheckConstraintJpaAnnotation
public CheckConstraintJpaAnnotation(CheckConstraint annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant -
CheckConstraintJpaAnnotation
public CheckConstraintJpaAnnotation(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
-
constraint
-
constraint
-
options
-
options
-