mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-22 02:58:05 +00:00
Fix typo
This commit is contained in:
parent
09b5829e8e
commit
866585d4b6
@ -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
|
||||
@ -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.
|
||||
See https://quarkus.io/guides/hibernate-orm[the Quarkus website] for instructions.
|
||||
|
||||
// force the break
|
||||
// force the break
|
||||
|
Loading…
x
Reference in New Issue
Block a user