Package org.mybatis.dynamic.sql.util
-
Interface Summary Interface Description Buildable<T> ColumnMappingVisitor<R> Visitor for all column mappings.CustomCollectors StringUtilities -
Class Summary Class Description AbstractColumnMapping ColumnToColumnMapping ConstantMapping This class represents a mapping between a column and a constant.FragmentAndParameters FragmentAndParameters.Builder FragmentCollector GeneralInsertMappingVisitor<R> InsertMappingVisitor<R> MultiRowInsertMappingVisitor<R> NullMapping Predicates PropertyMapping PropertyWhenPresentMapping SelectMapping SqlProviderAdapter Adapter for use with MyBatis SQL provider annotations.StringConstantMapping This class represents a mapping between a column and a string constant.UpdateMappingVisitor<R> ValueMapping<T> ValueOrNullMapping<T> ValueWhenPresentMapping<T>