java.lang.Object
io.ebeaninternal.server.query.CallableQueryCount<T>
Represent the findCount query as a Callable.
-
Constructor Summary
ConstructorsConstructorDescriptionCallableQueryCount(SpiEbeanServer server, SpiQuery<T> query, boolean createdTransaction) Note that the transaction passed in is always a new transaction solely to find the row count so it must be cleaned up by this CallableQueryRowCount. -
Method Summary