类 PropertiesConverter
- java.lang.Object
-
- io.edurt.datacap.server.converter.PropertiesConverter
-
- 所有已实现的接口:
javax.persistence.AttributeConverter<Properties,String>
public class PropertiesConverter extends Object implements javax.persistence.AttributeConverter<Properties,String>
-
-
构造器概要
构造器 构造器 说明 PropertiesConverter()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringconvertToDatabaseColumn(Properties properties)PropertiesconvertToEntityAttribute(String s)
-
-
-
方法详细资料
-
convertToDatabaseColumn
public String convertToDatabaseColumn(Properties properties)
- 指定者:
convertToDatabaseColumn在接口中javax.persistence.AttributeConverter<Properties,String>
-
convertToEntityAttribute
public Properties convertToEntityAttribute(String s)
- 指定者:
convertToEntityAttribute在接口中javax.persistence.AttributeConverter<Properties,String>
-
-