Class NoAttributeConverter<O,​R>

  • All Implemented Interfaces:
    jakarta.persistence.AttributeConverter<O,​R>

    public class NoAttributeConverter<O,​R>
    extends Object
    implements jakarta.persistence.AttributeConverter<O,​R>
    • Constructor Detail

      • NoAttributeConverter

        public NoAttributeConverter()
    • Method Detail

      • convertToDatabaseColumn

        public R convertToDatabaseColumn​(Object attribute)
        Specified by:
        convertToDatabaseColumn in interface jakarta.persistence.AttributeConverter<O,​R>
      • convertToEntityAttribute

        public O convertToEntityAttribute​(Object dbData)
        Specified by:
        convertToEntityAttribute in interface jakarta.persistence.AttributeConverter<O,​R>