FIX HHH-11868

This commit is contained in:
Guillaume Husta 2017-07-13 11:42:51 +02:00 committed by Chris Cranford
parent 7f94320cec
commit 60f2ac8534
1 changed files with 2 additions and 2 deletions

View File

@ -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.