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 TypeMethodDescriptiondefault GraphDiff
DataChannelFilter.onSync
(ObjectContext originatingContext, GraphDiff changes, int syncType, DataChannelSyncFilterChain filterChain) Deprecated.Adapter method that allows to use old DataChannelFilter as new sync filterDataChannelSyncFilter.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)