インターフェースの使用
org.springframework.r2dbc.core.RowsFetchSpec
RowsFetchSpec を使用するパッケージ
org.springframework.r2dbc.core 内の RowsFetchSpec 使用
org.springframework.r2dbc.core 内の RowsFetchSpec サブインターフェースRowsFetchSpec を返す org.springframework.r2dbc.core のメソッド修飾子と型メソッド説明<R> RowsFetchSpec<R> DatabaseClient.GenericExecuteSpec.map(BiFunctionSE<Row, RowMetadata, R> mappingFunction) 結果マッピングfunctionSE を構成し、実行段階に入ります。<R> RowsFetchSpec<R> DatabaseClient.GenericExecuteSpec.map(FunctionSE<? super Readable, R> mappingFunction) 結果マッピングfunctionSE を構成し、実行段階に入ります。<R> RowsFetchSpec<R> DatabaseClient.GenericExecuteSpec.mapProperties(ClassSE<R> mappedClass) 指定されたマップされたクラスの行マッパーを構成し、実行ステージに入ります。<R> RowsFetchSpec<R> 最初の列の値のマッピングを構成し、実行ステージに入ります。