public interface BeanQueryRequest<T>
| Modifier and Type | Method and Description |
|---|---|
EbeanServer |
getEbeanServer()
Return the server processing the request.
|
Query<T> |
getQuery()
Returns the query.
|
Transaction |
getTransaction()
Return the Transaction associated with this request.
|
EbeanServer getEbeanServer()
Transaction getTransaction()
Copyright © 2016. All rights reserved.