Package org.mybatis.dynamic.sql.insert
Class InsertSelectModel.Builder
java.lang.Object
org.mybatis.dynamic.sql.insert.InsertSelectModel.Builder
- Enclosing class:
InsertSelectModel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withColumnList
(InsertColumnListModel columnList) withSelectModel
(SelectModel selectModel) withStatementConfiguration
(StatementConfiguration statementConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withTable
-
withColumnList
-
withSelectModel
-
withStatementConfiguration
public InsertSelectModel.Builder withStatementConfiguration(StatementConfiguration statementConfiguration) -
build
-