Uses of Interface
org.datanucleus.state.StateManagerFactory
-
Packages that use StateManagerFactory Package Description org.datanucleus This package provides classes that are typically externally called, whether that means by developers or by other DataNucleus plugins.org.datanucleus.state Provides classes relating to the life cycle state management of a persistable object. -
-
Uses of StateManagerFactory in org.datanucleus
Fields in org.datanucleus declared as StateManagerFactory Modifier and Type Field Description private StateManagerFactory
PersistenceNucleusContextImpl. smFactory
Factory for StateManagers for managing persistable objects.Methods in org.datanucleus that return StateManagerFactory Modifier and Type Method Description StateManagerFactory
PersistenceNucleusContext. getStateManagerFactory()
StateManagerFactory
PersistenceNucleusContextImpl. getStateManagerFactory()
-
Uses of StateManagerFactory in org.datanucleus.state
Classes in org.datanucleus.state that implement StateManagerFactory Modifier and Type Class Description class
StateManagerFactoryImpl
Factory for StateManagers.
-