Uses of Class
org.mybatis.dynamic.sql.insert.GeneralInsertDSL
-
Uses of GeneralInsertDSL in org.mybatis.dynamic.sql.insert
Modifier and TypeMethodDescriptionGeneralInsertDSL.Builder.build()
static GeneralInsertDSL
GeneralInsertDSL.insertInto
(SqlTable table) GeneralInsertDSL.SetClauseFinisher.toConstant
(String constant) GeneralInsertDSL.SetClauseFinisher.toNull()
GeneralInsertDSL.SetClauseFinisher.toStringConstant
(String constant) GeneralInsertDSL.SetClauseFinisher.toValueOrNull
(Supplier<T> valueSupplier) GeneralInsertDSL.SetClauseFinisher.toValueOrNull
(T value) GeneralInsertDSL.SetClauseFinisher.toValueWhenPresent
(Supplier<T> valueSupplier) GeneralInsertDSL.SetClauseFinisher.toValueWhenPresent
(T value) -
Uses of GeneralInsertDSL in org.mybatis.dynamic.sql.util.mybatis3
Modifier and TypeMethodDescriptionstatic int
MyBatis3Utils.generalInsert
(ToIntFunction<GeneralInsertStatementProvider> mapper, SqlTable table, UnaryOperator<GeneralInsertDSL> completer) MyBatis3Utils.generalInsert
(SqlTable table, UnaryOperator<GeneralInsertDSL> completer)