Class LOVConverter

  • All Implemented Interfaces:
    javax.persistence.AttributeConverter<LOV,​String>

    public class LOVConverter
    extends Object
    implements javax.persistence.AttributeConverter<LOV,​String>
    • Constructor Detail

      • LOVConverter

        public LOVConverter()
    • Method Detail

      • convertToDatabaseColumn

        public String convertToDatabaseColumn​(LOV attribute)
        Specified by:
        convertToDatabaseColumn in interface javax.persistence.AttributeConverter<LOV,​String>
      • convertToEntityAttribute

        public LOV convertToEntityAttribute​(String dbData)
        Specified by:
        convertToEntityAttribute in interface javax.persistence.AttributeConverter<LOV,​String>