Uses of Interface
org.apache.cayenne.DataChannelSyncFilter
Packages that use DataChannelSyncFilter
Package
Description
Contains classes that make up Cayenne ORM stack.
- 
Uses of DataChannelSyncFilter in org.apache.cayenne.accessFields in org.apache.cayenne.access with type parameters of type DataChannelSyncFilterMethods in org.apache.cayenne.access that return types with arguments of type DataChannelSyncFilterModifier and TypeMethodDescriptionDataDomain.getSyncFilters()Returns an unmodifiable list of sync filters registered with this DataDomain.Methods in org.apache.cayenne.access with parameters of type DataChannelSyncFilterModifier and TypeMethodDescriptionvoidDataDomain.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.runtimeFields in org.apache.cayenne.configuration.runtime with type parameters of type DataChannelSyncFilterModifier and TypeFieldDescriptionprotected List<DataChannelSyncFilter>DataDomainProvider.syncFiltersMethods in org.apache.cayenne.configuration.runtime that return types with arguments of type DataChannelSyncFilterModifier and TypeMethodDescriptionstatic ListBuilder<DataChannelSyncFilter>CoreModule.contributeDomainSyncFilters(Binder binder) Deprecated.Methods in org.apache.cayenne.configuration.runtime with parameters of type DataChannelSyncFilterModifier and TypeMethodDescriptionCoreModuleExtender.addSyncFilter(DataChannelSyncFilter syncFilter) Adds a custom sync filter.CoreModuleExtender.addSyncFilter(DataChannelSyncFilter syncFilter, boolean includeInTransaction) Adds a custom sync filter.Method parameters in org.apache.cayenne.configuration.runtime with type arguments of type DataChannelSyncFilterModifier and TypeMethodDescriptionCoreModuleExtender.addSyncFilter(Class<? extends DataChannelSyncFilter> syncFilterType) Adds a custom sync filter.CoreModuleExtender.addSyncFilter(Class<? extends DataChannelSyncFilter> syncFilterType, boolean includeInTransaction) Adds a custom sync filter.
- 
Uses of DataChannelSyncFilter in org.apache.cayenne.txClasses in org.apache.cayenne.tx that implement DataChannelSyncFilter
CoreModule.extend(Binder)API