Package | Description |
---|---|
org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
This package provides a common OpenJPA runtime environment that can be
adapted for use with various data store mechanisms.
|
org.apache.openjpa.persistence |
OpenJPA JPA
This package provides an JPA facade to OpenJPA.
|
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 |
---|---|
Object |
BrokerImpl.find(Object oid,
boolean validate,
FindCallbacks call) |
Object |
StoreContext.find(Object oid,
boolean validate,
FindCallbacks call)
Find the persistence object with the given oid.
|
Object |
DelegatingBroker.find(Object oid,
boolean validate,
FindCallbacks call) |
protected Object |
BrokerImpl.find(Object oid,
FetchConfiguration fetch,
BitSet exclude,
Object edata,
int flags,
FindCallbacks call)
Internal finder.
|
Object[] |
StoreContext.findAll(Collection<Object> oids,
boolean validate,
FindCallbacks call)
Return the objects with the given oids.
|
Object[] |
BrokerImpl.findAll(Collection oids,
boolean validate,
FindCallbacks call) |
Object[] |
DelegatingBroker.findAll(Collection oids,
boolean validate,
FindCallbacks call) |
protected Object[] |
BrokerImpl.findAll(Collection oids,
FetchConfiguration fetch,
BitSet exclude,
Object edata,
int flags,
FindCallbacks call)
Internal finder.
|
Object |
BrokerImpl.findCached(Object oid,
FindCallbacks call) |
Object |
StoreContext.findCached(Object oid,
FindCallbacks call)
Return the instance for the given oid/object , or null if not
found in the L1 cache.
|
Object |
DelegatingBroker.findCached(Object oid,
FindCallbacks call) |
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–2020 Apache Software Foundation. All rights reserved.