Class CallableQueryCount<T>

java.lang.Object
io.ebeaninternal.server.query.CallableQueryCount<T>
All Implemented Interfaces:
Callable<Integer>

public final class CallableQueryCount<T> extends Object implements Callable<Integer>
Represent the findCount query as a Callable.
  • Constructor Details

  • Method Details

    • call

      public Integer call()
      Execute the query returning the row count.
      Specified by:
      call in interface Callable<T>