Package org.mybatis.dynamic.sql.select
Class SelectDSL.LimitFinisher
java.lang.Object
org.mybatis.dynamic.sql.select.SelectDSL.LimitFinisher
- All Implemented Interfaces:
SelectDSLForAndWaitOperations<R>,Buildable<R>
public class SelectDSL.LimitFinisher
extends Object
implements SelectDSLForAndWaitOperations<R>, Buildable<R>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mybatis.dynamic.sql.select.SelectDSLForAndWaitOperations
forKeyShare, forNoKeyUpdate, forShare, forUpdate, nowait, skipLocked
-
Constructor Details
-
LimitFinisher
public LimitFinisher()
-
-
Method Details
-
offset
-
offsetWhenPresent
-
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
-