クラスの使用
org.springframework.data.relational.core.sql.Column
Column を使用するパッケージ
パッケージ
説明
ステートメントビルダーの実装。
Statement Builder API から SQL をレンダリングする SQL レンダリングユーティリティ。
org.springframework.data.relational.core.mapping 内の Column 使用
型 Column の引数を持つ型を返す org.springframework.data.relational.core.mapping のメソッド修飾子と型メソッド説明AggregatePath.ColumnInfos.toColumnList(BiFunctionSE<AggregatePath, AggregatePath.ColumnInfo, Column> mappingFunction) AggregatePath.ColumnInfos.toColumnList(Table table) 型 Column の型引数を持つ org.springframework.data.relational.core.mapping のメソッドパラメーター修飾子と型メソッド説明AggregatePath.ColumnInfos.toColumnList(BiFunctionSE<AggregatePath, AggregatePath.ColumnInfo, Column> mappingFunction) org.springframework.data.relational.core.sql 内の Column 使用
修飾子と型メソッド説明static Columnエイリアス化された新しいColumnを作成します。Column.as(SqlIdentifier alias) エイリアス化された新しいColumnを作成します。static Columndefault Columndefault ColumnTableLike.column(SqlIdentifier name) static Columnstatic ColumnColumn.create(SqlIdentifier name, Table table) AssignValue.getColumn()型 Column の引数を持つ型を返す org.springframework.data.relational.core.sql のメソッド修飾子と型メソッド説明TableLike.columns(CollectionSE<StringSE> names) TableLike.columns(SqlIdentifier... names) 型 Column のパラメーターを持つ org.springframework.data.relational.core.sql のメソッド修飾子と型メソッド説明INTO列リストにColumnを追加します。1 つ以上のColumnをINTO列リストに追加します。static AssignValueAssignValue.create(Column target, Expression value) static Instatic AssignValueAssignments.value(Column target, Expression value) 型 Column の型引数を持つ org.springframework.data.relational.core.sql のメソッドパラメーター修飾子と型メソッド説明InsertBuilder.InsertIntoColumnsAndValues.columns(CollectionSE<Column> columns) 1 つ以上のColumnをINTO列リストに追加します。static Expression提供されたColumnリストに基づいてExpressionを作成します。org.springframework.data.relational.core.sql.render 内の Column 使用
型 Column のパラメーターを持つ org.springframework.data.relational.core.sql.render のメソッド修飾子と型メソッド説明default SqlIdentifiercolumn nameを返します。default SqlIdentifierRenderNamingStrategy.getReferenceName(Column column) column reference nameを返します。