You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
move incubating enum TimeZoneStorageStrategy to org.hibernate.type
This enum is not really an API-API, and has no usages in org.hibernate.
Application programs are expected to use o.h.annotations.TimeZoneStorageType,
and so putting this enum in o.h is pretty confusing to users.
* The standard Hibernate type for mapping {@link OffsetDateTime} to JDBC {@link org.hibernate.type.SqlTypes#TIMESTAMP_WITH_TIMEZONE TIMESTAMP_WITH_TIMEZONE}.
396
-
* This maps to {@link org.hibernate.TimeZoneStorageStrategy#NATIVE}.
396
+
* This maps to {@link TimeZoneStorageStrategy#NATIVE}.
* The standard Hibernate type for mapping {@link ZonedDateTime} to JDBC {@link org.hibernate.type.SqlTypes#TIMESTAMP_WITH_TIMEZONE TIMESTAMP_WITH_TIMEZONE}.
463
-
* This maps to {@link org.hibernate.TimeZoneStorageStrategy#NATIVE}.
463
+
* This maps to {@link TimeZoneStorageStrategy#NATIVE}.
0 commit comments