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 |
Modifier and Type | Interface and Description |
---|---|
interface |
DataChannelFilter
Deprecated.
since 4.1 use
DataChannelQueryFilter and DataChannelSyncFilter |
Modifier and Type | Field and Description |
---|---|
protected List<DataChannelQueryFilter> |
DataDomain.queryFilters |
Modifier and Type | Method and Description |
---|---|
List<DataChannelQueryFilter> |
DataDomain.getQueryFilters()
Returns an unmodifiable list of query filters registered with this DataDomain.
|
Modifier and Type | Method and Description |
---|---|
void |
DataDomain.addQueryFilter(DataChannelQueryFilter filter)
Adds a new query filter.
|
void |
DataDomain.removeQueryFilter(DataChannelQueryFilter filter)
Removes a query filter from the filter chain.
|
Modifier and Type | Field and Description |
---|---|
protected List<DataChannelQueryFilter> |
DataDomainProvider.queryFilters |
Modifier and Type | Method and Description |
---|---|
static ListBuilder<DataChannelQueryFilter> |
ServerModule.contributeDomainQueryFilters(Binder binder)
Provides access to a DI collection builder for
DataChannelQueryFilter 's that allows downstream modules to
"contribute" their own DataDomain query filters |
Copyright © 2001–2019 Apache Cayenne. All rights reserved.