Uses of Class
org.apache.cayenne.event.CayenneEvent
Package
Description
Contains classes that make up Cayenne generic event dispatch mechanism.
Contains generic graph management tools used in Cayenne.
-
Uses of CayenneEvent in org.apache.cayenne.access.event
Modifier and TypeClassDescriptionclass
Event sent on modification of the DataRowStore. -
Uses of CayenneEvent in org.apache.cayenne.event
Modifier and TypeMethodDescriptionprotected void
EventBridge.onExternalEvent
(CayenneEvent event) Helper method intended to be called explicitly by subclasses to asynchronously post an event obtained from a remote source.protected abstract void
EventBridge.sendExternalEvent
(CayenneEvent localEvent) Sends a Cayenne event over the transport supported by this bridge.protected void
NoopEventBridge.sendExternalEvent
(CayenneEvent localEvent) -
Uses of CayenneEvent in org.apache.cayenne.graph
Modifier and TypeClassDescriptionclass
An event indicating a change in the object graph. -
Uses of CayenneEvent in org.apache.cayenne.map.event
Modifier and TypeClassDescriptionclass
Represents events resulted from Attribute changes in CayenneModeler.class
class
class
Represents events resulted from Entity changes in CayenneModeler.class
Superclass of CayenneModeler events.class
Represents events resulted from Relationship changes in CayenneModeler.