Title here
Summary here
Query Handler should be implemented to publish the data, along with @CrudMapping Annotations.
The developers can implement the preExecution and postExecution methods to customize the Query filter and resultset
| Method | signature | 
|---|---|
| aclCheck | public int aclCheck(FilterCriteria criteria, Map<String, String> map) | 
| applyPreFilter | public QueryFilter applyPreFilter(QueryFilter filter); | 
| onQueryResult | public default Tuple onQueryResult(Tuple tuple, Action action); |