Class | Description |
---|---|
PersistentDayOfWeekAsInteger |
Persist
DayOfWeek via Hibernate using integer value. |
PersistentDayOfWeekAsString |
Persist
DayOfWeek via Hibernate. |
PersistentDurationAsMillisLong |
Maps a
Duration to and from Long for Hibernate. |
PersistentDurationAsNanosBigInteger |
Maps a
Duration to and from BigInteger for Hibernate. |
PersistentDurationAsSecondsAndNanosDecimal |
Maps a
Duration to and from a decimal value 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. |
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. |
PersistentMonthAsInteger |
Persist
Month via Hibernate using integer value. |
PersistentMonthAsString |
Persist
Month via Hibernate. |
PersistentMonthDayAsDate |
Persist
MonthDay to a Date via Hibernate. |
PersistentMonthDayAsString |
Persist
MonthDay via Hibernate. |
PersistentMonthDayAsTimestamp |
Persist
MonthDay to a Timestamp via Hibernate. |
PersistentOffsetDateTime |
Persist
OffsetDateTime via Hibernate. |
PersistentOffsetDateTimeAsStringAndStringOffset |
Persist
OffsetDateTime via Hibernate. |
PersistentOffsetTime |
Persist
OffsetTime via Hibernate. |
PersistentOffsetTimeAsLongAndStringOffset |
Persist
OffsetTime via Hibernate using nanoseconds of the day. |
PersistentOffsetTimeAsStringAndStringOffset |
Persist
OffsetTime via Hibernate using nanoseconds of the day. |
PersistentOffsetTimeAsTimeAndStringOffset |
Persist
OffsetTime via Hibernate. |
PersistentOffsetTimeAsTimestamp |
Persist
OffsetTime via Hibernate using nanoseconds of the day. |
PersistentPeriodAsString |
Maps a
Period to and from String for Hibernate. |
PersistentYearAsInteger |
Persist
Year via Hibernate using integer value. |
PersistentYearAsString |
Maps a
Year to and from String for Hibernate. |
PersistentYearMonthAsString |
Maps a
YearMonth to and from String for Hibernate. |
PersistentZonedDateTime |
Persist
ZonedDateTime via Hibernate. |
PersistentZonedDateTimeAsStringAndStringZone |
Persist
ZonedDateTime via Hibernate. |
PersistentZoneIdAsString |
Maps a
ZoneId to and from String for Hibernate. |
PersistentZoneOffsetAsString |
Maps a
ZoneOffset to and from String for Hibernate. |
Copyright © 2010–2018 Jadira Systems. All rights reserved.