Package org.datanucleus.store.types.scostore
package org.datanucleus.store.types.scostore
Package providing backing store definitions for (SCO) types that need a backing store.
Intended to be implemented by datastore-specific stores where the datastore has a mechanism for updating
such as a Collection contents itself (e.g RDBMS, storing a collection via join table or FK).
-
InterfacesClassDescriptionArrayStore<E>Interface representation of the backing store for an array.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, providing its interface with the datastore.Representation of the relation between two persistable objects.SetStore<E>Interface representation of the backing store for a Set.Interface representation of the backing store for a Collection or Map.