Assembling
applications that use the Java Persistence API
Subtopics:
Assembling a JPA application in a Java EE environment
You have developed and configured your applications to
work with the Java Persistence
API (JPA). Now you need to package the JPA applications for your environment.
Assembling JPA applications for a Java SE environment
You have developed and configured your applications to
work with the Java Persistence
API (JPA). Now you must package the JPA applications for your environment.
Using 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 Java Database Connectivity
(JDBC) isolation level and whether read, update, or exclusive locks
are acquired when retrieving data.
Last updated: April 18, 2014 05:01 AM CDT http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-iseries&topic=container_jpa_assembling File name: container_jpa_assembling.html