Class SelectDSL.OffsetFirstFinisher
java.lang.Object
org.mybatis.dynamic.sql.select.SelectDSL.OffsetFirstFinisher
- All Implemented Interfaces:
SelectDSLForAndWaitOperations<R>, Buildable<R>
public class SelectDSL.OffsetFirstFinisher
extends Object
implements SelectDSLForAndWaitOperations<R>, Buildable<R>
- Author:
- Jeff Butler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()fetchFirst(long fetchFirstRows) fetchFirstWhenPresent(@Nullable Long fetchFirstRows) Gain access to the SelectDSL instance.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SelectDSLForAndWaitOperations
forKeyShare, forNoKeyUpdate, forShare, forUpdate, nowait, skipLocked
-
Constructor Details
-
OffsetFirstFinisher
public OffsetFirstFinisher()
-
-
Method Details
-
fetchFirst
-
fetchFirstWhenPresent
-
getSelectDSL
Description copied from interface:SelectDSLForAndWaitOperationsGain access to the SelectDSL instance.This is a leak of an implementation detail into the public API. The tradeoff is that it significantly reduces copy/paste code of SelectDSL methods into all the different inner classes of QueryExpressionDSL where they would be needed.
- Specified by:
getSelectDSLin interfaceSelectDSLForAndWaitOperations<R>- Returns:
- the SelectDSL instance associated with this interface instance
-
build
-