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 Detail

      • getQuery

        Query<TgetQuery()
        Returns the original query used to fetch the Id's.