Class CallableQueryIds<T>

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

public final class CallableQueryIds<T> extends Object implements Callable<List<Object>>
Represent the fetch Id's query as a Callable.
  • Constructor Details

    • CallableQueryIds

      public CallableQueryIds(SpiEbeanServer server, SpiQuery<T> query, boolean createdTransaction)
  • Method Details

    • call

      public List<Object> call()
      Execute the find Id's query returning the list of Id's.
      Specified by:
      call in interface Callable<T>