ObjectDB ObjectDB

setNontransactionalWrite(nontransactionalWrite) - JDO Transaction's method

Method
javax.jdo.Transaction
void setNontransactionalWrite(
  boolean nontransactionalWrite
)

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