| Class | Description |
|---|---|
| AbstractStringBasedJodaType | |
| PersistentDateTime |
Persist
DateTime via hibernate. |
| PersistentDateTimeAsBigInt |
Persist
DateTime via hibernate as a BIGINT. |
| PersistentDateTimeTZ |
Persist
DateTime via hibernate. |
| PersistentDuration |
Converts a org.joda.time.Duration to and from Sql for Hibernate.
|
| PersistentDurationAsMilliseconds |
Converts a org.joda.time.Duration to and from Sql for Hibernate.
|
| PersistentInstant |
Persist
Instant via hibernate as a TIMESTAMP. |
| PersistentInstantAsBigInt |
Persist
Instant via hibernate as a BIGINT. |
| PersistentInterval |
Persist
Interval via hibernate. |
| PersistentLocalDate |
Persist
LocalDate via hibernate. |
| PersistentLocalDateTime |
Persist
LocalDateTime via hibernate. |
| PersistentLocalTimeAsString |
Persist
LocalDate via hibernate. |
| PersistentLocalTimeAsTime |
Persist
LocalDate via hibernate. |
| PersistentLocalTimeAsTimestamp |
Persist
LocalDate via hibernate. |
| PersistentLocalTimeExact |
Persist
LocalDate via hibernate. |
| PersistentPeriod |
Converts a org.joda.time.Period to and from Sql for Hibernate.
|
| PersistentTimeOfDay |
Persist
TimeOfDay via hibernate. |
| PersistentTimeOfDayExact |
Persist
TimeOfDay via hibernate. |
| PersistentYearMonthDay |
Persist
YearMonthDay via hibernate. |
Copyright © 2005–2015 Joda.org. All rights reserved.