Class JPAStandardExtention
java.lang.Object
com.sap.olingo.jpa.processor.core.query.JPAStandardExtention
- All Implemented Interfaces:
JPAExtention
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProcess a expand query, which contains a $skip and/or a $top option.
-
Constructor Details
-
JPAStandardExtention
public JPAStandardExtention()
-
-
Method Details
-
executeExpandTopSkipQuery
Description copied from interface:JPAExtentionProcess 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
- Specified by:
executeExpandTopSkipQueryin interfaceJPAExtention- Returns:
- query result
-