public class JpaJsonConverter<T> extends Object implements javax.persistence.AttributeConverter<T,String>
| Constructor and Description |
|---|
JpaJsonConverter(Class<T> entityClass) |
| Modifier and Type | Method and Description |
|---|---|
String |
convertToDatabaseColumn(T entity) |
T |
convertToEntityAttribute(String entityTextRepresentation) |
Copyright © 2010–2017 Alfresco. All rights reserved.