See: Description
| Interface | Description |
|---|---|
| ArrayStore<E> |
Interface representation of the backing store for an array.
|
| CollectionStore<E> |
Interface representation of the backing store for a Collection.
|
| ListStore<E> |
Interface representation of the backing store for a List.
|
| MapStore<K,V> |
Interface representation of the backing store for a Map.
|
| PersistableRelationStore |
Representation of the relation between two persistable objects.
|
| SetStore<E> |
Interface representation of the backing store for a Set.
|
| Store |
Interface representation of the backing store for a Collection or Map.
|
Copyright © 2017. All rights reserved.