Chapter 3 - Using JPA
This chapter explains how to manage ObjectDB databases by using Jakarta Persistence (JPA).
The first two pages introduce basic JPA interfaces and concepts:
The next section explains how to use JPA for database CRUD (create, read, update, and delete) operations:
The final section discusses advanced topics, such as locking and events: