Uses of Class
org.mybatis.dynamic.sql.util.AbstractColumnMapping
Packages that use AbstractColumnMapping
Package
Description
-
Uses of AbstractColumnMapping in org.mybatis.dynamic.sql.insert
Fields in org.mybatis.dynamic.sql.insert with type parameters of type AbstractColumnMappingModifier and TypeFieldDescriptionprotected final List<AbstractColumnMapping>AbstractMultiRowInsertModel.columnMappingsMethod parameters in org.mybatis.dynamic.sql.insert with type arguments of type AbstractColumnMappingModifier and TypeMethodDescription<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) AbstractMultiRowInsertModel.AbstractBuilder.withColumnMappings(List<AbstractColumnMapping> columnMappings) BatchInsertDSL.AbstractBuilder.withColumnMappings(Collection<AbstractColumnMapping> columnMappings) GeneralInsertDSL.Builder.withColumnMappings(Collection<AbstractColumnMapping> columnMappings) InsertDSL.Builder.withColumnMappings(Collection<AbstractColumnMapping> columnMappings) InsertModel.Builder.withColumnMappings(List<AbstractColumnMapping> columnMappings) GeneralInsertModel.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 AbstractColumnMappingModifier and TypeMethodDescription<R> Stream<R>UpdateModel.mapColumnMappings(Function<AbstractColumnMapping, R> mapper) UpdateModel.Builder.withColumnMappings(List<AbstractColumnMapping> columnMappings) -
Uses of AbstractColumnMapping in org.mybatis.dynamic.sql.util
Subclasses of AbstractColumnMapping in org.mybatis.dynamic.sql.utilModifier and TypeClassDescriptionclassclassThis class represents a mapping between a column and a constant.classclassclassclassclassclassThis class represents a mapping between a column and a string constant.classValueMapping<T>classclass