Package org.datanucleus.api.jdo.state
Class LifeCycleStateFactory
- java.lang.Object
-
- org.datanucleus.api.jdo.state.LifeCycleStateFactory
-
public abstract class LifeCycleStateFactory extends java.lang.Object
Factory for life cycle states.
-
-
Field Summary
Fields Modifier and Type Field Description private static org.datanucleus.state.LifeCycleState[]
states
-
Constructor Summary
Constructors Constructor Description LifeCycleStateFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.datanucleus.state.LifeCycleState
getLifeCycleState(int stateType)
Returns the LifeCycleState for the state constant.
-