Package org.hibernate.cfg
Class AttributeConversionInfo
- java.lang.Object
-
- org.hibernate.cfg.AttributeConversionInfo
-
public class AttributeConversionInfo extends java.lang.ObjectDescribes aConvertconversion
-
-
Constructor Summary
Constructors Constructor Description AttributeConversionInfo(java.lang.Class<? extends AttributeConverter> converterClass, boolean conversionDisabled, java.lang.String attributeName, org.hibernate.annotations.common.reflection.XAnnotatedElement source)AttributeConversionInfo(Convert convertAnnotation, org.hibernate.annotations.common.reflection.XAnnotatedElement xAnnotatedElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAttributeName()java.lang.Class<? extends AttributeConverter>getConverterClass()org.hibernate.annotations.common.reflection.XAnnotatedElementgetSource()booleanisConversionDisabled()
-
-
-
Constructor Detail
-
AttributeConversionInfo
public AttributeConversionInfo(java.lang.Class<? extends AttributeConverter> converterClass, boolean conversionDisabled, java.lang.String attributeName, org.hibernate.annotations.common.reflection.XAnnotatedElement source)
-
AttributeConversionInfo
public AttributeConversionInfo(Convert convertAnnotation, org.hibernate.annotations.common.reflection.XAnnotatedElement xAnnotatedElement)
-
-
Method Detail
-
getConverterClass
public java.lang.Class<? extends AttributeConverter> getConverterClass()
-
isConversionDisabled
public boolean isConversionDisabled()
-
getAttributeName
public java.lang.String getAttributeName()
-
getSource
public org.hibernate.annotations.common.reflection.XAnnotatedElement getSource()
-
-