Package org.mybatis.dynamic.sql.dsl
Interface LimitAndOffsetOperations.LimitFinisher<T,M>
- All Superinterfaces:
Buildable<M>,ForAndWaitOperations<T>,OrderByOperations<T>
- All Known Implementing Classes:
AbstractLimitAndOffsetSupport.LimitFinisherImpl
- Enclosing interface:
- LimitAndOffsetOperations<T,
M>
public static interface LimitAndOffsetOperations.LimitFinisher<T,M>
extends ForAndWaitOperations<T>, OrderByOperations<T>, Buildable<M>
-
Method Summary
Modifier and TypeMethodDescriptiondefault Toffset(long offset) offsetWhenPresent(@Nullable Long offset) Methods inherited from interface org.mybatis.dynamic.sql.dsl.ForAndWaitOperations
forKeyShare, forNoKeyUpdate, forShare, forUpdate, nowait, setForClause, setWaitClause, skipLockedMethods inherited from interface org.mybatis.dynamic.sql.dsl.OrderByOperations
orderBy, orderBy
-
Method Details
-
offset
-
offsetWhenPresent
-