Fix typo
This commit is contained in:
parent
09b5829e8e
commit
866585d4b6
|
@ -2,7 +2,7 @@
|
||||||
== Tutorial using JPA-standard APIs
|
== Tutorial using JPA-standard APIs
|
||||||
|
|
||||||
.Objectives
|
.Objectives
|
||||||
- [*] Configure Hibernate using `peristence.xml`
|
- [*] Configure Hibernate using `persistence.xml`
|
||||||
- [*] Bootstrap a Jakarta Persistence `EntityManagerFactory`
|
- [*] Bootstrap a Jakarta Persistence `EntityManagerFactory`
|
||||||
- [*] Use annotations to provide mapping information
|
- [*] Use annotations to provide mapping information
|
||||||
- [*] Use `EntityManager` to persist and query data
|
- [*] Use `EntityManager` to persist and query data
|
||||||
|
|
Loading…
Reference in New Issue