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.
Java Persistence API (JPA) applications specify the underlying data source that is used by the persistence provider to access the database.