This commit is contained in:
Daninsky 2024-03-19 09:42:56 -03:00 committed by Christian Beikov
parent 09b5829e8e
commit 866585d4b6
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
== Tutorial using JPA-standard APIs
.Objectives
- [*] Configure Hibernate using `peristence.xml`
- [*] Configure Hibernate using `persistence.xml`
- [*] Bootstrap a Jakarta Persistence `EntityManagerFactory`
- [*] Use annotations to provide mapping information
- [*] Use `EntityManager` to persist and query data