|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanQueryRequest | |
---|---|
com.avaje.ebean.event | Persist and Query Event Controllers and Listeners |
Uses of BeanQueryRequest in com.avaje.ebean.event |
---|
Methods in com.avaje.ebean.event with parameters of type BeanQueryRequest | |
---|---|
T |
BeanFinder.find(BeanQueryRequest<T> request)
Find a bean using its id or unique predicate. |
BeanCollection<T> |
BeanFinder.findMany(BeanQueryRequest<T> request)
Return a List, Set or Map for the given find request. |
void |
BeanQueryAdapter.preQuery(BeanQueryRequest<?> request)
Modify the associated query prior to it being executed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |