Uses of Class
org.mybatis.dynamic.sql.util.AbstractColumnMapping
-
Packages that use AbstractColumnMapping Package Description org.mybatis.dynamic.sql.insert org.mybatis.dynamic.sql.update org.mybatis.dynamic.sql.util -
-
Uses of AbstractColumnMapping in org.mybatis.dynamic.sql.insert
Method parameters in org.mybatis.dynamic.sql.insert with type arguments of type AbstractColumnMapping Modifier and Type Method Description <R> Stream<R>AbstractMultiRowInsertModel. mapColumnMappings(Function<AbstractColumnMapping,R> mapper)<R> Stream<R>GeneralInsertModel. mapColumnMappings(Function<AbstractColumnMapping,R> mapper)<R> Stream<R>InsertModel. mapColumnMappings(Function<AbstractColumnMapping,R> mapper)SAbstractMultiRowInsertModel.AbstractBuilder. withColumnMappings(List<AbstractColumnMapping> columnMappings)InsertModel.Builder<T>InsertModel.Builder. withColumnMappings(List<AbstractColumnMapping> columnMappings)GeneralInsertModel.BuilderGeneralInsertModel.Builder. withInsertMappings(List<AbstractColumnMapping> insertMappings) -
Uses of AbstractColumnMapping in org.mybatis.dynamic.sql.update
Method parameters in org.mybatis.dynamic.sql.update with type arguments of type AbstractColumnMapping Modifier and Type Method Description <R> Stream<R>UpdateModel. mapColumnMappings(Function<AbstractColumnMapping,R> mapper)UpdateModel.BuilderUpdateModel.Builder. withColumnMappings(List<AbstractColumnMapping> columnMappings) -
Uses of AbstractColumnMapping in org.mybatis.dynamic.sql.util
Subclasses of AbstractColumnMapping in org.mybatis.dynamic.sql.util Modifier and Type Class Description classColumnToColumnMappingclassConstantMappingThis class represents a mapping between a column and a constant.classNullMappingclassPropertyMappingclassPropertyWhenPresentMappingclassSelectMappingclassStringConstantMappingThis class represents a mapping between a column and a string constant.classValueMapping<T>classValueOrNullMapping<T>classValueWhenPresentMapping<T>
-