Class RowDocumentAccessor

java.lang.Object
org.springframework.data.relational.core.conversion.RowDocumentAccessor

public class RowDocumentAccessor extends Object
Wrapper value object for a RowDocument to be able to access raw values by RelationalPersistentProperty references. The accessors will transparently resolve nested document values that a RelationalPersistentProperty might refer to through a path expression in field names.
Since:
3.2
Author:
Mark Paluch