This commit is contained in:
Gavin 2023-05-14 13:03:22 +02:00 committed by Christian Beikov
parent 1c2c14ff70
commit 37e8218227
1 changed files with 2 additions and 2 deletions

View File

@ -91,8 +91,8 @@ For example:
| `org.hibernate.annotations.CascadeType` | `javax.persistence.CascadeType`
| `org.hibernate.FlushMode` | `javax.persistence.FlushModeType`
| `org.hibernate.annotations.FetchMode` | `javax.persistence.FetchType`
| `org.hibernate.query.Query` | `javax.peristence.Query`
| `org.hibernate.Cache` | `javax.peristence.Cache`
| `org.hibernate.query.Query` | `javax.persistence.Query`
| `org.hibernate.Cache` | `javax.persistence.Cache`
| `@org.hibernate.annotations.NamedQuery` | `@javax.persistence.NamedQuery`,
| `@org.hibernate.annotations.Cache` | `@javax.persistence.Cacheable`
|===