void setCopyOnAttach(
boolean flag
)
Sets the copyOnAttach setting.
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