类 JpaConverterListJson

  • 所有已实现的接口:
    javax.persistence.AttributeConverter<Object,​String>

    public class JpaConverterListJson
    extends Object
    implements javax.persistence.AttributeConverter<Object,​String>
    Json 格式转换器
    作者:
    lym
    • 构造器详细资料

      • JpaConverterListJson

        public JpaConverterListJson()
    • 方法详细资料

      • convertToDatabaseColumn

        public String convertToDatabaseColumn​(Object o)
        指定者:
        convertToDatabaseColumn 在接口中 javax.persistence.AttributeConverter<Object,​String>
      • convertToEntityAttribute

        public Object convertToEntityAttribute​(String s)
        指定者:
        convertToEntityAttribute 在接口中 javax.persistence.AttributeConverter<Object,​String>