Class OverriddenSQLInsertsAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.OverriddenSQLInsertsAnnotation
- All Implemented Interfaces:
Annotation
,RepeatableContainer<DialectOverride.SQLInsert>
public class OverriddenSQLInsertsAnnotation
extends Object
implements DialectOverride.SQLInserts, RepeatableContainer<DialectOverride.SQLInsert>
-
Constructor Summary
ConstructorsConstructorDescriptionOverriddenSQLInsertsAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantOverriddenSQLInsertsAnnotation
(DialectOverride.SQLInserts annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantOverriddenSQLInsertsAnnotation
(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.SQLInsert[] 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
-
OverriddenSQLInsertsAnnotation
public OverriddenSQLInsertsAnnotation(org.hibernate.models.spi.ModelsContext ModelsContext) Used in creating dynamic annotation instances (e.g. from XML) -
OverriddenSQLInsertsAnnotation
public OverriddenSQLInsertsAnnotation(DialectOverride.SQLInserts annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variant -
OverriddenSQLInsertsAnnotation
public OverriddenSQLInsertsAnnotation(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.SQLInsert>
-
value
- Specified by:
value
in interfaceRepeatableContainer<DialectOverride.SQLInsert>
-
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-