public class ObjectIdRelationshipFilter extends Object implements DataChannelFilter
DataChannelFilter that implements ObjectId relationships read functionality.| Constructor and Description |
|---|
ObjectIdRelationshipFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected ObjectIdRelationshipFaultingStrategy |
createFaultingStrategy() |
void |
init(DataChannel channel) |
QueryResponse |
onQuery(ObjectContext context,
Query query,
DataChannelFilterChain chain) |
GraphDiff |
onSync(ObjectContext context,
GraphDiff diff,
int syncType,
DataChannelFilterChain chain) |
public void init(DataChannel channel)
init in interface DataChannelFilterprotected ObjectIdRelationshipFaultingStrategy createFaultingStrategy()
public GraphDiff onSync(ObjectContext context, GraphDiff diff, int syncType, DataChannelFilterChain chain)
onSync in interface DataChannelFilterpublic QueryResponse onQuery(ObjectContext context, Query query, DataChannelFilterChain chain)
onQuery in interface DataChannelFilterCopyright © 2001–2014 Apache Cayenne. All rights reserved.