- All Superinterfaces:
DocQueryContext<T>
A Query request for the document store.
-
Method Summary
Modifier and TypeMethodDescriptionCreate JsonReadOptions taking into account persistence context and lazy loading support.voidexecuteSecondaryQueries(boolean forEach) Execute secondary queries.io.ebeaninternal.api.SpiQuery<T>query()Return the query for this request.io.ebeaninternal.api.SpiTransactionReturn the transaction for this request (can be null for document store only queries).voidtransaction(io.ebeaninternal.api.SpiTransaction transaction) Set the (document store) transaction to use for this query.
-
Method Details
-
transaction
io.ebeaninternal.api.SpiTransaction transaction()Return the transaction for this request (can be null for document store only queries). -
transaction
Set the (document store) transaction to use for this query. -
query
Return the query for this request. -
createJsonReadOptions
Create JsonReadOptions taking into account persistence context and lazy loading support. -
executeSecondaryQueries
Execute secondary queries.
-