Package | Description |
---|---|
org.apache.cayenne.access |
Contains classes that make up Cayenne ORM stack.
|
org.apache.cayenne.configuration.server |
Modifier and Type | Field and Description |
---|---|
protected List<DataChannelFilter> |
DataDomain.filters |
Modifier and Type | Method and Description |
---|---|
List<DataChannelFilter> |
DataDomain.getFilters()
Returns an unmodifiable list of filters registered with this DataDomain.
|
Modifier and Type | Method and Description |
---|---|
void |
DataDomain.addFilter(DataChannelFilter filter)
Adds a new filter, calling its 'init' method.
|
void |
DataDomain.removeFilter(DataChannelFilter filter)
Removes a filter from the filter chain.
|
Modifier and Type | Field and Description |
---|---|
protected List<DataChannelFilter> |
DataDomainProvider.filters |
Copyright © 2001–2018 Apache Cayenne. All rights reserved.