Package org.datanucleus.api.jdo.state
Definition of lifecycle states when providing JDO persistence
-
Class Summary Class Description DetachedClean Class representing the life cycle state of DetachedClean.DetachedDirty Class representing the life cycle state of DetachedDirty.Hollow Class representing the life cycle state of Hollow.LifeCycleStateFactory Factory for life cycle states.PersistentClean Class representing the life cycle state of PersistentClean.PersistentDeleted Class representing the life cycle state of PersistentDeleted.PersistentDirty Class representing the life cycle state of PersistentDirty.PersistentNew Class representing the life cycle state of PersistentNew.PersistentNewDeleted Class representing the life cycle state of PersistentNewDeleted.PersistentNontransactional Class representing the life cycle state of PersistentNontransactional.PersistentNontransactionalDirty Class representing the life cycle state of PersistentNontransactionalDirtyTransientClean Class representing the life cycle state of TransientClean.TransientDirty Class representing the life cycle state of TransientDirty.