ObjectDB ObjectDB

Constants.TX_REPEATABLE_READ - JDO static field

Static Field
javax.jdo.Constants
String TX_REPEATABLE_READ

Transaction isolation level representing the requirement to read the same data in the same transaction.
Since:
JDO 2.2
See Also:
PersistenceManagerFactory.getTransactionIsolationLevel()
Transaction.getIsolationLevel()