class |
AbstractArrayStore<E> |
Abstract representation of the backing store for an array.
|
class |
AbstractCollectionStore<E> |
Abstract representation of a store of a Collection.
|
class |
AbstractListStore<E> |
Abstract representation of a backing store for a List.
|
class |
AbstractMapStore<K,V> |
Abstract representation of the backing store for a Map.
|
class |
AbstractSetStore<E> |
Abstract representation of the backing store for a Set/Collection.
|
class |
ElementContainerStore |
Representation of the store of an element-based container.
|
class |
FKArrayStore<E> |
Implementation of an FK ArrayStore.
|
class |
FKListStore<E> |
Implementation of a ListStore using foreign keys.
|
class |
FKMapStore<K,V> |
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).
|
class |
FKSetStore<E> |
Implementation of an SetStore using foreign keys.
|
class |
JoinArrayStore<E> |
Implementation of a Join ArrayStore
|
class |
JoinListStore<E> |
Implementation of a ListStore using join table.
|
class |
JoinMapStore<K,V> |
RDBMS-specific implementation of a MapStore using join table.
|
class |
JoinSetStore<E> |
Implementation of a SetStore using join table.
|
(package private) class |
MapEntrySetStore<K,V> |
RDBMS-specific implementation of a SetStore for map entries.
|
(package private) class |
MapKeySetStore<K> |
Implementation of a backing SetStore for map keys.
|
(package private) class |
MapValueCollectionStore<V> |
RDBMS-specific implementation of a CollectionStore for map values.
|