Package org.mybatis.dynamic.sql.dsl
Class AbstractLimitAndOffsetSupport.LimitFinisherImpl
java.lang.Object
AbstractLimitAndOffsetSupport<T,M>.ExtraMethods
org.mybatis.dynamic.sql.dsl.AbstractLimitAndOffsetSupport.LimitFinisherImpl
- All Implemented Interfaces:
ForAndWaitOperations<T>,LimitAndOffsetOperations.LimitFinisher<T,,M> OrderByOperations<T>,Buildable<M>
- Enclosing class:
- AbstractLimitAndOffsetSupport<T extends LimitAndOffsetOperations<T,
M> & ForAndWaitOperations<T> & OrderByOperations<T> & Buildable<M>, M>
public class AbstractLimitAndOffsetSupport.LimitFinisherImpl
extends AbstractLimitAndOffsetSupport<T,M>.ExtraMethods
implements LimitAndOffsetOperations.LimitFinisher<T,M>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.mybatis.dynamic.sql.dsl.AbstractLimitAndOffsetSupport.ExtraMethods
build, orderBy, setForClause, setWaitClauseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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.LimitAndOffsetOperations.LimitFinisher
offsetMethods inherited from interface org.mybatis.dynamic.sql.dsl.OrderByOperations
orderBy, orderBy
-
Constructor Details
-
LimitFinisherImpl
public LimitFinisherImpl()
-
-
Method Details
-
offsetWhenPresent
- Specified by:
offsetWhenPresentin interfaceLimitAndOffsetOperations.LimitFinisher<T extends LimitAndOffsetOperations<T,M> & ForAndWaitOperations<T> & OrderByOperations<T> & Buildable<M>, M>
-