5.
How to Use JPA with Application Server
This chapter gives an overview of the JPA and describes how to use JPA with Application Server.
Organization of this chapter
5.1 Organization of this chapter
5.2 Features of JPA
5.3 JPA functionality that can be used with Application Server
5.4 EntityManager
5.5 Persistence context
5.6 How to obtain the container-managed EntityManager
5.7 How to obtain the application-managed EntityManager
5.8 Definitions in persistence.xml
5.9 Allocating persistence.xml
5.10 JPA interfaces
5.11 Notes on setting up applications