org.jpox.state |
Provides classes relating to the life cycle state of a persistable object. Refer to section 5.5 of the JDO 1.0 specification.
|
Java Source File Name | Type | Comment |
AbstractStateManager.java | Class | Abstract representation of a StateManager. |
ActivityState.java | Class | Definition of the activity states of a StateManager. |
CallbackHandler.java | Interface | CallBack handlers receive notification of events on persistent objects. |
DetachState.java | Class | Holder for the detachment state control for the detachment process. |
FetchPlanState.java | Class | Holder for the state control for FetchPlan processing.
Maintains a list of the field names being fetched. |
IllegalStateTransitionException.java | Class | A IllegalStateTransitionException is thrown if a life-cycle
state attempts a transition that is illegal. |
JDOStateManagerImpl.java | Class | Implementation of the StateManager.
Implemented here as one StateManager per Object so adds on functionality particular
to each object. |
LifeCycleState.java | Class | Base Class representing the life cycle state. |
RelationshipManager.java | Class | Manager for relationships of a class. |
StateManagerFactory.java | Class | Factory of StateManagers. |