Uses of Interface
org.mybatis.dynamic.sql.util.InsertMapping
-
Packages that use InsertMapping Package Description org.mybatis.dynamic.sql.insert org.mybatis.dynamic.sql.util -
-
Uses of InsertMapping in org.mybatis.dynamic.sql.insert
Method parameters in org.mybatis.dynamic.sql.insert with type arguments of type InsertMapping Modifier and Type Method Description <R> java.util.stream.Stream<R>
BatchInsertModel. mapColumnMappings(java.util.function.Function<InsertMapping,R> mapper)
<R> java.util.stream.Stream<R>
InsertModel. mapColumnMappings(java.util.function.Function<InsertMapping,R> mapper)
BatchInsertModel.Builder<T>
BatchInsertModel.Builder. withColumnMappings(java.util.List<InsertMapping> columnMappings)
InsertModel.Builder<T>
InsertModel.Builder. withColumnMappings(java.util.List<InsertMapping> columnMappings)
-
Uses of InsertMapping in org.mybatis.dynamic.sql.util
Classes in org.mybatis.dynamic.sql.util that implement InsertMapping Modifier and Type Class Description class
ConstantMapping
This class represents a mapping between a column and a constant.class
NullMapping
class
PropertyMapping
class
StringConstantMapping
This class represents a mapping between a column and a string constant.
-