Class LifeCycleStateFactory
- java.lang.Object
-
- org.datanucleus.api.jakarta.state.LifeCycleStateFactory
-
public abstract class LifeCycleStateFactory extends Object
Factory for life cycle 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.
-