DataChannelSyncFilterChain
and DataChannelQueryFilterChain
public interface DataChannelFilterChain
Modifier and Type | Method and Description |
---|---|
default QueryResponse |
onQuery(ObjectContext originatingContext,
Query query)
Deprecated.
|
default GraphDiff |
onSync(ObjectContext originatingContext,
GraphDiff changes,
int syncType)
Deprecated.
|
default QueryResponse onQuery(ObjectContext originatingContext, Query query)
default GraphDiff onSync(ObjectContext originatingContext, GraphDiff changes, int syncType)
Copyright © 2001–2019 Apache Cayenne. All rights reserved.