ObjectDB ObjectDB

setNontransactionalRead(nontransactionalRead) - JDO Transaction's method

Method
javax.jdo.Transaction
void setNontransactionalRead(
  boolean nontransactionalRead
)

If true, allow persistent instances to be read without a transaction active. If an implementation does not support this option, a JDOUnsupportedOptionException is thrown.
Parameters:
nontransactionalRead - the value of the nontransactionalRead property
Since:
JDO 1.0