Uses of Interface
org.apache.cayenne.DataChannelFilter
Packages that use DataChannelFilter
Package
Description
Contains classes that make up Cayenne ORM stack.
-
Uses of DataChannelFilter in org.apache.cayenne.access
Fields in org.apache.cayenne.access with type parameters of type DataChannelFilterModifier and TypeFieldDescriptionprotected List
<DataChannelFilter> DataDomain.filters
Deprecated.since 4.1 this field is unusedMethods in org.apache.cayenne.access that return types with arguments of type DataChannelFilterModifier and TypeMethodDescriptionDataDomain.getFilters()
Deprecated.since 4.1 useDataDomain.getQueryFilters()
andDataDomain.getSyncFilters()
Methods in org.apache.cayenne.access with parameters of type DataChannelFilterModifier and TypeMethodDescriptionvoid
DataDomain.addFilter
(DataChannelFilter filter) Deprecated.since 4.1 useDataDomain.addQueryFilter(DataChannelQueryFilter)
andDataDomain.addSyncFilter(DataChannelSyncFilter)
insteadvoid
DataDomain.removeFilter
(DataChannelFilter filter) Deprecated.since 4.1 useDataDomain.removeQueryFilter(DataChannelQueryFilter)
andDataDomain.removeSyncFilter(DataChannelSyncFilter)
instead -
Uses of DataChannelFilter in org.apache.cayenne.configuration.server
Fields in org.apache.cayenne.configuration.server with type parameters of type DataChannelFilterModifier and TypeFieldDescriptionprotected List
<DataChannelFilter> DataDomainProvider.filters
Deprecated.since 4.1, use query and sync filters insteadMethods in org.apache.cayenne.configuration.server that return types with arguments of type DataChannelFilterModifier and TypeMethodDescriptionstatic ListBuilder
<DataChannelFilter> ServerModule.contributeDomainFilters
(Binder binder) Deprecated.