ObjectDB ObjectDB

makeNontransactional(pc) - JDO PersistenceManager's method

Method
javax.jdo.PersistenceManager
void makeNontransactional(
  Object pc
)

Make an instance non-transactional after commit.

Normally, at transaction completion, instances are evicted from the cache. This method allows an application to identify an instance as not being evicted from the cache at transaction completion. Instead, the instance remains in the cache with nontransactional state.

Parameters:
pc - the instance to make nontransactional.
Since:
JDO 1.0