About dirty

manual

Updating JPA Entity Objects

Explains how to use JPA to delete (remove) entity objects from the database.... Explicitly mark the parameter instance and field dirty. See JavaDoc Reference Page... ( employee, "projects" ) ; // reported as dirty em. getTransaction getTransaction() EntityManager's ...

 
manual

Entity Management Settings

Explains settings and performance tuning of JPA entities in ObjectDB, the fast Java object database for JPA/JDO.... = "false" on-commit = "true" /> <dirty-tracking arrays = "false" /> </entities > ... The <cascade-persist> element The <dirty-tracking> element The <enhancement> ...

 
api-jdo

InstanceLifecycleEvent.DIRTY

(Static Field of javax.jdo.listener.InstanceLifecycleEvent)

 
api-jdo

javax.jdo.spi.PersistenceCapable

A class that can be managed by a binary-compatible JDO implementation must implement this interface.(Interface of JDO)

 
api-jdo

javax.jdo.listener.DirtyLifecycleListener

This interface is implemented by listeners to be notified of dirty events.(Interface of JDO)

 
api-jdo

makeDirty(pc, fieldName)

Explicitly mark the parameter instance and field dirty.(Static Method of javax.jdo.JDOHelper)

 
api-jdo

javax.jdo.spi.StateInterrogation

This interface is implemented by a non-binary-compatible JDO implementation to provide state interrogation for non-enhanced persistent classes.(Interface of JDO)

 
api-jdo

jdoMakeDirty(fieldName)

Explicitly mark this instance and this field dirty.(Method of javax.jdo.spi.PersistenceCapable)

 
api-jdo

javax.jdo.spi.StateManager

This interface is the point of contact between managed instances of PersistenceCapable classes and the JDO implementation.(Interface of JDO)

 
api-jdo

javax.jdo.JDOHelper

This class can be used by a JDO-aware application to call the JDO behavior of PersistenceCapable instances without declaring them to be PersistenceCapable.(Class of JDO)