Class FormulaAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.FormulaAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class FormulaAnnotation
extends Object
implements Formula
-
Constructor Summary
ConstructorsConstructorDescriptionFormulaAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantFormulaAnnotation
(Formula annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantFormulaAnnotation
(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
-
Constructor Details
-
FormulaAnnotation
public FormulaAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
FormulaAnnotation
Used in creating annotation instances from JDK variant -
FormulaAnnotation
public FormulaAnnotation(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
-
value
-