Skip to content

Commit 864d7ed

Browse files
committed
fix typo
1 parent f84c533 commit 864d7ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/src/main/asciidoc/introduction/Hibernate_Introduction.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ For example:
9191
| `org.hibernate.annotations.CascadeType` | `javax.persistence.CascadeType`
9292
| `org.hibernate.FlushMode` | `javax.persistence.FlushModeType`
9393
| `org.hibernate.annotations.FetchMode` | `javax.persistence.FetchType`
94-
| `org.hibernate.query.Query` | `javax.peristence.Query`
95-
| `org.hibernate.Cache` | `javax.peristence.Cache`
94+
| `org.hibernate.query.Query` | `javax.persistence.Query`
95+
| `org.hibernate.Cache` | `javax.persistence.Cache`
9696
| `@org.hibernate.annotations.NamedQuery` | `@javax.persistence.NamedQuery`,
9797
| `@org.hibernate.annotations.Cache` | `@javax.persistence.Cacheable`
9898
|===

0 commit comments

Comments
 (0)