Uses of Class
org.mybatis.dynamic.sql.SqlColumn
Packages that use SqlColumn
Package
Description
-
Uses of SqlColumn in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return SqlColumnModifier and TypeMethodDescriptionSqlColumn.asCamelCase()
Set an alias with a camel cased string based on the column name.SqlColumn.Builder.build()
<T> SqlColumn<T>
<T> SqlColumn<T>
<T> SqlColumn<T>
static <T> SqlColumn<T>
static <T> SqlColumn<T>
SqlColumn.qualifiedWith
(String tableQualifier) Override the calculated table qualifier if there is one.<S> SqlColumn<S>
SqlColumn.withJavaType
(Class<S> javaType) <S> SqlColumn<S>
SqlColumn.withParameterTypeConverter
(ParameterTypeConverter<S, ?> parameterTypeConverter) <S> SqlColumn<S>
SqlColumn.withRenderingStrategy
(RenderingStrategy renderingStrategy) <S> SqlColumn<S>
SqlColumn.withTypeHandler
(String typeHandler) Methods in org.mybatis.dynamic.sql with parameters of type SqlColumnModifier and TypeMethodDescriptionstatic SortSpecification
SqlBuilder.sortColumn
(String tableAlias, SqlColumn<?> column) Creates a sort specification based on a column and a table alias.SqlBuilder.InsertIntoNextStep.withColumnList
(SqlColumn<?>... columns) Method parameters in org.mybatis.dynamic.sql with type arguments of type SqlColumnModifier and TypeMethodDescriptionSqlBuilder.InsertIntoNextStep.withColumnList
(List<SqlColumn<?>> columns) -
Uses of SqlColumn in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert with parameters of type SqlColumnModifier and TypeMethodDescription<F> BatchInsertDSL<T>.ColumnMappingFinisher<F>
<F> InsertDSL<T>.ColumnMappingFinisher<F>
<F> MultiRowInsertDSL<T>.ColumnMappingFinisher<F>
InsertSelectDSL.InsertColumnGatherer.withColumnList
(SqlColumn<?>... columns) Method parameters in org.mybatis.dynamic.sql.insert with type arguments of type SqlColumnModifier and TypeMethodDescription<R> Stream<R>
InsertColumnListModel.mapColumns
(Function<SqlColumn<?>, R> mapper) static InsertColumnListModel
InsertSelectDSL.InsertColumnGatherer.withColumnList
(List<SqlColumn<?>> columns) Constructors in org.mybatis.dynamic.sql.insert with parameters of type SqlColumnModifierConstructorDescriptionColumnMappingFinisher
(SqlColumn<F> column) ColumnMappingFinisher
(SqlColumn<F> column) ColumnMappingFinisher
(SqlColumn<F> column) SetClauseFinisher
(SqlColumn<T> column) -
Uses of SqlColumn in org.mybatis.dynamic.sql.select
Constructors in org.mybatis.dynamic.sql.select with parameters of type SqlColumn -
Uses of SqlColumn in org.mybatis.dynamic.sql.update
Methods in org.mybatis.dynamic.sql.update with parameters of type SqlColumnConstructors in org.mybatis.dynamic.sql.update with parameters of type SqlColumn -
Uses of SqlColumn in org.mybatis.dynamic.sql.util
Fields in org.mybatis.dynamic.sql.util declared as SqlColumnMethods in org.mybatis.dynamic.sql.util with parameters of type SqlColumnModifier and TypeMethodDescriptionstatic ColumnToColumnMapping
ColumnToColumnMapping.of
(SqlColumn<?> column, BasicColumn rightColumn) static ConstantMapping
static NullMapping
static PropertyMapping
static PropertyWhenPresentMapping
static SelectMapping
SelectMapping.of
(SqlColumn<?> column, Buildable<SelectModel> selectModelBuilder) static StringConstantMapping
static <T> ValueMapping<T>
static <T> ValueOrNullMapping<T>
static <T> ValueWhenPresentMapping<T>
Method parameters in org.mybatis.dynamic.sql.util with type arguments of type SqlColumnModifier and TypeMethodDescription<R> R
Constructors in org.mybatis.dynamic.sql.util with parameters of type SqlColumnModifierConstructorDescriptionprotected
AbstractColumnMapping
(SqlColumn<?> column) protected
PropertyMapping
(SqlColumn<?> column, String property)