クラスの使用
org.springframework.data.relational.domain.RowDocument
RowDocument を使用するパッケージ
パッケージ
説明
JDBC 固有の変換クラス。
R2DBC 固有の変換およびコンバーターの実装。
DatabaseClient を中心とするコアドメイン型。
org.springframework.data.jdbc.core.convert 内の RowDocument 使用
型 RowDocument のパラメーターを持つ org.springframework.data.jdbc.core.convert のメソッド修飾子と型メソッド説明default <R> RJdbcConverter.readAndResolve(ClassSE<R> type, RowDocument source) default <R> RJdbcConverter.readAndResolve(ClassSE<R> type, RowDocument source, Identifier identifier) <R> RJdbcConverter.readAndResolve(TypeInformation<R> type, RowDocument source, Identifier identifier) <R> RMappingJdbcConverter.readAndResolve(TypeInformation<R> type, RowDocument source, Identifier identifier) org.springframework.data.r2dbc.convert 内の RowDocument 使用
修飾子と型メソッド説明MappingR2dbcConverter.toRowDocument(ClassSE<?> type, io.r2dbc.spi.Readable row, @Nullable IterableSE<? extends io.r2dbc.spi.ReadableMetadata> metadata) R2dbcConverter.toRowDocument(ClassSE<?> type, io.r2dbc.spi.Readable row, IterableSE<? extends io.r2dbc.spi.ReadableMetadata> metadata) 単一のRow or Stored Procedure outputからフラットRowDocumentを作成します。org.springframework.data.r2dbc.core 内の RowDocument 使用
修飾子と型メソッド説明DefaultReactiveDataAccessStrategy.toRowDocument(ClassSE<?> type, io.r2dbc.spi.Readable row, IterableSE<? extends io.r2dbc.spi.ReadableMetadata> metadata) ReactiveDataAccessStrategy.toRowDocument(ClassSE<?> type, io.r2dbc.spi.Readable row, IterableSE<? extends io.r2dbc.spi.ReadableMetadata> metadata) 使用すべきではありません。単一のRow or Stored Procedure outputからフラットRowDocumentを作成します。org.springframework.data.relational.core.conversion 内の RowDocument 使用
型 RowDocument のパラメーターを持つ org.springframework.data.relational.core.conversion のメソッド修飾子と型メソッド説明protected <R> RMappingRelationalConverter.doReadProjection(MappingRelationalConverter.ConversionContext context, RowDocument document, EntityProjection<R, ?> projection) <R> RMappingRelationalConverter.project(EntityProjection<R, ?> projection, RowDocument document) <R> RRelationalConverter.project(EntityProjection<R, ?> descriptor, RowDocument document) 射影をRowDocumentに適用し、射影の戻り値の型Rを返します。voidRowDocumentAccessor.putAll(RowDocument source) 指定されたRowDocumentから基になるターゲットRowDocumentにすべてのマッピングをコピーします。<R> RMappingRelationalConverter.read(ClassSE<R> type, RowDocument source) RowDocumentをリクエストされたaggregate typeSE に読み取ります。protected <S> SMappingRelationalConverter.read(TypeInformation<S> type, RowDocument source) <R> RRelationalConverter.read(ClassSE<R> type, RowDocument source) RowDocumentをリクエストされたaggregate typeSE に読み取ります。protected <S> SMappingRelationalConverter.readAggregate(MappingRelationalConverter.ConversionContext context, RowDocument document, TypeInformation<? extends S> typeHint) documentからオブジェクトを実体化するための変換メソッド。型の型引数を持つ org.springframework.data.relational.core.conversion のコンストラクターパラメーター RowDocument修飾子コンストラクター説明protectedDefaultConversionContext(RelationalConverter sourceConverter, CustomConversions customConversions, ObjectPath objectPath, MappingRelationalConverter.DefaultConversionContext.ContainerValueConverter<RowDocument> documentConverter, MappingRelationalConverter.DefaultConversionContext.ContainerValueConverter<CollectionSE<?>> collectionConverter, MappingRelationalConverter.DefaultConversionContext.ContainerValueConverter<MapSE<?, ?>> mapConverter, MappingRelationalConverter.DefaultConversionContext.ValueConverter<ObjectSE> elementConverter) org.springframework.data.relational.domain 内の RowDocument 使用
修飾子と型メソッド説明新しいエントリを追加します (またはkeyの既存の値を上書きします)。RowDocument.getDocument(StringSE key) keyの値をRowDocumentとして取得します。static RowDocumentフィールドと値から RowDocument を作成するファクトリメソッド。