Interface JPAExtention
- All Known Implementing Classes:
JPAStandardExtention
public interface JPAExtention
-
Method Summary
Modifier and TypeMethodDescriptionProcess a expand query, which contains a $skip and/or a $top option.
-
Method Details
-
executeExpandTopSkipQuery
JPAExpandResult executeExpandTopSkipQuery()Process a expand query, which contains a $skip and/or a $top option.This a tricky problem, as it can not be done easily with SQL. It could be that a database offers special solutions. There is an worth reading blog regards this topic: How to select the first/least/max row per group in SQL
- Returns:
- query result
-