Class SelectDSL<R>

java.lang.Object
org.mybatis.dynamic.sql.select.SelectDSL<R>
Type Parameters:
R - the type of model produced by this builder, typically SelectModel
All Implemented Interfaces:
ForAndWaitOperations<SelectDSL<R>>, LimitAndOffsetOperations<SelectDSL<R>,R>, OrderByOperations<SelectDSL<R>>, Buildable<R>, ConfigurableStatement<SelectDSL<R>>

Implements a SQL DSL for building select statements.
Author:
Jeff Butler