| Package | Description |
|---|---|
| org.apache.cayenne.access |
Contains classes that make up Cayenne ORM stack.
|
| org.apache.cayenne.event |
Contains classes that make up Cayenne generic event dispatch mechanism.
|
| org.apache.cayenne.remote |
| Modifier and Type | Field and Description |
|---|---|
protected EventBridge |
DataRowStore.remoteNotificationsHandler |
| Modifier and Type | Method and Description |
|---|---|
protected EventBridge |
DataRowStore.getEventBridge() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DataRowStore.setEventBridge(EventBridge eventBridge) |
| Constructor and Description |
|---|
DefaultDataRowStoreFactory(Provider<EventBridge> eventBridgeProvider,
EventManager eventManager,
RuntimeProperties properties) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoopEventBridge |
| Modifier and Type | Method and Description |
|---|---|
EventBridge |
EventBridgeFactory.createEventBridge(Collection<EventSubject> localSubjects,
String externalSubject,
Map<String,String> properties)
Creates an
EventBridge with the specified parameters. |
EventBridge |
NoopEventBridgeProvider.get() |
| Modifier and Type | Method and Description |
|---|---|
EventBridge |
RemoteSession.createServerEventBridge()
Deprecated.
since 4.0. Factory creation should is handled by the client connection.
|
Copyright © 2001–2019 Apache Cayenne. All rights reserved.