Assembling applications that use the Java Persistence API
Subtopics
- Assembling a JPA application in a Java EE environment
We have developed and configured the applications to work with the Java Persistence API (JPA). Now we need to package the JPA applications for the environment.- Assembling JPA applications for a Java SE environment
We have developed and configured the applications to work with the Java Persistence API (JPA). Now we must package the JPA applications for the environment.- Use WSJPA 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 Java Database Connectivity (JDBC) isolation level and whether read, update, or exclusive locks are acquired when retrieving data.- Associating persistence providers and data sources
Java Persistence API (JPA) applications specify the underlying data source used by the persistence provider to access the database.- Assembling a JPA application in a Java EE environment
We have developed and configured the applications to work with the Java Persistence API (JPA). Now we need to package the JPA applications for the environment.- Assembling JPA applications for a Java SE environment
We have developed and configured the applications to work with the Java Persistence API (JPA). Now we must package the JPA applications for the environment.- Use WSJPA 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 Java Database Connectivity (JDBC) isolation level and whether read, update, or exclusive locks are acquired when retrieving data.- Associating persistence providers and data sources
Java Persistence API (JPA) applications specify the underlying data source used by the persistence provider to access the database.