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 SortSpecificationSqlBuilder.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 that return types with arguments of type SqlColumnMethods 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 TypeMethodDescriptionstatic InsertColumnListModelInsertSelectDSL.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.render
Methods in org.mybatis.dynamic.sql.render with parameters of type SqlColumnModifier and TypeMethodDescription<T> StringRenderingContext.aliasedColumnName(SqlColumn<T> column) <T> StringRenderingContext.aliasedColumnName(SqlColumn<T> column, String explicitAlias) -
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 that return SqlColumnMethods in org.mybatis.dynamic.sql.util with parameters of type SqlColumnModifier and TypeMethodDescriptionstatic ColumnToColumnMappingColumnToColumnMapping.of(SqlColumn<?> column, BasicColumn rightColumn) static ConstantMappingstatic NullMappingstatic PropertyMappingstatic PropertyWhenPresentMappingstatic RowMappingstatic SelectMappingSelectMapping.of(SqlColumn<?> column, Buildable<SelectModel> selectModelBuilder) static StringConstantMappingstatic <T> ValueMapping<T> static <T> ValueOrNullMapping<T> static <T> ValueWhenPresentMapping<T> Constructors in org.mybatis.dynamic.sql.util with parameters of type SqlColumnModifierConstructorDescriptionprotectedAbstractColumnMapping(SqlColumn<?> column) protectedPropertyMapping(SqlColumn<?> column, String property)