Class ZonedDateTimeTimestampConverter

java.lang.Object
org.datanucleus.store.types.converters.ZonedDateTimeTimestampConverter
All Implemented Interfaces:
Serializable, TypeConverter<ZonedDateTime,Timestamp>

public class ZonedDateTimeTimestampConverter extends Object implements TypeConverter<ZonedDateTime,Timestamp>
Class to handle the conversion between java.time.ZonedDateTime and java.sql.Timestamp.
See Also: