|
Class Summary |
| MultiRow<E> |
A subclass of ArrayList returned by the ResultsFlatOuterJoinsImpl indicating a row that
can be represented as multiple rows because of collections. |
| MultiRowFirstValue<E> |
An object representing an entry in a MultiRow - the first instance of this value in a rowspan. |
| MultiRowLaterValue<E> |
An object representing an entry in a MultiRow - entries other than the first value of the
rowspan. |
| MultiRowValue<E> |
An object representing an entry in a MultiRow. |
| ReallyFlatIterator |
An Iterator that flattens the contents of another Iterator. |
| ResultsFlatOuterJoinsImpl |
Provides an implementation of List that encapsulates another List (like a Results object), and
translates row into flat MultiRow format in a way suitable for displaying in the webapp. |