Class LifeCycleStateFactory


  • public abstract class LifeCycleStateFactory
    extends Object
    Factory for life cycle states.
    • Constructor Detail

      • LifeCycleStateFactory

        public LifeCycleStateFactory()
    • Method Detail

      • getLifeCycleState

        public static final org.datanucleus.state.LifeCycleState getLifeCycleState​(int stateType)
        Returns the LifeCycleState for the state constant.
        Parameters:
        stateType - the type as integer
        Returns:
        the type as LifeCycleState object