public class CommitLogFilter extends Object implements DataChannelSyncFilter
DataChannelSyncFilter that captures commit changes, delegating their
processing to an underlying collection of listeners.| Constructor and Description |
|---|
CommitLogFilter(CommitLogEntityFactory entityFactory,
List<CommitLogListener> listeners) |
| Modifier and Type | Method and Description |
|---|---|
GraphDiff |
onSync(ObjectContext originatingContext,
GraphDiff beforeDiff,
int syncType,
DataChannelSyncFilterChain filterChain) |
public CommitLogFilter(CommitLogEntityFactory entityFactory, List<CommitLogListener> listeners)
public GraphDiff onSync(ObjectContext originatingContext, GraphDiff beforeDiff, int syncType, DataChannelSyncFilterChain filterChain)
onSync in interface DataChannelSyncFilterCopyright © 2001–2018 Apache Cayenne. All rights reserved.