Package org.datanucleus.store.rdbms.scostore

This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps/arrays) within DataNucleus.

See:
          Description

Class Summary
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.
ArrayStoreIterator Abstract iterator for presenting the results for an array store.
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 Inner class wrapping the information required for a valid element type.
ListStoreIterator Abstract iterator for presenting the results for a list store.
RDBMSArrayStoreIterator ArrayStore iterator for RDBMS datastores.
RDBMSFKArrayStore RDBMS-specific implementation of an FK ArrayStore.
RDBMSFKListStore RDBMS-specific implementation of an ListStore using foreign keys.
RDBMSFKMapStore 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).
RDBMSFKSetStore RDBMS-specific implementation of an SetStore using foreign keys.
RDBMSJoinArrayStore RDBMS-specific implementation of a Join ArrayStore
RDBMSJoinListStore RDBMS-specific implementation of a ListStore using join table.
RDBMSJoinMapStore RDBMS-specific implementation of an MapStore using join table.
RDBMSJoinSetStore RDBMS-specific implementation of a SetStore using join table.
RDBMSListStoreIterator ListStore iterator for RDBMS datastores.
RDBMSPersistableRelationStore RDBMS implementation of a persistable relation backing store.
SetStoreIterator Class representing an iterator of the Set.
 

Package org.datanucleus.store.rdbms.scostore Description

This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps/arrays) within DataNucleus. These classes handle the reading/writing of data from/to the datastore for these SCO containers.



Copyright © 2012. All Rights Reserved.