Uses of Interface
org.apache.cayenne.DataChannelQueryFilter
Packages that use DataChannelQueryFilter
Package
Description
Contains classes that make up Cayenne ORM stack.
-
Uses of DataChannelQueryFilter in org.apache.cayenne.access
Fields in org.apache.cayenne.access with type parameters of type DataChannelQueryFilterMethods in org.apache.cayenne.access that return types with arguments of type DataChannelQueryFilterModifier and TypeMethodDescriptionDataDomain.getQueryFilters()
Returns an unmodifiable list of query filters registered with this DataDomain.Methods in org.apache.cayenne.access with parameters of type DataChannelQueryFilterModifier and TypeMethodDescriptionvoid
DataDomain.addQueryFilter
(DataChannelQueryFilter filter) Adds a new query filter.void
DataDomain.removeQueryFilter
(DataChannelQueryFilter filter) Removes a query filter from the filter chain. -
Uses of DataChannelQueryFilter in org.apache.cayenne.configuration.runtime
Fields in org.apache.cayenne.configuration.runtime with type parameters of type DataChannelQueryFilterModifier and TypeFieldDescriptionprotected List
<DataChannelQueryFilter> DataDomainProvider.queryFilters
Methods in org.apache.cayenne.configuration.runtime that return types with arguments of type DataChannelQueryFilterModifier and TypeMethodDescriptionstatic ListBuilder
<DataChannelQueryFilter> CoreModule.contributeDomainQueryFilters
(Binder binder) Deprecated.Methods in org.apache.cayenne.configuration.runtime with parameters of type DataChannelQueryFilterModifier and TypeMethodDescriptionCoreModuleExtender.addQueryFilter
(DataChannelQueryFilter queryFilter) Adds a custom query filter to the end of the existing filter listMethod parameters in org.apache.cayenne.configuration.runtime with type arguments of type DataChannelQueryFilterModifier and TypeMethodDescriptionCoreModuleExtender.addQueryFilter
(Class<? extends DataChannelQueryFilter> queryFilterType) Adds a custom query filter to the end of the existing filter list
CoreModule.extend(Binder)
API