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.
|
IteratorStatement |
Representation of the SQLStatement for an iterator of a container (map, collection, or array).
|