FIX HHH-11868
This commit is contained in:
parent
7f94320cec
commit
60f2ac8534
|
@ -75,7 +75,7 @@ Internally Hibernate uses a registry of basic types when it needs to resolve a s
|
|||
|LocalTimeType |TIME |java.time.LocalTime |LocalTime, java.time.LocalTime
|
||||
|OffsetDateTimeType |TIMESTAMP |java.time.OffsetDateTime |OffsetDateTime, java.time.OffsetDateTime
|
||||
|OffsetTimeType |TIME |java.time.OffsetTime |OffsetTime, java.time.OffsetTime
|
||||
|OffsetTimeType |TIMESTAMP |java.time.ZonedDateTime |ZonedDateTime, java.time.ZonedDateTime
|
||||
|ZonedDateTimeType |TIMESTAMP |java.time.ZonedDateTime |ZonedDateTime, java.time.ZonedDateTime
|
||||
|=================================================================================================
|
||||
|
||||
.Hibernate Spatial BasicTypes
|
||||
|
@ -2209,4 +2209,4 @@ include::{sourcedir}/basic/ParentTest.java[tags=mapping-Parent-fetching-example]
|
|||
----
|
||||
====
|
||||
|
||||
Therefore, the `@Parent` annotation is used to define the association between an embeddable type and the owning entity.
|
||||
Therefore, the `@Parent` annotation is used to define the association between an embeddable type and the owning entity.
|
||||
|
|
Loading…
Reference in New Issue