ObjectDB ObjectDB

setDetachAllOnCommit(flag) - JDO PersistenceManagerFactory's method

Method
javax.jdo.PersistenceManagerFactory
void setDetachAllOnCommit(
  boolean flag
)

Sets the default detachAllOnCommit setting for all PersistenceManager instances obtained from this factory.
Parameters:
flag - the default DetachAllOnCommit setting
Since:
JDO 2.0
See Also:
getDetachAllOnCommit()