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 TypeMethodDescription<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 queryoffset- The offsetlimit- The limit- Returns:
- The page IDs
-