See: Description
Class | Description |
---|---|
AbstractArrayStore<E> |
Abstract representation of the backing store for an array.
|
AbstractCollectionStore<E> |
Abstract representation of a store of a Collection.
|
AbstractListStore<E> |
Abstract representation of a backing store for a List.
|
AbstractMapStore<K,V> |
Abstract representation of the backing store for a Map.
|
AbstractSetStore<E> |
Abstract representation of the backing store for a Set/Collection.
|
ArrayStoreIterator |
ArrayStore iterator for RDBMS datastores.
|
BackingStoreHelper |
Series of helper methods for use with RDBMS backing stores.
|
BaseContainerStore |
Base class for all mapped container stores (collections, maps, arrays).
|
ElementContainerStore |
Representation of the store of an element-based container.
|
ElementContainerStore.ElementInfo | |
FKArrayStore<E> |
RDBMS-specific implementation of an FK ArrayStore.
|
FKListStore<E> |
RDBMS-specific implementation of an
ListStore using foreign keys. |
FKMapStore<K,V> |
RDBMS-specific 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). |
FKSetStore<E> |
RDBMS-specific implementation of an
SetStore using foreign keys. |
IteratorStatement |
Representation of the SQLStatement for an iterator of a container, together with the class mapping for the element.
|
JoinArrayStore<E> |
RDBMS-specific implementation of a Join ArrayStore
|
JoinListStore<E> |
RDBMS-specific implementation of a
ListStore using join table. |
JoinMapStore<K,V> |
RDBMS-specific implementation of an
MapStore using join table. |
JoinPersistableRelationStore |
RDBMS implementation of a persistable relation backing store.
|
JoinSetStore<E> |
RDBMS-specific implementation of a
SetStore using join table. |
ListStoreIterator<E> |
ListStore iterator for RDBMS datastores.
|
Copyright © 2017. All rights reserved.