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