Interface AsyncPageIdCriteriaRepositoryOperations

All Known Implementing Classes:
ExecutorAsyncOperationsSupportingCriteria

@Internal public interface AsyncPageIdCriteriaRepositoryOperations
Asynchronously executes the internal criteria query that selects the IDs for a page containing joins or fetches.
Since:
5.1
  • Method Summary

    Modifier and Type
    Method
    Description
    findPageIds(jakarta.persistence.criteria.CriteriaQuery<T> query, int offset, int limit)
     
  • Method Details

    • findPageIds

      <T> CompletionStage<List<T>> findPageIds(jakarta.persistence.criteria.CriteriaQuery<T> query, int offset, int limit)
      Type Parameters:
      T - The result type
      Parameters:
      query - The page-ID criteria query
      offset - The offset
      limit - The limit
      Returns:
      The page IDs