We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84c533 commit 864d7edCopy full SHA for 864d7ed
documentation/src/main/asciidoc/introduction/Hibernate_Introduction.adoc
@@ -91,8 +91,8 @@ For example:
91
| `org.hibernate.annotations.CascadeType` | `javax.persistence.CascadeType`
92
| `org.hibernate.FlushMode` | `javax.persistence.FlushModeType`
93
| `org.hibernate.annotations.FetchMode` | `javax.persistence.FetchType`
94
-| `org.hibernate.query.Query` | `javax.peristence.Query`
95
-| `org.hibernate.Cache` | `javax.peristence.Cache`
+| `org.hibernate.query.Query` | `javax.persistence.Query`
+| `org.hibernate.Cache` | `javax.persistence.Cache`
96
| `@org.hibernate.annotations.NamedQuery` | `@javax.persistence.NamedQuery`,
97
| `@org.hibernate.annotations.Cache` | `@javax.persistence.Cacheable`
98
|===
0 commit comments