Class AttributeConversionInfo
java.lang.Object
org.hibernate.boot.model.internal.AttributeConversionInfo
Describes a conversion
- Author:
- Steve Ebersole
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeConversionInfo(Convert convertAnnotation, XAnnotatedElement xAnnotatedElement) AttributeConversionInfo(Class<? extends AttributeConverter<?, ?>> converterClass, boolean conversionDisabled, String attributeName, XAnnotatedElement source) -
Method Summary
Modifier and TypeMethodDescriptionThe name of the attribute to which the conversion applies.Class<? extends AttributeConverter<?,?>> The converter implementation classThe annotated elementbooleanWhether conversion is explicitly disabled for this attribute
-
Constructor Details
-
AttributeConversionInfo
public AttributeConversionInfo(Class<? extends AttributeConverter<?, ?>> converterClass, boolean conversionDisabled, String attributeName, XAnnotatedElement source) -
AttributeConversionInfo
-
-
Method Details