Interface PageIdCriteriaRepositoryOperations
@Internal
public interface PageIdCriteriaRepositoryOperations
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> List<T> findPageIds(jakarta.persistence.criteria.CriteriaQuery<T> query, int offset, int limit)
-
Method Details
-
findPageIds
- Type Parameters:
T- The result type- Parameters:
query- The page-ID criteria queryoffset- The offsetlimit- The limit- Returns:
- The page IDs
-