| The Record interface is the base interface for representing input and output
for an Interaction.
A Record can be extended in several ways:
- MappedRecord based on a Map
- IndexedRecord based on a List
- ResultSet based on a java.sql.ResultSet
- Arbitrary JavaBean
Both MappedRecord and IndexedRecord support heirarchical structures of
Records with Records within Records.
|