void setCopyOnAttach(
boolean flag
)
Sets the default copyOnAttach setting for all
PersistenceManager
instances obtained from this factory. CopyOnAttach set to true
specifies that during makePersistent, copies are made of detached parameter instances. With this flag set to false
, detached parameter instances are attached directly and change their state from detached-clean to persistent-clean or from detached-dirty to persistent-dirty.
- See Also:
getCopyOnAttach()
- Since:
- JDO 2.1