public class OffsetTimeLongConverter extends Object implements org.datanucleus.store.types.converters.TypeConverter<java.time.OffsetTime,Long>
| Constructor and Description |
|---|
OffsetTimeLongConverter() |
| Modifier and Type | Method and Description |
|---|---|
Long |
toDatastoreType(java.time.OffsetTime time) |
java.time.OffsetTime |
toMemberType(Long val) |
Copyright © 2016. All rights reserved.