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