Class ConvertJpaAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.ConvertJpaAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class ConvertJpaAnnotation
extends Object
implements Convert
-
Constructor Summary
ConstructorsConstructorDescriptionConvertJpaAnnotation
(Convert annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variantConvertJpaAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from Jandex variantConvertJpaAnnotation
(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>
void
attributeName
(String value) Class<? extends AttributeConverter>
void
converter
(Class<? extends AttributeConverter> value) boolean
void
disableConversion
(boolean value)
-
Constructor Details
-
ConvertJpaAnnotation
public ConvertJpaAnnotation(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
ConvertJpaAnnotation
public ConvertJpaAnnotation(Convert annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant -
ConvertJpaAnnotation
public ConvertJpaAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from Jandex variant
-
-
Method Details
-
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-
converter
-
converter
-
attributeName
-
attributeName
-
disableConversion
public boolean disableConversion() -
disableConversion
public void disableConversion(boolean value)
-