| Package | Description | 
|---|---|
| org.apache.cayenne.access | Contains classes that make up Cayenne ORM stack. | 
| org.apache.cayenne.configuration.server | |
| org.apache.cayenne.tx | 
| 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, immediately 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 | 
| Modifier and Type | Method and Description | 
|---|---|
| static ListBuilder<DataChannelFilter> | ServerModule. contributeDomainFilters(Binder binder)Provides access to a DI collection builder for  DataChannelFilter's that allows downstream modules to
 "contribute" their own DataDomain filters | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TransactionFilterA  DataChannelFilterthat provides transactions. | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.