About dirty
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 ...
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> ...
javax.jdo.spi.PersistenceCapable
A class that can be managed by a binary-compatible JDO implementation must implement this interface.(Interface of JDO)
javax.jdo.listener.DirtyLifecycleListener
This interface is implemented by listeners to be notified of dirty events.(Interface of JDO)
makeDirty(pc, fieldName)
Explicitly mark the parameter instance and field dirty.(Static Method of javax.jdo.JDOHelper)
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)
jdoMakeDirty(fieldName)
Explicitly mark this instance and this field dirty.(Method of javax.jdo.spi.PersistenceCapable)
javax.jdo.spi.StateManager
This interface is the point of contact between managed instances of PersistenceCapable classes and the JDO implementation.(Interface of 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)