Package | Description |
---|---|
org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
|
org.apache.openjpa.persistence |
OpenJPA JPA
|
org.apache.openjpa.slice |
Extended OpenJPA Interfaces for distributed databases.
|
Modifier and Type | Class and Description |
---|---|
class |
BrokerImpl
Concrete
Broker . |
class |
FinalizingBrokerImpl
Subtype of
BrokerImpl that automatically closes itself during
finalization. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
DelegatingBroker.find(java.lang.Object oid,
boolean validate,
FindCallbacks call) |
java.lang.Object |
BrokerImpl.find(java.lang.Object oid,
boolean validate,
FindCallbacks call) |
java.lang.Object |
StoreContext.find(java.lang.Object oid,
boolean validate,
FindCallbacks call)
Find the persistence object with the given oid.
|
protected java.lang.Object |
BrokerImpl.find(java.lang.Object oid,
FetchConfiguration fetch,
java.util.BitSet exclude,
java.lang.Object edata,
int flags,
FindCallbacks call)
Internal finder.
|
java.lang.Object[] |
StoreContext.findAll(java.util.Collection<java.lang.Object> oids,
boolean validate,
FindCallbacks call)
Return the objects with the given oids.
|
java.lang.Object[] |
DelegatingBroker.findAll(java.util.Collection oids,
boolean validate,
FindCallbacks call) |
java.lang.Object[] |
BrokerImpl.findAll(java.util.Collection oids,
boolean validate,
FindCallbacks call) |
protected java.lang.Object[] |
BrokerImpl.findAll(java.util.Collection oids,
FetchConfiguration fetch,
java.util.BitSet exclude,
java.lang.Object edata,
int flags,
FindCallbacks call)
Internal finder.
|
java.lang.Object |
DelegatingBroker.findCached(java.lang.Object oid,
FindCallbacks call) |
java.lang.Object |
BrokerImpl.findCached(java.lang.Object oid,
FindCallbacks call) |
java.lang.Object |
StoreContext.findCached(java.lang.Object oid,
FindCallbacks call)
Return the instance for the given oid/object , or null if not
found in the L1 cache.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityManagerImpl
Implementation of
EntityManager interface. |
Modifier and Type | Class and Description |
---|---|
class |
DistributedBrokerImpl
A specialized Broker to associate slice identifiers with the StateManagers as
they are persisted in a cascade.
|
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.