Uses of Class
org.mybatis.dynamic.sql.insert.BatchInsertDSL
Packages that use BatchInsertDSL
-
Uses of BatchInsertDSL in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert that return BatchInsertDSLModifier and TypeMethodDescriptionBatchInsertDSL.Builder.build()
BatchInsertDSL.ColumnMappingFinisher.toConstant
(String constant) BatchInsertDSL.ColumnMappingFinisher.toNull()
BatchInsertDSL.ColumnMappingFinisher.toProperty
(String property) BatchInsertDSL.ColumnMappingFinisher.toRow()
BatchInsertDSL.ColumnMappingFinisher.toStringConstant
(String constant)