Internal Website Search

41-50 of 172 resultsRefresh

javax.persistence.CascadeType

, MERGE, REMOVE, REFRESH, DETACH} . DETACH" title="Enum Constant of javax.persistence.CascadeType">DETACH Cascade detach operation

detachCopyAll(pcs)

;Collection<T> pcs) Detach the specified instances from the PersistenceManager . The flags for detachment (DETACH_LOAD_FIELDS and DETACH_UNLOAD_FIELDS) and the active fetch groups determine the scope of fetching

detachCopy(pc)

> Detach the specified instance from the PersistenceManager . The flags for detachment (DETACH_LOAD_FIELDS and DETACH_UNLOAD_FIELDS ... > - the instance to detach Returns

setDetachAllOnCommit(flag)

, during beforeCompletion all cached instances are prepared for detachment according to the fetch plan ... calling the user's afterCompletion callback, all detachable persistent instances in the cache transition to detached; non-detachable persistent instances transition to transient

javax.jdo.Constants

_DETACH_ALL_ON_COMMIT" title="Static Field of javax.jdo.Constants">PMF_ATTRIBUTE_DETACH_ALL_ON_COMMIT ... element's "detach-all-on-commit" attribute. The name of the persistence manager factory element's "detach-all-on-commit" attribute.

javax.jdo.spi.PersistenceCapable

, new, deleted, or detached; and to get its associated PersistenceManager, object identity ... > Tests whether this object has been detached. detached. Instances that have been detached return true. Transient instances return false

javax.jdo.listener.DetachCallback

"> This interface is used to notify instances of detach events. (Object detached) This method is called ... > on the detached instance after the copy is made.

setDetachmentOptions(options)

="description"> Set options to be used during detachment. Options are DETACH_LOAD_FIELDS" title="Static Field of javax.jdo.FetchPlan">DETACH_LOAD_FIELDS and DETACH_UNLOAD_FIELDS" title="Static Field

javax.jdo.JDOHelper

can discover whether the instance is persistent, transactional, dirty, new, deleted, or detached

javax.jdo.PersistenceManagerFactory

JDO JavaDoc Reference Documentation - The PersistenceManagerFactory is the interface to use to obtain PersistenceManager instances.