Uses of Interface
org.apache.cayenne.DataChannelSyncFilterChain
Packages that use DataChannelSyncFilterChain
Package
Description
Contains persistence APIs directly accessible by users.
- 
Uses of DataChannelSyncFilterChain in org.apache.cayenneMethods in org.apache.cayenne with parameters of type DataChannelSyncFilterChainModifier and TypeMethodDescriptionDataChannelSyncFilter.onSync(ObjectContext originatingContext, GraphDiff changes, int syncType, DataChannelSyncFilterChain filterChain) 
- 
Uses of DataChannelSyncFilterChain in org.apache.cayenne.txMethods in org.apache.cayenne.tx with parameters of type DataChannelSyncFilterChainModifier and TypeMethodDescriptionTransactionFilter.onSync(ObjectContext originatingContext, GraphDiff changes, int syncType, DataChannelSyncFilterChain filterChain)