Class OverriddenChecksAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.OverriddenChecksAnnotation
- All Implemented Interfaces:
Annotation
,RepeatableContainer<DialectOverride.Check>
public class OverriddenChecksAnnotation
extends Object
implements DialectOverride.Checks, RepeatableContainer<DialectOverride.Check>
-
Constructor Summary
ConstructorsConstructorDescriptionOverriddenChecksAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantOverriddenChecksAnnotation
(DialectOverride.Checks annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantOverriddenChecksAnnotation
(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>
value()
void
value
(DialectOverride.Check[] value) 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
-
OverriddenChecksAnnotation
public OverriddenChecksAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
OverriddenChecksAnnotation
public OverriddenChecksAnnotation(DialectOverride.Checks annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variant -
OverriddenChecksAnnotation
public OverriddenChecksAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variant
-
-
Method Details
-
value
- Specified by:
value
in interfaceRepeatableContainer<DialectOverride.Check>
-
value
- Specified by:
value
in interfaceRepeatableContainer<DialectOverride.Check>
-
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-