-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Working with plain Java Dates and Calendars is a pain and so Joda Time became one of the de-facto standard library for non-trivial Date handling. It would be awesome Joda objects like DateTime for timestamps and other Date data.
What would be the best approach to do this with DBSetup? My understanding is, that a Binder implementation won't help me too much since DateTime Objects aren't supported natively by any database. Is there some kind of Converter I can hook into DBSetup?
Also, Joda Support would probably be a good extension since I don't think its a good idea to bring the Joda Dependency to the core.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels