Uses of Interface
com.avaje.ebean.event.BeanQueryRequest

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.
 



Copyright © 2010. All Rights Reserved.