Uses of Class
org.springframework.data.relational.domain.RowDocument
Packages that use RowDocument
Package
Description
-
Uses of RowDocument in org.springframework.data.relational.core.conversion
Methods in org.springframework.data.relational.core.conversion that return RowDocumentMethods 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(org.springframework.data.core.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, org.springframework.data.core.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.