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