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
|
||||||
|
@ -124,4 +124,4 @@ If you use JPA in Java SE, you'll need to copy/paste this function into your pro
|
||||||
- [ ] Learn how to use CDI to inject a container-managed `EntityManager` in Quarkus.
|
- [ ] Learn how to use CDI to inject a container-managed `EntityManager` in Quarkus.
|
||||||
See https://quarkus.io/guides/hibernate-orm[the Quarkus website] for instructions.
|
See https://quarkus.io/guides/hibernate-orm[the Quarkus website] for instructions.
|
||||||
|
|
||||||
// force the break
|
// force the break
|
||||||
|
|
Loading…
Reference in New Issue