| Package | Description | 
|---|---|
| org.apache.cayenne | Contains persistence APIs directly accessible by users. | 
| org.apache.cayenne.tx | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryResponse | DataChannelFilter. onQuery(ObjectContext originatingContext,
       Query query,
       DataChannelFilterChain filterChain) | 
| GraphDiff | DataChannelFilter. onSync(ObjectContext originatingContext,
      GraphDiff changes,
      int syncType,
      DataChannelFilterChain filterChain) | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryResponse | TransactionFilter. onQuery(ObjectContext originatingContext,
       Query query,
       DataChannelFilterChain filterChain) | 
| GraphDiff | TransactionFilter. onSync(ObjectContext originatingContext,
      GraphDiff changes,
      int syncType,
      DataChannelFilterChain filterChain) | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.