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