Uses of Class
org.apache.cayenne.access.event.SnapshotEvent
| Package | Description | 
|---|---|
| org.apache.cayenne.access | Contains classes that make up Cayenne ORM stack. | 
| org.apache.cayenne.access.event | 
- 
Uses of SnapshotEvent in org.apache.cayenne.accessMethods in org.apache.cayenne.access with parameters of type SnapshotEvent Modifier and Type Method Description voidDataRowStore. processRemoteEvent(SnapshotEvent event)Handles remote events received via EventBridge.voidObjectStore. snapshotsChanged(SnapshotEvent event)SnapshotEventListener implementation that processes snapshot change event, updating DataObjects that have the changes.
- 
Uses of SnapshotEvent in org.apache.cayenne.access.eventMethods in org.apache.cayenne.access.event with parameters of type SnapshotEvent Modifier and Type Method Description voidSnapshotEventListener. snapshotsChanged(SnapshotEvent event)