Class Summary |
AbstractHydrator | Base class for all hydrators. |
ArrayHydrator | The ArrayHydrator produces a nested array "graph" that is often (not always)
interchangeable with the corresponding object graph for read-only access. |
HydrationException | |
IterableResult | Represents a result structure that can be iterated over, hydrating row-by-row
during the iteration. |
ObjectHydrator | The ObjectHydrator constructs an object graph out of an SQL result set. |
ScalarHydrator | Hydrator that produces flat, rectangular results of scalar data.
|
SingleScalarHydrator | Hydrator that hydrates a single scalar value from the result set. |