Uses of Interface
javax.jdo.spi.StateManager
Packages that use StateManager
Package
Description
This package contains the interfaces and classes used by JDO implementations.
-
Uses of StateManager in javax.jdo.spi
Methods in javax.jdo.spi that return StateManagerModifier and TypeMethodDescriptionStateManager.replacingStateManager
(PersistenceCapable pc, StateManager sm) Replace the current value ofjdoStateManager
.Methods in javax.jdo.spi with parameters of type StateManagerModifier and TypeMethodDescriptionstatic void
JDOImplHelper.checkAuthorizedStateManager
(StateManager sm) Check that the parameter instance is of a class that is authorized for JDOPermission("setStateManager").PersistenceCapable.jdoNewInstance
(StateManager sm) Return a new instance of this class, with the jdoStateManager set to the parameter, and jdoFlags set to LOAD_REQUIRED.PersistenceCapable.jdoNewInstance
(StateManager sm, Object oid) Return a new instance of this class, with the jdoStateManager set to the parameter, key fields initialized to the values in the oid, and jdoFlags set to LOAD_REQUIRED.void
PersistenceCapable.jdoReplaceStateManager
(StateManager sm) This method sets the StateManager instance that manages the state of this instance.JDOImplHelper.newInstance
(Class pcClass, StateManager sm) Create a new instance of the class and assign itsjdoStateManager
.JDOImplHelper.newInstance
(Class pcClass, StateManager sm, Object oid) Create a new instance of the class and assign itsjdoStateManager
and key values from the ObjectId.StateManager.replacingStateManager
(PersistenceCapable pc, StateManager sm) Replace the current value ofjdoStateManager
.