mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-13 22:54:51 +00:00
95930820af
- add TimestampWithTimeZoneDescriptor and use it in OffsetDateTimeJD and ZonedDateTimeJD - add ZoneOffsetJavaDescriptor for ZoneOffset attributes - clean up string rendering for temporal types using ISO formats; note that they do not need to implement objectToSQLString() since they cannot be discriminators Note that at this time very few databases have meaningful support for the ANSI-standard TIMESTAMP WITH TIME ZONE type. This limits the usefulness of TimestampWithTimeZoneDescriptor for now. Also add in some missing but needed type mappings for temporal types