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