X - Member type for this converterY - Datastore type for storing this member with this converterpublic class JDOTypeConverter<X,Y> extends Object implements org.datanucleus.store.types.converters.TypeConverter<X,Y>
| Constructor and Description |
|---|
JDOTypeConverter(javax.jdo.AttributeConverter<X,Y> conv)
Constructor for a JDO type converter, wrapping a javax.jdo.AttributeConverter.
|
| Modifier and Type | Method and Description |
|---|---|
javax.jdo.AttributeConverter<X,Y> |
getAttributeConverter() |
Y |
toDatastoreType(X memberValue) |
X |
toMemberType(Y datastoreValue) |
String |
toString() |
Copyright © 2021. All rights reserved.