mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-10 05:04:52 +00:00
fix typo
This commit is contained in:
parent
1c2c14ff70
commit
37e8218227
@ -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`
|
||||
|===
|
||||
|
Loading…
x
Reference in New Issue
Block a user