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