Class RowDocument

java.lang.Object
org.springframework.data.relational.domain.RowDocument
All Implemented Interfaces:
Map<String,Object>

public class RowDocument extends Object implements Map<String,Object>
Represents a tabular structure as document to enable hierarchical traversal of SQL results.
Since:
3.2
Author:
Mark Paluch