public class InstantTimestampConverter extends Object implements org.datanucleus.store.types.converters.TypeConverter<java.time.Instant,Timestamp>
| Constructor and Description |
|---|
InstantTimestampConverter() |
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
toDatastoreType(java.time.Instant inst) |
java.time.Instant |
toMemberType(Timestamp ts) |
Copyright © 2016. All rights reserved.