public class JPATypeConverter<X,Y> extends Object implements org.datanucleus.store.types.converters.TypeConverter<X,Y>
| Constructor and Description |
|---|
JPATypeConverter(javax.persistence.AttributeConverter<X,Y> entityConv) |
| Modifier and Type | Method and Description |
|---|---|
Y |
toDatastoreType(X memberValue) |
X |
toMemberType(Y datastoreValue) |
String |
toString() |
Copyright © 2017. All rights reserved.