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 | |
org.apache.cayenne.tx |
Modifier and Type | Interface and Description |
---|---|
interface |
DataChannelFilter
Deprecated.
since 4.1 use
DataChannelQueryFilter and DataChannelSyncFilter |
Modifier and Type | Field and Description |
---|---|
protected List<DataChannelSyncFilter> |
DataDomain.syncFilters |
Modifier and Type | Method and Description |
---|---|
List<DataChannelSyncFilter> |
DataDomain.getSyncFilters()
Returns an unmodifiable list of sync filters registered with this DataDomain.
|
Modifier and Type | Method and Description |
---|---|
void |
DataDomain.addSyncFilter(DataChannelSyncFilter filter)
Adds a new sync filter.
|
void |
DataDomain.removeSyncFilter(DataChannelSyncFilter filter)
Removes a sync filter from the filter chain.
|
Modifier and Type | Field and Description |
---|---|
protected List<DataChannelSyncFilter> |
DataDomainProvider.syncFilters |
Modifier and Type | Method and Description |
---|---|
static ListBuilder<DataChannelSyncFilter> |
ServerModule.contributeDomainSyncFilters(Binder binder)
Provides access to a DI collection builder for
DataChannelSyncFilter 's that allows downstream modules to
"contribute" their own DataDomain sync filters |
Modifier and Type | Class and Description |
---|---|
class |
TransactionFilter
A
DataChannelSyncFilter that provides transactions. |
Copyright © 2001–2019 Apache Cayenne. All rights reserved.