Uses of Interface
org.apache.cayenne.DataChannelSyncFilter
| Package | Description | 
|---|---|
| org.apache.cayenne | Contains persistence APIs directly accessible by users. | 
| org.apache.cayenne.access | Contains classes that make up Cayenne ORM stack. | 
| org.apache.cayenne.configuration.server | |
| org.apache.cayenne.tx | 
- 
Uses of DataChannelSyncFilter in org.apache.cayenneSubinterfaces of DataChannelSyncFilter in org.apache.cayenne Modifier and Type Interface Description interfaceDataChannelFilterDeprecated.
- 
Uses of DataChannelSyncFilter in org.apache.cayenne.accessFields in org.apache.cayenne.access with type parameters of type DataChannelSyncFilter Modifier and Type Field Description protected List<DataChannelSyncFilter>DataDomain. syncFiltersMethods in org.apache.cayenne.access that return types with arguments of type DataChannelSyncFilter Modifier and Type Method Description List<DataChannelSyncFilter>DataDomain. getSyncFilters()Returns an unmodifiable list of sync filters registered with this DataDomain.Methods in org.apache.cayenne.access with parameters of type DataChannelSyncFilter Modifier and Type Method Description voidDataDomain. addSyncFilter(DataChannelSyncFilter filter)Adds a new sync filter.voidDataDomain. removeSyncFilter(DataChannelSyncFilter filter)Removes a sync filter from the filter chain.
- 
Uses of DataChannelSyncFilter in org.apache.cayenne.configuration.serverFields in org.apache.cayenne.configuration.server with type parameters of type DataChannelSyncFilter Modifier and Type Field Description protected List<DataChannelSyncFilter>DataDomainProvider. syncFiltersMethods in org.apache.cayenne.configuration.server that return types with arguments of type DataChannelSyncFilter Modifier and Type Method Description static ListBuilder<DataChannelSyncFilter>ServerModule. contributeDomainSyncFilters(Binder binder)Provides access to a DI collection builder forDataChannelSyncFilter's that allows downstream modules to "contribute" their own DataDomain sync filters
- 
Uses of DataChannelSyncFilter in org.apache.cayenne.txClasses in org.apache.cayenne.tx that implement DataChannelSyncFilter Modifier and Type Class Description classTransactionFilterADataChannelSyncFilterthat provides transactions.
DataChannelQueryFilterandDataChannelSyncFilter