Uses of Class
org.mybatis.dynamic.sql.insert.GeneralInsertDSL
-
Packages that use GeneralInsertDSL Package Description org.mybatis.dynamic.sql.insert org.mybatis.dynamic.sql.util.mybatis3 -
-
Uses of GeneralInsertDSL in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert that return GeneralInsertDSL Modifier and Type Method Description GeneralInsertDSL
GeneralInsertDSL.Builder. build()
static GeneralInsertDSL
GeneralInsertDSL. insertInto(SqlTable table)
GeneralInsertDSL
GeneralInsertDSL.SetClauseFinisher. toConstant(String constant)
GeneralInsertDSL
GeneralInsertDSL.SetClauseFinisher. toNull()
GeneralInsertDSL
GeneralInsertDSL.SetClauseFinisher. toStringConstant(String constant)
GeneralInsertDSL
GeneralInsertDSL.SetClauseFinisher. toValue(Supplier<T> valueSupplier)
GeneralInsertDSL
GeneralInsertDSL.SetClauseFinisher. toValue(T value)
GeneralInsertDSL
GeneralInsertDSL.SetClauseFinisher. toValueOrNull(Supplier<T> valueSupplier)
GeneralInsertDSL
GeneralInsertDSL.SetClauseFinisher. toValueOrNull(T value)
GeneralInsertDSL
GeneralInsertDSL.SetClauseFinisher. toValueWhenPresent(Supplier<T> valueSupplier)
GeneralInsertDSL
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 GeneralInsertDSL Modifier and Type Method Description static int
MyBatis3Utils. generalInsert(ToIntFunction<GeneralInsertStatementProvider> mapper, SqlTable table, UnaryOperator<GeneralInsertDSL> completer)
static GeneralInsertStatementProvider
MyBatis3Utils. generalInsert(SqlTable table, UnaryOperator<GeneralInsertDSL> completer)
-