Uses of Class
org.mybatis.dynamic.sql.insert.GeneralInsertDSL
Packages that use GeneralInsertDSL
-
Uses of GeneralInsertDSL in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert that return GeneralInsertDSLModifier 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
Method parameters in org.mybatis.dynamic.sql.util.mybatis3 with type arguments of type GeneralInsertDSLModifier and TypeMethodDescriptionstatic int
MyBatis3Utils.generalInsert
(ToIntFunction<GeneralInsertStatementProvider> mapper, SqlTable table, UnaryOperator<GeneralInsertDSL> completer) MyBatis3Utils.generalInsert
(SqlTable table, UnaryOperator<GeneralInsertDSL> completer)