Interface QueryBuilderInterceptor.SelectionInterceptor
- Enclosing interface:
QueryBuilderInterceptor
public static interface QueryBuilderInterceptor.SelectionInterceptor
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled before the query is executed.voidCalled after the query was executed.
-
Method Details
-
beforeQueryExecution
Called 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. -
handleQueryResults
Called after the query was executed.- Parameters:
queryResult- an instance ofQueryBuilderInterceptor.SelectionInterceptor.QueryResultwhich allows access to the results of the query
-