Uses of Interface
io.ebean.event.BeanQueryRequest
-
Uses of BeanQueryRequest in io.ebean.event
Modifier and TypeMethodDescription<T> T
BeanFindController.find
(BeanQueryRequest<T> request) Find a bean using its id or unique predicate.<T> BeanCollection<T>
BeanFindController.findMany
(BeanQueryRequest<T> request) Return a List, Set or Map for the given find request.boolean
BeanFindController.isInterceptFind
(BeanQueryRequest<?> request) Return true if this controller should intercept and process this find request.boolean
BeanFindController.isInterceptFindMany
(BeanQueryRequest<?> request) Return true if this controller should intercept and process this findMany request.default <T> T
BeanFindController.postProcess
(BeanQueryRequest<T> request, T result) Allows post-processing of the find result.default <T> BeanCollection<T>
BeanFindController.postProcessMany
(BeanQueryRequest<T> request, BeanCollection<T> result) Allows post-processing of the find result.void
BeanQueryAdapter.preQuery
(BeanQueryRequest<?> request) Modify the associated query prior to it being executed.