Class ChecksAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.ChecksAnnotation
- All Implemented Interfaces:
Annotation
,RepeatableContainer<Check>
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class ChecksAnnotation
extends Object
implements Checks, RepeatableContainer<Check>
-
Constructor Summary
ConstructorsConstructorDescriptionChecksAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantChecksAnnotation
(Checks annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantChecksAnnotation
(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
-
Constructor Details
-
ChecksAnnotation
public ChecksAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
ChecksAnnotation
Used in creating annotation instances from JDK variant -
ChecksAnnotation
public ChecksAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variant
-
-
Method Details
-
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-
value
- Specified by:
value
in interfaceRepeatableContainer<Check>
-
value
- Specified by:
value
in interfaceRepeatableContainer<Check>
-