Package org.mybatis.dynamic.sql.dsl
Class AbstractLimitAndOffsetSupport.OffsetFirstFinisherImpl
java.lang.Object
AbstractLimitAndOffsetSupport<T,M>.ExtraMethods
org.mybatis.dynamic.sql.dsl.AbstractLimitAndOffsetSupport.OffsetFirstFinisherImpl
- All Implemented Interfaces:
ForAndWaitOperations<T>,LimitAndOffsetOperations.OffsetFirstFinisher<T,,M> OrderByOperations<T>,Buildable<M>
- Enclosing class:
- AbstractLimitAndOffsetSupport<T extends LimitAndOffsetOperations<T,
M> & ForAndWaitOperations<T> & OrderByOperations<T> & Buildable<M>, M>
public class AbstractLimitAndOffsetSupport.OffsetFirstFinisherImpl
extends AbstractLimitAndOffsetSupport<T,M>.ExtraMethods
implements LimitAndOffsetOperations.OffsetFirstFinisher<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.OffsetFirstFinisher
fetchFirstMethods inherited from interface org.mybatis.dynamic.sql.dsl.OrderByOperations
orderBy, orderBy
-
Constructor Details
-
OffsetFirstFinisherImpl
public OffsetFirstFinisherImpl()
-
-
Method Details
-
fetchFirstWhenPresent
public LimitAndOffsetOperations.FetchFirstFinisher<T> fetchFirstWhenPresent(@Nullable Long fetchFirstRows) - Specified by:
fetchFirstWhenPresentin interfaceLimitAndOffsetOperations.OffsetFirstFinisher<T extends LimitAndOffsetOperations<T,M> & ForAndWaitOperations<T> & OrderByOperations<T> & Buildable<M>, M>
-