public interface DocQueryRequest<T>
Modifier and Type | Method and Description |
---|---|
JsonReadOptions |
createJsonReadOptions()
Create JsonReadOptions taking into account persistence context and lazy loading support.
|
void |
executeSecondaryQueries(boolean forEach)
Execute secondary queries.
|
io.ebeaninternal.api.SpiQuery<T> |
getQuery()
Return the query for this request.
|
io.ebeaninternal.api.SpiTransaction |
getTransaction()
Return the transaction for this request (can be null for document store only queries).
|
void |
setTransaction(io.ebeaninternal.api.SpiTransaction transaction)
Set the (document store) transaction to use for this query.
|
io.ebeaninternal.api.SpiTransaction getTransaction()
void setTransaction(io.ebeaninternal.api.SpiTransaction transaction)
JsonReadOptions createJsonReadOptions()
void executeSecondaryQueries(boolean forEach)
Copyright © 2018. All rights reserved.