Class | Description |
---|---|
AbstractMultiColumnDateMidnight | Deprecated |
PersistentDateMidnight |
Persist
DateMidnight via Hibernate. |
PersistentDateMidnightAsString |
Persist
DateMidnight via Hibernate. |
PersistentDateTime |
Persist
DateTime via Hibernate. |
PersistentDateTimeAndZone |
Persist
DateTime via Hibernate. |
PersistentDateTimeAndZoneWithOffset |
Persist
DateTime via Hibernate. |
PersistentDateTimeAsString |
Persist
DateTime via Hibernate. |
PersistentDateTimeAsUtcString |
Persist
DateTime as a string of three parts:
the DateTime transformed into UTC time, formatted as such: yyyy-MM-dd'T'HH:mm:ss.SSS
the underscore symbol (_)
the id of the DateTime 's original time zone (for example Europe/London or UTC)
This user-type was created to workaround Hibernate's HHH-5574
bug by storing the complete DateTime data, including the specific time zone, not just the offset (ala ISO 8601), in
one single, sortable field. |
PersistentDateTimeWithZone | Deprecated
This class is being replaced by
PersistentDateTimeAndZoneWithOffset . |
PersistentDateTimeZoneAsString |
Maps a
DateTimeZone to and from String for Hibernate. |
PersistentDateTimeZoneWithOffsetAsString |
Maps a
DateTimeZone to and from String for Hibernate. |
PersistentDurationAsMillisLong |
Maps a
Duration to and from Long for Hibernate. |
PersistentDurationAsNanosBigInteger |
Maps a
Duration to and from BigInteger for Hibernate. |
PersistentDurationAsSecondsInteger |
Maps a
Duration to and from Integer for Hibernate. |
PersistentDurationAsString |
Maps a
Duration to and from String for Hibernate. |
PersistentInstantAsMillisLong |
Persist
Instant via Hibernate using milliseconds of the day. |
PersistentInstantAsNanosBigInteger |
Persist
Instant via Hibernate using nanoseconds of the day. |
PersistentInstantAsString |
Persist
Instant via Hibernate. |
PersistentInstantAsTimestamp |
Persist
Instant via Hibernate using a JDBC Timestamp datatype with a reference date. |
PersistentInterval |
Persist
Interval via Hibernate. |
PersistentLocalDate |
Persist
LocalDate via Hibernate. |
PersistentLocalDateAsString |
Persist
LocalDate as a String via Hibernate. |
PersistentLocalDateTime |
Persist
LocalDateTime via Hibernate. |
PersistentLocalDateTimeAsString |
Persist
LocalDateTime via Hibernate. |
PersistentLocalTime |
Persist
LocalTime via Hibernate as a SQL TIME datatype - note that sub-second values will not
be retained. |
PersistentLocalTimeAsMillisInteger |
Persist
LocalTime via Hibernate using milliseconds of the day. |
PersistentLocalTimeAsNanosLong |
Persist
LocalTime via Hibernate using nanoseconds of the day. |
PersistentLocalTimeAsString |
Persist
LocalTime via Hibernate. |
PersistentLocalTimeAsTimestamp |
Persist
LocalTime via Hibernate using a JDBC Timestamp datatype with a reference date. |
PersistentMinutes |
Persist
Minutes via Hibernate using integer value. |
PersistentMonthDayAsString |
Persist
MonthDay via Hibernate. |
PersistentPeriodAsString |
Maps a
Period to and from String for Hibernate. |
PersistentTimeOfDay | Deprecated
Recommend replacing use of
TimeOfDay with LocalTime and PersistentLocalTime |
PersistentTimeOfDayAsMillisInteger | Deprecated
Recommend replacing use of
TimeOfDay with LocalTime and PersistentLocalTimeAsMillisInteger |
PersistentTimeOfDayAsNanosLong | Deprecated
Recommend replacing use of
TimeOfDay with LocalTime and PersistentLocalTimeAsNanosLong |
PersistentTimeOfDayAsString | Deprecated
Recommend replacing use of
TimeOfDay with LocalTime and PersistentLocalTimeAsString |
PersistentTimeOfDayAsTimestamp | Deprecated
Recommend replacing use of
TimeOfDay with LocalTime and PersistentLocalTimeAsTimestamp |
PersistentYearMonthAsString |
Maps a
YearMonth to and from String for Hibernate. |
PersistentYearMonthDay | Deprecated
Recommend replacing use of
YearMonthDay with LocalDate and PersistentLocalDate |
PersistentYearMonthDayAsString | Deprecated
Recommend replacing use of
YearMonthDay with LocalDate and PersistentLocalDate |
PersistentYears |
Persist
Years via Hibernate using integer value. |
Copyright © 2010–2018 Jadira Systems. All rights reserved.