HHH-16842 Fixed typo - changed tye to type

This commit is contained in:
ats1999 2023-06-25 15:23:20 +05:30 committed by Christian Beikov
parent cd320671a8
commit 3eb7e7aea9
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ include::{example-dir-emeddable}/TargetTest.java[tags=embeddable-Target-example]
====
The `coordinates` embeddable type is mapped as the `Coordinates` interface.
However, Hibernate needs to know the actual implementation tye, which is `GPS` in this case,
However, Hibernate needs to know the actual implementation type, which is `GPS` in this case,
hence the `@Target` annotation is used to provide this information.
Assuming we have persisted the following `City` entity: