Package org.apache.cayenne
Interface DataChannelFilterChain
public interface DataChannelFilterChain
Deprecated.
Provides DataChannelFilters with API to pass control to the next filter in the chain or
 the underlying DataChannel for the last chain filter.
- Since:
- 3.1
- 
Method SummaryModifier and Type Method Description default QueryResponseonQuery(ObjectContext originatingContext, Query query)Deprecated.default GraphDiffonSync(ObjectContext originatingContext, GraphDiff changes, int syncType)Deprecated.
- 
Method Details- 
onQueryDeprecated.
- 
onSyncDeprecated.
 
- 
DataChannelSyncFilterChainandDataChannelQueryFilterChain