Package | Description |
---|---|
org.apache.openjpa.datacache |
OpenJPA Data Cache
OpenJPA's data and query caching frameworks.
|
org.apache.openjpa.event |
OpenJPA Events
This package provides some interfaces and useful implementations
for OpenJPA's event notification framework.
|
org.apache.openjpa.lib.jdbc |
Database Connectivity
Includes an implementation of the
DataSource APIs
around a normal JDBC 1.x driver. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataCache
Abstract
DataCache implementation that provides various
statistics, logging, and timeout functionality common across cache
implementations. |
class |
AbstractQueryCache
Abstract
QueryCache implementation that provides various
statistics, logging, and timeout functionality common across cache
implementations. |
class |
ConcurrentDataCache
A
DataCache implementation that is optimized for concurrent
access. |
class |
ConcurrentQueryCache
A
QueryCache implementation that is optimized for concurrent
access. |
class |
PartitionedDataCache
A partitioned data cache maintains a set of partitions that are DataCache themselves.
|
Modifier and Type | Class and Description |
---|---|
class |
BrokerFactoryEventManager
EventManager responsible for notifying listeners of
BrokerFactoryEvent s. |
class |
RemoteCommitEventManager
Manager that can be used to track and notify
RemoteCommitListener s on remote commit events. |
class |
TransactionEventManager
Manager that can be used to track and notify transaction listeners
of transaction-related events.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCEventConnectionDecorator
Manages the firing of
JDBCEvent s. |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.