Internal Website Search

11-20 of 89 resultsRefresh

javax.jdo.ObjectState

">ObjectState DIRTY" title="Enum Constant of javax.jdo.ObjectState">DETACHED_DIRTY DIRTY" title="Enum Constant

javax.jdo.JDOEntityManager

JDO JavaDoc Reference Documentation -

javax.jdo.spi.StateInterrogation

;pc) Tests whether the parameter instance is dirty ... whether the parameter instance is dirty. Instances that have been modified, deleted, newly made persistent in ... > . Instances known by the implementation to be non-dirty return Boolean.FALSE.

javax.jdo.PersistenceManager

="teaser"> Flushes all dirty, new, and deleted instances to the data store. Flushes all dirty, new, and deleted

javax.jdo.JDOHelper

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

javax.jdo.listener.DirtyLifecycleListener

"> This interface is implemented by listeners to be notified of dirty events. Invoked whenever a persistent instance is first made dirty ... made dirty, during an operation that modifies the value of a persistent or transactional field. Called

jdoMakeDirty(fieldName)

and this field dirty. Normally, PersistenceCapable classes are able to detect changes ... unambiguous identification of the field to be marked dirty. If multiple classes declare the same field ... marked dirty is the field declared by the most derived class. Transient instances ignore

javax.jdo.spi.JDOImplHelper

dirty. Mark a non-binary-compatible instance dirty. Delegate to all registered StateInterrogation instances ... dirty fieldName - the field to mark

javax.jdo.spi.StateManager

whether this object is dirty. Tests whether this object is dirty. Instances that have been modified, deleted, or newly ... class="teaser"> Mark the associated PersistenceCapable field dirty

javax.jdo.PersistenceManagerFactory

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