Class AttributeConversionInfo

java.lang.Object
org.hibernate.boot.model.internal.AttributeConversionInfo

public class AttributeConversionInfo extends Object
Describes a conversion
Author:
Steve Ebersole
See Also:
  • Constructor Details

  • Method Details

    • getAttributeName

      public String getAttributeName()
      The name of the attribute to which the conversion applies.
      See Also:
    • getConverterClass

      public Class<? extends AttributeConverter<?,?>> getConverterClass()
      The converter implementation class
    • isConversionDisabled

      public boolean isConversionDisabled()
      Whether conversion is explicitly disabled for this attribute
    • getSource

      public XAnnotatedElement getSource()
      The annotated element