Module io.ebean.api
Package io.ebean

Interface FutureIds<T>

All Superinterfaces:
Future<List<Object>>

public interface FutureIds<T> extends Future<List<Object>>
FutureIds represents the result of a background query execution for the Id's.

It extends the java.util.concurrent.Future with the ability to get the Id's while the query is still executing in the background.

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the original query used to fetch the Id's.

    Methods inherited from interface java.util.concurrent.Future

    cancel, get, get, isCancelled, isDone
  • Method Details

    • getQuery

      Query<T> getQuery()
      Returns the original query used to fetch the Id's.