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