Uses of Class
org.springframework.data.relational.domain.RowDocument
Packages that use RowDocument
Package
Description
JDBC-specific conversion classes.
R2DBC-specific conversion and converter implementations.
Core domain types around DatabaseClient.
-
Uses of RowDocument in org.springframework.data.jdbc.core.convert
Methods in org.springframework.data.jdbc.core.convert with parameters of type RowDocumentModifier and TypeMethodDescriptiondefault <R> RJdbcConverter.readAndResolve(Class<R> type, RowDocument source) Read aRowDocumentinto the requestedaggregate typeand resolve references by looking these up fromRelationResolver.default <R> RJdbcConverter.readAndResolve(Class<R> type, RowDocument source, Identifier identifier) Read aRowDocumentinto the requestedaggregate typeand resolve references by looking these up fromRelationResolver.<R> RJdbcConverter.readAndResolve(TypeInformation<R> type, RowDocument source, Identifier identifier) Read aRowDocumentinto the requestedaggregate typeand resolve references by looking these up fromRelationResolver.<R> RMappingJdbcConverter.readAndResolve(TypeInformation<R> type, RowDocument source, Identifier identifier) -
Uses of RowDocument in org.springframework.data.r2dbc.convert
Methods in org.springframework.data.r2dbc.convert that return RowDocumentModifier and TypeMethodDescriptionMappingR2dbcConverter.toRowDocument(Class<?> type, io.r2dbc.spi.Readable row, Iterable<? extends io.r2dbc.spi.ReadableMetadata> metadata) R2dbcConverter.toRowDocument(Class<?> type, io.r2dbc.spi.Readable row, Iterable<? extends io.r2dbc.spi.ReadableMetadata> metadata) Create a flatRowDocumentfrom a singleRow or Stored Procedure output. -
Uses of RowDocument in org.springframework.data.r2dbc.core
Methods in org.springframework.data.r2dbc.core that return RowDocumentModifier and TypeMethodDescriptionDefaultReactiveDataAccessStrategy.toRowDocument(Class<?> type, io.r2dbc.spi.Readable row, Iterable<? extends io.r2dbc.spi.ReadableMetadata> metadata) ReactiveDataAccessStrategy.toRowDocument(Class<?> type, io.r2dbc.spi.Readable row, Iterable<? extends io.r2dbc.spi.ReadableMetadata> metadata) Deprecated.Create a flatRowDocumentfrom a singleRow or Stored Procedure output. -
Uses of RowDocument in org.springframework.data.relational.core.conversion
Methods in org.springframework.data.relational.core.conversion that return RowDocumentModifier and TypeMethodDescriptionRowDocumentAccessor.document()Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.6, this method was not intended to be exposed publicly.RowDocumentAccessor.getDocument()Methods in org.springframework.data.relational.core.conversion with parameters of type RowDocumentModifier and TypeMethodDescriptionprotected <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) Apply a projection toRowDocumentand return the projection return typeR.voidRowDocumentAccessor.putAll(RowDocument source) Copies all mappings from the givenRowDocumentto the underlying targetRowDocument.<R> RMappingRelationalConverter.read(Class<R> type, RowDocument source) Read aRowDocumentinto the requestedaggregate type.protected <S> SMappingRelationalConverter.read(TypeInformation<S> type, RowDocument source) <R> RRelationalConverter.read(Class<R> type, RowDocument source) Read aRowDocumentinto the requestedaggregate type.protected <S> SMappingRelationalConverter.readAggregate(MappingRelationalConverter.ConversionContext context, RowDocument document, TypeInformation<? extends S> typeHint) Conversion method to materialize an object from adocument.Constructor parameters in org.springframework.data.relational.core.conversion with type arguments of type RowDocumentModifierConstructorDescriptionprotectedDefaultConversionContext(RelationalConverter sourceConverter, CustomConversions customConversions, ObjectPath objectPath, MappingRelationalConverter.DefaultConversionContext.ContainerValueConverter<RowDocument> documentConverter, MappingRelationalConverter.DefaultConversionContext.ContainerValueConverter<Collection<?>> collectionConverter, MappingRelationalConverter.DefaultConversionContext.ContainerValueConverter<Map<?, ?>> mapConverter, MappingRelationalConverter.DefaultConversionContext.ValueConverter<Object> elementConverter) -
Uses of RowDocument in org.springframework.data.relational.domain
Methods in org.springframework.data.relational.domain that return RowDocumentModifier and TypeMethodDescriptionAppends a new entry (or overwrites an existing value atkey).RowDocument.getDocument(String key) Retrieve the value atkeyasRowDocument.static RowDocumentFactory method to create a RowDocument from a field and value.