Interface ReactivePageIdCriteriaRepositoryOperations

All Known Implementing Classes:
ExecutorReactiveOperationsSupportingCriteria

@Internal public interface ReactivePageIdCriteriaRepositoryOperations
Reactively 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
    <T> org.reactivestreams.Publisher<T>
    findPageIds(jakarta.persistence.criteria.CriteriaQuery<T> query, int offset, int limit)
     
  • Method Details

    • findPageIds

      <T> org.reactivestreams.Publisher<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