public class JodaDateTimeConverter extends Object implements org.jooq.Converter<Timestamp,org.joda.time.DateTime>
Converter for DateTime objects.| Constructor and Description |
|---|
JodaDateTimeConverter() |
public org.joda.time.DateTime from(Timestamp timestamp)
from in interface org.jooq.Converter<Timestamp,org.joda.time.DateTime>public Timestamp to(org.joda.time.DateTime dateTime)
to in interface org.jooq.Converter<Timestamp,org.joda.time.DateTime>public Class<Timestamp> fromType()
fromType in interface org.jooq.Converter<Timestamp,org.joda.time.DateTime>Copyright © 2016. All rights reserved.