Uses of Class
org.apache.openjpa.kernel.StateManagerImpl
-
Packages that use StateManagerImpl Package Description org.apache.openjpa.enhance OpenJPA Enhancerorg.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.slice Extended OpenJPA Interfaces for distributed databases. -
-
Uses of StateManagerImpl in org.apache.openjpa.enhance
Methods in org.apache.openjpa.enhance with parameters of type StateManagerImpl Modifier and Type Method Description static void
RedefinitionHelper. assignLazyLoadProxies(StateManagerImpl sm)
Create a container instance that will delegate back to the state manager to emulate lazy loading. -
Uses of StateManagerImpl in org.apache.openjpa.kernel
Methods in org.apache.openjpa.kernel that return StateManagerImpl Modifier and Type Method Description StateManagerImpl
StateManagerImpl. getObjectIdOwner()
protected StateManagerImpl
BrokerImpl. getStateManagerImpl(java.lang.Object obj, boolean assertThisContext)
Return the state manager for the given instance, or null.protected StateManagerImpl
BrokerImpl. getStateManagerImplById(java.lang.Object oid, boolean allowNew)
Return the state manager for the given oid.protected StateManagerImpl
BrokerImpl. initialize(StateManagerImpl sm, boolean load, FetchConfiguration fetch, java.lang.Object edata)
Initialize a newly-constructed state manager.protected StateManagerImpl
BrokerImpl. newStateManagerImpl(java.lang.Object oid, ClassMetaData meta)
Create a state manager for the given oid and metadata.Methods in org.apache.openjpa.kernel that return types with arguments of type StateManagerImpl Modifier and Type Method Description protected java.util.Map<StateManagerImpl,org.apache.openjpa.kernel.SavepointFieldManager>
OpenJPASavepoint. getStates()
Return the map of states to savepoint data.protected java.util.Collection<StateManagerImpl>
BrokerImpl. getTransactionalStates()
Return a copy of all transactional state managers.Methods in org.apache.openjpa.kernel with parameters of type StateManagerImpl Modifier and Type Method Description protected void
BrokerImpl. assignObjectId(java.lang.Object cache, java.lang.Object id, StateManagerImpl sm)
Assign the object id to the cache.protected StateManagerImpl
BrokerImpl. initialize(StateManagerImpl sm, boolean load, FetchConfiguration fetch, java.lang.Object edata)
Initialize a newly-constructed state manager.protected boolean
AuditManager. isAuditable(AuditableOperation op, StateManagerImpl sm)
Affirms if the given state manager is auditable for the given operation.protected void
DetachedStateManager. provideField(java.lang.Object toAttach, StateManagerImpl sm, int field)
protected void
BrokerImpl. setStateManager(java.lang.Object id, StateManagerImpl sm, int status)
Set the cached StateManager for the instance that had the given oid.Method parameters in org.apache.openjpa.kernel with type arguments of type StateManagerImpl Modifier and Type Method Description void
DetachManagerLite. detachAll(java.util.Collection<StateManagerImpl> states)
This method will detach all provided StateManagers in place.void
OpenJPASavepoint. save(java.util.Collection<StateManagerImpl> states)
Set this savepoint, saving any state for the passed-inOpenJPAStateManager
s as necessary.Constructors in org.apache.openjpa.kernel with parameters of type StateManagerImpl Constructor Description StateManagerImpl(StateManagerImpl sm)
Create a new StateManager instance based on the StateManager provided.StateManagerImpl(StateManagerImpl sm, PCState newState)
Create a new StateManager instance, optionally overriding the state (FLUSHED, DELETED, etc) of the underlying PersistenceCapable instance). -
Uses of StateManagerImpl in org.apache.openjpa.slice
Methods in org.apache.openjpa.slice with parameters of type StateManagerImpl Modifier and Type Method Description protected void
DistributedBrokerImpl. setStateManager(java.lang.Object id, StateManagerImpl sm, int status)
-