Network Deployment (Distributed operating systems), v8.0 > Develop and deploying applications > Develop EJB applications
Assembling applications that use the Java Persistence API
- Assembling a JPA application in a Java EE environment
You have developed and configured the applications to work with the Java Persistence API (JPA). Now package the JPA applications for the environment.
- Assembling JPA applications for a Java SE environment
You have developed and configured the applications to work with the Java Persistence API (JPA). Now package the JPA applications for the environment.
- Use JPA access intent
Java Persistence API (JPA) access intent specifies the isolation level and lock level used when reading data from a data source. Access intent controls the JDBC isolation level and whether read, update, or exclusive locks are acquired when retrieving data.
- Associate persistence providers and data sources
Java Persistence API (JPA) applications specify the underlying data source used by the persistence provider to access the database.