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.cayenne
Methods 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.tx
Methods in org.apache.cayenne.tx with parameters of type DataChannelSyncFilterChainModifier and TypeMethodDescriptionTransactionFilter.onSync
(ObjectContext originatingContext, GraphDiff changes, int syncType, DataChannelSyncFilterChain filterChain)