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 with parameters of type RowDocumentModifier and TypeMethodDescription<R> RBasicRelationalConverter.read(Class<R> type, RowDocument source) <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. -
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.