Class OverriddenSQLRestrictionsAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.OverriddenSQLRestrictionsAnnotation
- All Implemented Interfaces:
Annotation
,RepeatableContainer<DialectOverride.SQLRestriction>
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class OverriddenSQLRestrictionsAnnotation
extends Object
implements DialectOverride.SQLRestrictions, RepeatableContainer<DialectOverride.SQLRestriction>
-
Constructor Summary
ConstructorsConstructorDescriptionOverriddenSQLRestrictionsAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantOverriddenSQLRestrictionsAnnotation
(DialectOverride.SQLRestrictions annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantOverriddenSQLRestrictionsAnnotation
(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.SQLRestriction[] 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
-
OverriddenSQLRestrictionsAnnotation
public OverriddenSQLRestrictionsAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
OverriddenSQLRestrictionsAnnotation
public OverriddenSQLRestrictionsAnnotation(DialectOverride.SQLRestrictions annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variant -
OverriddenSQLRestrictionsAnnotation
public OverriddenSQLRestrictionsAnnotation(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<DialectOverride.SQLRestriction>
-
value
- Specified by:
value
in interfaceRepeatableContainer<DialectOverride.SQLRestriction>
-