Package org.mybatis.dynamic.sql.dsl
Class AbstractLimitAndOffsetSupport.ExtraMethods
java.lang.Object
org.mybatis.dynamic.sql.dsl.AbstractLimitAndOffsetSupport.ExtraMethods
- All Implemented Interfaces:
ForAndWaitOperations<T>,OrderByOperations<T>,Buildable<M>
- Direct Known Subclasses:
AbstractLimitAndOffsetSupport.LimitFinisherImpl,AbstractLimitAndOffsetSupport.OffsetFirstFinisherImpl
- Enclosing class:
- AbstractLimitAndOffsetSupport<T extends LimitAndOffsetOperations<T,
M> & ForAndWaitOperations<T> & OrderByOperations<T> & Buildable<M>, M>
public abstract class AbstractLimitAndOffsetSupport.ExtraMethods
extends Object
implements ForAndWaitOperations<T>, OrderByOperations<T>, Buildable<M>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()orderBy(Collection<? extends SortSpecification> columns) setForClause(String forClause) setWaitClause(String waitClause) 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.dsl.ForAndWaitOperations
forKeyShare, forNoKeyUpdate, forShare, forUpdate, nowait, skipLockedMethods inherited from interface org.mybatis.dynamic.sql.dsl.OrderByOperations
orderBy
-
Constructor Details
-
ExtraMethods
public ExtraMethods()
-
-
Method Details
-
setForClause
- Specified by:
setForClausein interfaceForAndWaitOperations<T extends LimitAndOffsetOperations<T,M> & ForAndWaitOperations<T> & OrderByOperations<T> & Buildable<M>>
-
setWaitClause
- Specified by:
setWaitClausein interfaceForAndWaitOperations<T extends LimitAndOffsetOperations<T,M> & ForAndWaitOperations<T> & OrderByOperations<T> & Buildable<M>>
-
orderBy
- Specified by:
orderByin interfaceOrderByOperations<T extends LimitAndOffsetOperations<T,M> & ForAndWaitOperations<T> & OrderByOperations<T> & Buildable<M>>
-
build
-