Uses of Class
org.mybatis.dynamic.sql.SqlColumn
Package
Description
-
Uses of SqlColumn in org.mybatis.dynamic.sql
Modifier 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) Modifier 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) Modifier and TypeMethodDescriptionSqlBuilder.InsertIntoNextStep.withColumnList
(List<SqlColumn<?>> columns) -
Uses of SqlColumn in org.mybatis.dynamic.sql.insert
Modifier and TypeMethodDescription<F> BatchInsertDSL<T>.ColumnMappingFinisher
<F> <F> InsertDSL<T>.ColumnMappingFinisher
<F> <F> MultiRowInsertDSL<T>.ColumnMappingFinisher
<F> InsertSelectDSL.InsertColumnGatherer.withColumnList
(SqlColumn<?>... columns) Modifier and TypeMethodDescriptionstatic InsertColumnListModel
InsertSelectDSL.InsertColumnGatherer.withColumnList
(List<SqlColumn<?>> columns) ModifierConstructorDescriptionColumnMappingFinisher
(SqlColumn<F> column) ColumnMappingFinisher
(SqlColumn<F> column) ColumnMappingFinisher
(SqlColumn<F> column) SetClauseFinisher
(SqlColumn<T> column) -
Uses of SqlColumn in org.mybatis.dynamic.sql.render
Modifier and TypeMethodDescription<T> String
RenderingContext.aliasedColumnName
(SqlColumn<T> column) <T> String
RenderingContext.aliasedColumnName
(SqlColumn<T> column, String explicitAlias) -
Uses of SqlColumn in org.mybatis.dynamic.sql.select
-
Uses of SqlColumn in org.mybatis.dynamic.sql.update
-
Uses of SqlColumn in org.mybatis.dynamic.sql.util
Modifier and TypeMethodDescriptionstatic ColumnToColumnMapping
ColumnToColumnMapping.of
(SqlColumn<?> column, BasicColumn rightColumn) static ConstantMapping
static NullMapping
static PropertyMapping
static PropertyWhenPresentMapping
static RowMapping
static SelectMapping
SelectMapping.of
(SqlColumn<?> column, Buildable<SelectModel> selectModelBuilder) static StringConstantMapping
static <T> ValueMapping
<T> static <T> ValueOrNullMapping
<T> static <T> ValueWhenPresentMapping
<T> ModifierConstructorDescriptionprotected
AbstractColumnMapping
(SqlColumn<?> column) protected
PropertyMapping
(SqlColumn<?> column, String property)