Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 40 (100.0%) | 1520 (100.0%) | 38.0 |
JodaTimeContrib/hibernate/src/java/org/joda/time/contrib/hibernate/ | 6 (15.0%) | 849 (55.9%) | 141.5 |
JodaTimeContrib/hibernate/src/test/org/joda/time/contrib/hibernate/ | 13 (32.5%) | 372 (24.5%) | 28.6 |
JodaTimeContrib/hibernate/xdocs/ | 1 (2.5%) | 104 (6.8%) | 104.0 |
JodaTimeContrib/ | 4 (10.0%) | 88 (5.8%) | 22.0 |
JodaTimeContrib/src/java/org/joda/time/contrib/hibernate/ | 5 (12.5%) | 69 (4.5%) | 13.8 |
JodaTimeContrib/src/test/org/joda/time/contrib/hibernate/ | 10 (25.0%) | 37 (2.4%) | 3.7 |
JodaTimeContrib/hibernate/ | 1 (2.5%) | 1 (0.1%) | 1.0 |
added documentation, adjusted joda-time version
105 lines of code changed in:
added persister for LocalDate and LocalTime
744 lines of code changed in:
add: PersistentTimeOfDay (might loose milliseconds part)
add: PersistentTimeOfDayExact (use int to store the full time)
477 lines of code changed in:
Persist: YearMonthDay
7 lines of code changed in:
Allow easier usage from within other (custom) usertypes
48 lines of code changed in:
Additional persister which stores the timezone in an extra column
test cases
106 lines of code changed in:
added hibernate3.0rc1 as dependency
12 lines of code changed in:
initial version
usertype for hibernate3 to persist datetime
21 lines of code changed in: