forked from arteam/jadira
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RELEASE-NOTES.txt
20 lines (16 loc) · 932 Bytes
/
RELEASE-NOTES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
User Type
======================================================
User Types and classes for use with Hibernate. Includes user types for use with the javax.time
classes included in the early review class of JSR 310. Where possible these types are compatible
with the equivalent Joda Time - Hibernate user types.
As of release 1.1 User Types adds user types for Joda Time. These are designed for interoperability
wherever possible with the provided JSR 310 user types. These can be used as an alternative to Joda
Time Contrib's persistent types. The motivation for creating these types is the original types are
affected by an issue whereby the written time is offset by the user's offset from the database zone.
Feedback
--------
All feedback is welcomed via the project mailing list
To Do
-----
Adding new types from JodaTime 2.0 - MonthDay and YearMonth
Adding InstantInterval (if reinstated into JSR 303)