Uses of Interface
org.apache.cayenne.DataChannelFilter
| Package | Description | 
|---|---|
| org.apache.cayenne.access | Contains classes that make up Cayenne ORM stack. | 
| org.apache.cayenne.configuration.server | 
- 
Uses of DataChannelFilter in org.apache.cayenne.accessFields in org.apache.cayenne.access with type parameters of type DataChannelFilter Modifier and Type Field Description protected List<DataChannelFilter>DataDomain. filtersDeprecated.since 4.1 this field is unusedMethods in org.apache.cayenne.access that return types with arguments of type DataChannelFilter Modifier and Type Method Description List<DataChannelFilter>DataDomain. getFilters()Deprecated.since 4.1 useDataDomain.getQueryFilters()andDataDomain.getSyncFilters()Methods in org.apache.cayenne.access with parameters of type DataChannelFilter Modifier and Type Method Description voidDataDomain. addFilter(DataChannelFilter filter)Deprecated.since 4.1 useDataDomain.addQueryFilter(DataChannelQueryFilter)andDataDomain.addSyncFilter(DataChannelSyncFilter)insteadvoidDataDomain. removeFilter(DataChannelFilter filter)Deprecated.since 4.1 useDataDomain.removeQueryFilter(DataChannelQueryFilter)andDataDomain.removeSyncFilter(DataChannelSyncFilter)instead
- 
Uses of DataChannelFilter in org.apache.cayenne.configuration.serverFields in org.apache.cayenne.configuration.server with type parameters of type DataChannelFilter Modifier and Type Field Description protected List<DataChannelFilter>DataDomainProvider. filtersDeprecated.since 4.1, use query and sync filters insteadMethods in org.apache.cayenne.configuration.server that return types with arguments of type DataChannelFilter Modifier and Type Method Description static ListBuilder<DataChannelFilter>ServerModule. contributeDomainFilters(Binder binder)Deprecated.