Uses of Class
org.apache.openjpa.kernel.StateManagerImpl

Packages that use StateManagerImpl
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
 

Uses of StateManagerImpl in org.apache.openjpa.kernel
 

Methods in org.apache.openjpa.kernel that return StateManagerImpl
protected  StateManagerImpl BrokerImpl.getStateManagerImpl(Object obj, boolean assertThisContext)
          Return the state manager for the given instance, or null.
protected  StateManagerImpl BrokerImpl.getStateManagerImplById(Object oid, boolean allowNew)
          Return the state manager for the given oid.
protected  StateManagerImpl BrokerImpl.initialize(StateManagerImpl sm, boolean load, FetchConfiguration fetch, Object edata)
          Initialize a newly-constructed state manager.
protected  StateManagerImpl BrokerImpl.newStateManagerImpl(Object oid, ClassMetaData meta)
          Create a state manager for the given oid and metadata.
 

Methods in org.apache.openjpa.kernel with parameters of type StateManagerImpl
protected  StateManagerImpl BrokerImpl.initialize(StateManagerImpl sm, boolean load, FetchConfiguration fetch, Object edata)
          Initialize a newly-constructed state manager.
protected  void DetachedStateManager.provideField(Object toAttach, StateManagerImpl sm, int field)
           
 



Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.