Interface QueryBuilderInterceptor.SelectionInterceptor
- Enclosing interface:
- QueryBuilderInterceptor
public static interface QueryBuilderInterceptor.SelectionInterceptor
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface
- 
Method SummaryModifier and TypeMethodDescriptionvoidCalled before the query is executed.voidCalled after the query was executed.
- 
Method Details- 
beforeQueryExecutionCalled before the query is executed. The givenQueryBuilderInterceptor.SelectionInterceptor.SelectionDatainstance allows adding additional query paths that will be queried from the database and will be available whenhandleQueryResults(QueryResult)is called.
- 
handleQueryResultsCalled after the query was executed.- Parameters:
- queryResult- an instance of- QueryBuilderInterceptor.SelectionInterceptor.QueryResultwhich allows access to the results of the query
 
 
-