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 static GeneralInsertDSLGeneralInsertDSL. insertInto(SqlTable table)GeneralInsertDSLGeneralInsertDSL.SetClauseFinisher. toConstant(String constant)GeneralInsertDSLGeneralInsertDSL.SetClauseFinisher. toNull()GeneralInsertDSLGeneralInsertDSL.SetClauseFinisher. toStringConstant(String constant)GeneralInsertDSLGeneralInsertDSL.SetClauseFinisher. toValue(Supplier<T> valueSupplier)GeneralInsertDSLGeneralInsertDSL.SetClauseFinisher. toValue(T value)GeneralInsertDSLGeneralInsertDSL.SetClauseFinisher. toValueOrNull(Supplier<T> valueSupplier)GeneralInsertDSLGeneralInsertDSL.SetClauseFinisher. toValueOrNull(T value)GeneralInsertDSLGeneralInsertDSL.SetClauseFinisher. toValueWhenPresent(Supplier<T> valueSupplier)GeneralInsertDSLGeneralInsertDSL.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 intMyBatis3Utils. generalInsert(ToIntFunction<GeneralInsertStatementProvider> mapper, SqlTable table, UnaryOperator<GeneralInsertDSL> completer)static GeneralInsertStatementProviderMyBatis3Utils. generalInsert(SqlTable table, UnaryOperator<GeneralInsertDSL> completer)
-