Uses of Class
org.springframework.data.relational.core.sql.Column
Packages that use Column
Package
Description
Statement Builder implementation.
SQL rendering utilities to render SQL from the Statement Builder API.
-
Uses of Column in org.springframework.data.relational.core.mapping
Methods in org.springframework.data.relational.core.mapping that return types with arguments of type ColumnModifier and TypeMethodDescriptionAggregatePath.ColumnInfos.toColumnList(BiFunction<AggregatePath, AggregatePath.ColumnInfo, Column> mappingFunction) Creates aListofColumninstances by applying the provided mapping function to eachAggregatePathandAggregatePath.ColumnInfo.AggregatePath.ColumnInfos.toColumnList(Table table) Method parameters in org.springframework.data.relational.core.mapping with type arguments of type ColumnModifier and TypeMethodDescriptionAggregatePath.ColumnInfos.toColumnList(BiFunction<AggregatePath, AggregatePath.ColumnInfo, Column> mappingFunction) Creates aListofColumninstances by applying the provided mapping function to eachAggregatePathandAggregatePath.ColumnInfo. -
Uses of Column in org.springframework.data.relational.core.sql
Methods in org.springframework.data.relational.core.sql that return ColumnModifier and TypeMethodDescriptionstatic ColumnCreates a new aliasedColumn.Column.as(SqlIdentifier alias) Creates a new aliasedColumn.static Columndefault Columndefault ColumnTableLike.column(SqlIdentifier name) static Columnstatic ColumnColumn.create(SqlIdentifier name, Table table) AssignValue.getColumn()Methods in org.springframework.data.relational.core.sql that return types with arguments of type ColumnModifier and TypeMethodDescriptionTableLike.columns(Collection<String> names) TableLike.columns(SqlIdentifier... names) Upsert.getConflictColumns()Return columns that identify a conflicting row.Upsert.getUpdateColumns()Return columns to be assigned in theUPDATEpart.Methods in org.springframework.data.relational.core.sql with parameters of type ColumnModifier and TypeMethodDescriptionAdd aColumnto theINTOcolumn list.Add a one or moreColumnto theINTOcolumn list.static AssignValueAssignValue.create(Column target, Expression value) static Indefault UpsertBuilder.ConflictResolutionResolve the conflict by updating the givencolumnsof the existing row.static AssignValueAssignments.value(Column target, Expression value) Start building the conflict resolution by specifying a conflict/matching column.Start building the conflict resolution by specifying conflict/matching columns.Method parameters in org.springframework.data.relational.core.sql with type arguments of type ColumnModifier and TypeMethodDescriptionInsertBuilder.InsertIntoColumnsAndValues.columns(Collection<Column> columns) Add a one or moreColumnto theINTOcolumn list.static ExpressionCreates anExpressionbased on the provided list ofColumns.UpsertBuilder.OngoingConflictResolution.update(Collection<Column> columns) Resolve the conflict by updating the givencolumnsof the existing row.UpsertBuilder.ConflictColumn.with(Collection<? extends Column> columns) Start building the conflict resolution by specifying conflict/matching columns. -
Uses of Column in org.springframework.data.relational.core.sql.render
Methods in org.springframework.data.relational.core.sql.render with parameters of type ColumnModifier and TypeMethodDescriptiondefault SqlIdentifierReturn thecolumn name.default SqlIdentifierRenderNamingStrategy.getReferenceName(Column column) Return thecolumn reference name.