Package | Description |
---|---|
org.mybatis.dynamic.sql | |
org.mybatis.dynamic.sql.insert | |
org.mybatis.dynamic.sql.select | |
org.mybatis.dynamic.sql.select.render | |
org.mybatis.dynamic.sql.where.condition |
Modifier and Type | Method and Description |
---|---|
SelectModel |
AbstractSubselectCondition.selectModel() |
Modifier and Type | Method and Description |
---|---|
static QueryExpressionDSL.FromGatherer<SelectModel> |
SqlBuilder.select(BasicColumn... selectList) |
static QueryExpressionDSL.FromGatherer<SelectModel> |
SqlBuilder.selectDistinct(BasicColumn... selectList) |
Modifier and Type | Method and Description |
---|---|
static <T> IsEqualToWithSubselect<T> |
SqlBuilder.isEqualTo(Buildable<SelectModel> selectModelBuilder) |
static <T> IsGreaterThanWithSubselect<T> |
SqlBuilder.isGreaterThan(Buildable<SelectModel> selectModelBuilder) |
static <T> IsGreaterThanOrEqualToWithSubselect<T> |
SqlBuilder.isGreaterThanOrEqualTo(Buildable<SelectModel> selectModelBuilder) |
static <T> IsInWithSubselect<T> |
SqlBuilder.isIn(Buildable<SelectModel> selectModelBuilder) |
static <T> IsLessThanWithSubselect<T> |
SqlBuilder.isLessThan(Buildable<SelectModel> selectModelBuilder) |
static <T> IsLessThanOrEqualToWithSubselect<T> |
SqlBuilder.isLessThanOrEqualTo(Buildable<SelectModel> selectModelBuilder) |
static <T> IsNotEqualToWithSubselect<T> |
SqlBuilder.isNotEqualTo(Buildable<SelectModel> selectModelBuilder) |
static <T> IsNotInWithSubselect<T> |
SqlBuilder.isNotIn(Buildable<SelectModel> selectModelBuilder) |
Constructor and Description |
---|
AbstractSubselectCondition(Buildable<SelectModel> selectModelBuilder) |
Modifier and Type | Method and Description |
---|---|
SelectModel |
InsertSelectModel.selectModel() |
Modifier and Type | Method and Description |
---|---|
InsertSelectModel.Builder |
InsertSelectModel.Builder.withSelectModel(SelectModel selectModel) |
Modifier and Type | Method and Description |
---|---|
InsertSelectDSL |
InsertSelectDSL.InsertColumnGatherer.withSelectStatement(Buildable<SelectModel> selectModelBuilder) |
InsertSelectDSL |
InsertSelectDSL.SelectGatherer.withSelectStatement(Buildable<SelectModel> selectModelBuilder) |
Modifier and Type | Method and Description |
---|---|
SelectModel |
SelectModel.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static QueryExpressionDSL.FromGatherer<SelectModel> |
SelectDSL.select(BasicColumn... selectList) |
static QueryExpressionDSL.FromGatherer<SelectModel> |
SelectDSL.selectDistinct(BasicColumn... selectList) |
Modifier and Type | Method and Description |
---|---|
static <R> MyBatis3SelectModelAdapter<R> |
MyBatis3SelectModelAdapter.of(SelectModel selectModel,
Function<SelectStatementProvider,R> mapperMethod) |
Modifier and Type | Method and Description |
---|---|
static <R> QueryExpressionDSL.FromGatherer<R> |
SelectDSL.select(Function<SelectModel,R> adapterFunction,
BasicColumn... selectList) |
static <R> QueryExpressionDSL.FromGatherer<R> |
SelectDSL.selectDistinct(Function<SelectModel,R> adapterFunction,
BasicColumn... selectList) |
Modifier and Type | Method and Description |
---|---|
static SelectRenderer.Builder |
SelectRenderer.withSelectModel(SelectModel selectModel) |
SelectRenderer.Builder |
SelectRenderer.Builder.withSelectModel(SelectModel selectModel) |
Modifier and Type | Method and Description |
---|---|
static <T> IsNotInWithSubselect<T> |
IsNotInWithSubselect.of(Buildable<SelectModel> selectModelBuilder) |
static <T> IsNotEqualToWithSubselect<T> |
IsNotEqualToWithSubselect.of(Buildable<SelectModel> selectModelBuilder) |
static <T> IsLessThanWithSubselect<T> |
IsLessThanWithSubselect.of(Buildable<SelectModel> selectModelBuilder) |
static <T> IsLessThanOrEqualToWithSubselect<T> |
IsLessThanOrEqualToWithSubselect.of(Buildable<SelectModel> selectModelBuilder) |
static <T> IsInWithSubselect<T> |
IsInWithSubselect.of(Buildable<SelectModel> selectModelBuilder) |
static <T> IsGreaterThanWithSubselect<T> |
IsGreaterThanWithSubselect.of(Buildable<SelectModel> selectModelBuilder) |
static <T> IsGreaterThanOrEqualToWithSubselect<T> |
IsGreaterThanOrEqualToWithSubselect.of(Buildable<SelectModel> selectModelBuilder) |
static <T> IsEqualToWithSubselect<T> |
IsEqualToWithSubselect.of(Buildable<SelectModel> selectModelBuilder) |
Constructor and Description |
---|
IsEqualToWithSubselect(Buildable<SelectModel> selectModelBuilder) |
IsGreaterThanOrEqualToWithSubselect(Buildable<SelectModel> selectModelBuilder) |
IsGreaterThanWithSubselect(Buildable<SelectModel> selectModelBuilder) |
IsInWithSubselect(Buildable<SelectModel> selectModelBuilder) |
IsLessThanOrEqualToWithSubselect(Buildable<SelectModel> selectModelBuilder) |
IsLessThanWithSubselect(Buildable<SelectModel> selectModelBuilder) |
IsNotEqualToWithSubselect(Buildable<SelectModel> selectModelBuilder) |
IsNotInWithSubselect(Buildable<SelectModel> selectModelBuilder) |
Copyright © 2016–2017 MyBatis.org. All rights reserved.