Class AttributeConversionInfo

    • Constructor Detail

      • AttributeConversionInfo

        public AttributeConversionInfo​(Class<? extends AttributeConverter<?,​?>> converterClass,
                                       boolean conversionDisabled,
                                       String attributeName,
                                       org.hibernate.annotations.common.reflection.XAnnotatedElement source)
      • AttributeConversionInfo

        public AttributeConversionInfo​(Convert convertAnnotation,
                                       org.hibernate.annotations.common.reflection.XAnnotatedElement xAnnotatedElement)
    • Method Detail

      • getAttributeName

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

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

        public org.hibernate.annotations.common.reflection.XAnnotatedElement getSource()
        The annotated element