类 PropertiesConverter

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

    public class PropertiesConverter
    extends Object
    implements javax.persistence.AttributeConverter<Properties,​String>
    • 构造器详细资料

      • PropertiesConverter

        public PropertiesConverter()
    • 方法详细资料

      • convertToDatabaseColumn

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

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