Uses of Interface
org.apache.cayenne.DataChannelQueryFilter
| 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 | 
- 
Uses of DataChannelQueryFilter in org.apache.cayenneSubinterfaces of DataChannelQueryFilter in org.apache.cayenne Modifier and Type Interface Description interfaceDataChannelFilterDeprecated.
- 
Uses of DataChannelQueryFilter in org.apache.cayenne.accessFields in org.apache.cayenne.access with type parameters of type DataChannelQueryFilter Modifier and Type Field Description protected List<DataChannelQueryFilter>DataDomain. queryFiltersMethods in org.apache.cayenne.access that return types with arguments of type DataChannelQueryFilter Modifier and Type Method Description List<DataChannelQueryFilter>DataDomain. getQueryFilters()Returns an unmodifiable list of query filters registered with this DataDomain.Methods in org.apache.cayenne.access with parameters of type DataChannelQueryFilter Modifier and Type Method Description voidDataDomain. addQueryFilter(DataChannelQueryFilter filter)Adds a new query filter.voidDataDomain. removeQueryFilter(DataChannelQueryFilter filter)Removes a query filter from the filter chain.
- 
Uses of DataChannelQueryFilter in org.apache.cayenne.configuration.serverFields in org.apache.cayenne.configuration.server with type parameters of type DataChannelQueryFilter Modifier and Type Field Description protected List<DataChannelQueryFilter>DataDomainProvider. queryFiltersMethods in org.apache.cayenne.configuration.server that return types with arguments of type DataChannelQueryFilter Modifier and Type Method Description static ListBuilder<DataChannelQueryFilter>ServerModule. contributeDomainQueryFilters(Binder binder)Provides access to a DI collection builder forDataChannelQueryFilter's that allows downstream modules to "contribute" their own DataDomain query filters
DataChannelQueryFilterandDataChannelSyncFilter