Package org.apache.cayenne
Interface DataChannelQueryFilterChain
public interface DataChannelQueryFilterChain
Interface for chain of query filters
- Since:
- 4.1
-
Method Summary
Modifier and Type Method Description QueryResponse
onQuery(ObjectContext originatingContext, Query query)
-
Method Details
-
onQuery
-