| Constructor and Description | 
|---|
AttributeConversionInfo(Class<? extends AttributeConverter> converterClass,
                       boolean conversionDisabled,
                       String attributeName,
                       org.hibernate.annotations.common.reflection.XAnnotatedElement source)  | 
AttributeConversionInfo(Convert convertAnnotation,
                       org.hibernate.annotations.common.reflection.XAnnotatedElement xAnnotatedElement)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAttributeName()  | 
Class<? extends AttributeConverter> | 
getConverterClass()  | 
org.hibernate.annotations.common.reflection.XAnnotatedElement | 
getSource()  | 
boolean | 
isConversionDisabled()  | 
public AttributeConversionInfo(Class<? extends AttributeConverter> converterClass, boolean conversionDisabled, String attributeName, org.hibernate.annotations.common.reflection.XAnnotatedElement source)
public AttributeConversionInfo(Convert convertAnnotation, org.hibernate.annotations.common.reflection.XAnnotatedElement xAnnotatedElement)
public Class<? extends AttributeConverter> getConverterClass()
public boolean isConversionDisabled()
public String getAttributeName()
public org.hibernate.annotations.common.reflection.XAnnotatedElement getSource()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.