| 限定符和类型 | 字段和说明 |
|---|---|
protected org.slf4j.Logger |
logger |
| 构造器和说明 |
|---|
JSONAttrConverter() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
convertToDatabaseColumn(T attribute)
Converts the value stored in the entity attribute into the
data representation to be stored in the database.
|
T |
convertToEntityAttribute(String dbData)
Converts the data stored in the database column into the
value to be stored in the entity attribute.
|
public String convertToDatabaseColumn(T attribute)
public T convertToEntityAttribute(String dbData)
Copyright © 2019 GTMAP. All rights reserved.