Package org.mybatis.dynamic.sql.dsl
Interface LimitAndOffsetOperations<T,M>
- All Known Implementing Classes:
AbstractLimitAndOffsetSupport,QueryExpressionDSL,QueryExpressionDSL.JoinSpecificationFinisher,QueryExpressionDSL.QueryExpressionHavingBuilder,QueryExpressionDSL.QueryExpressionWhereBuilder,SelectDSL,SelectDSL,SelectDSL.JoinSpecificationFinisher,SelectDSL.QueryExpressionHavingBuilder,SelectDSL.QueryExpressionWhereBuilder
public interface LimitAndOffsetOperations<T,M>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionfetchFirst(long fetchFirstRows) fetchFirstWhenPresent(@Nullable Long fetchFirstRows) default LimitAndOffsetOperations.LimitFinisher<T,M> limit(long limit) limitWhenPresent(@Nullable Long limit) offset(long offset) offsetWhenPresent(@Nullable Long offset)
-
Method Details
-
limit
-
limitWhenPresent
-
offset
-
offsetWhenPresent
-
fetchFirst
-
fetchFirstWhenPresent
-