Uses of Interface
org.mybatis.dynamic.sql.util.InsertMapping
-
Packages that use InsertMapping Package Description org.mybatis.dynamic.sql.insert org.mybatis.dynamic.sql.insert.render 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>
AbstractMultiRowInsertModel. mapColumnMappings(java.util.function.Function<InsertMapping,R> mapper)
<R> java.util.stream.Stream<R>
InsertModel. mapColumnMappings(java.util.function.Function<InsertMapping,R> mapper)
S
AbstractMultiRowInsertModel.AbstractBuilder. 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.insert.render
Methods in org.mybatis.dynamic.sql.insert.render that return types with arguments of type InsertMapping Modifier and Type Method Description static java.util.function.Function<InsertMapping,FieldAndValue>
MultiRowRenderingUtilities. toFieldAndValue(ValuePhraseVisitor visitor)
Methods in org.mybatis.dynamic.sql.insert.render with parameters of type InsertMapping Modifier and Type Method Description static FieldAndValue
MultiRowRenderingUtilities. toFieldAndValue(ValuePhraseVisitor visitor, InsertMapping insertMapping)
-
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.
-