com.avaje.ebean.event
Interface BeanQueryRequest<T>


public interface BeanQueryRequest<T>

Holds the information available for a bean query.


Method Summary
 EbeanServer getEbeanServer()
          Return the server processing the request.
 Query<T> getQuery()
          Returns the query.
 Transaction getTransaction()
          Return the Transaction associated with this request.
 

Method Detail

getEbeanServer

EbeanServer getEbeanServer()
Return the server processing the request.


getTransaction

Transaction getTransaction()
Return the Transaction associated with this request.


getQuery

Query<T> getQuery()
Returns the query.



Copyright © 2010. All Rights Reserved.