|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StateManagerImpl | |
---|---|
org.apache.openjpa.enhance | OpenJPA Enhancer |
org.apache.openjpa.kernel | OpenJPA Runtime Kernel |
Uses of StateManagerImpl in org.apache.openjpa.enhance |
---|
Methods in org.apache.openjpa.enhance with parameters of type StateManagerImpl | |
---|---|
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 | |
---|---|
StateManagerImpl |
StateManagerImpl.getObjectIdOwner()
|
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 that return types with arguments of type StateManagerImpl | |
---|---|
protected Collection<StateManagerImpl> |
BrokerImpl.getTransactionalStates()
Return a copy of all transactional state managers. |
Methods in org.apache.openjpa.kernel with parameters of type StateManagerImpl | |
---|---|
protected void |
BrokerImpl.assignObjectId(Object cache,
Object id,
StateManagerImpl sm)
Assign the object id to the cache. |
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)
|
Method parameters in org.apache.openjpa.kernel with type arguments of type StateManagerImpl | |
---|---|
void |
DetachManagerLite.detachAll(Collection<StateManagerImpl> states)
This method will detach all provided StateManagers in place. |
Constructors in org.apache.openjpa.kernel with parameters of type StateManagerImpl | |
---|---|
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). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |