public class JodaIntervalStringConverter extends Object implements org.datanucleus.store.types.converters.TypeConverter<org.joda.time.Interval,String>
| Constructor and Description |
|---|
JodaIntervalStringConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
toDatastoreType(org.joda.time.Interval itv) |
org.joda.time.Interval |
toMemberType(String str) |
Copyright © 2019. All rights reserved.