AbstractArrayStore |
Abstract representation of the backing store for an array.
|
AbstractCollectionStore |
Abstract representation of a store of a Collection.
|
AbstractListStore |
Abstract representation of a backing store for a List.
|
AbstractMapStore |
Abstract representation of the backing store for a Map.
|
AbstractSetStore |
Abstract representation of the backing store for a Set/Collection.
|
BaseContainerStore |
Base class for all mapped container stores (collections, maps, arrays).
|
ComponentInfo |
Representation of a component of a collection/map.
|
ElementContainerStore |
Representation of the store of an element-based container.
|
ElementIteratorStatement |
Representation of the SQLStatement for an iterator of a collection/array of elements.
|
FKMapStore |
Implementation of an MapStore where either the value has a FK to the owner (and the key stored in the value),
or whether the key has a FK to the owner (and the value stored in the key).
|
IteratorStatement |
Representation of the SQLStatement for an iterator of a container (map, collection, or array).
|
JoinMapStore |
RDBMS-specific implementation of a MapStore using join table.
|
MapEntrySetStore |
RDBMS-specific implementation of a SetStore for map entries.
|