Uses of Class
org.mybatis.dynamic.sql.SqlColumn
Packages that use SqlColumn
Package
Description
-
Uses of SqlColumn in org.mybatis.dynamic.sql
Classes in org.mybatis.dynamic.sql with type parameters of type SqlColumnModifier and TypeClassDescriptionstatic classSqlColumn.AbstractBuilder<T, C extends SqlColumn<T>, B extends SqlColumn.AbstractBuilder<T,C, B>> Subclasses with type arguments of type SqlColumn in org.mybatis.dynamic.sqlMethods in org.mybatis.dynamic.sql with type parameters of type SqlColumnMethods in org.mybatis.dynamic.sql that return SqlColumnModifier and TypeMethodDescriptionCreate a new column instance with the specified alias that will render as "as alias" in a column list.SqlColumn.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> SqlColumn.descending()Create a new column instance that will render as descending when used in an order by phrase.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.withJavaProperty(String javaProperty) Create a new column instance with the specified Java property.<S> SqlColumn<S> SqlColumn.withJavaType(Class<S> javaType) Create a new column instance with the specified Java type.<S> SqlColumn<S> SqlColumn.withParameterTypeConverter(ParameterTypeConverter<S, ?> parameterTypeConverter) Create a new column instance with the specified parameter type converter.<S> SqlColumn<S> SqlColumn.withRenderingStrategy(RenderingStrategy renderingStrategy) Create a new column instance with the specified rendering strategy.<S> SqlColumn<S> SqlColumn.withTypeHandler(String typeHandler) Create a new column instance with the specified type handler.Methods in org.mybatis.dynamic.sql with parameters of type SqlColumnModifier and TypeMethodDescriptionprotected <S extends SqlColumn<?>>
Sstatic 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) <F> BatchInsertDSL<T> BatchInsertDSL.withMappedColumn(SqlColumn<F> column) InsertDSL.withMappedColumn(SqlColumn<F> column) <F> MultiRowInsertDSL<T> MultiRowInsertDSL.withMappedColumn(SqlColumn<F> column) InsertDSL.withMappedColumnWhenPresent(SqlColumn<F> column, Supplier<?> valueSupplier) 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.insert.render
Methods in org.mybatis.dynamic.sql.insert.render with parameters of type SqlColumnModifier and TypeMethodDescriptionstatic StringInsertRenderingUtilities.getMappedPropertyName(SqlColumn<?> 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 MappedColumnMappingstatic 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) protectedMappedColumnMapping(SqlColumn<?> column) protectedPropertyMapping(SqlColumn<?> column, String property)