Uses of Package
org.datanucleus.store.rdbms.scostore
Packages that use org.datanucleus.store.rdbms.scostore
Package
Description
Package providing the querying mechanism for DataNucleus for RDBMS datastores.
This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps/arrays) within DataNucleus.
-
Classes in org.datanucleus.store.rdbms.scostore used by org.datanucleus.store.rdbms.queryClassDescriptionRepresentation of the SQLStatement for an iterator of a container (map, collection, or array).
-
Classes in org.datanucleus.store.rdbms.scostore used by org.datanucleus.store.rdbms.scostoreClassDescriptionAbstract representation of the backing store for an array.Abstract representation of a store of a Collection.Abstract representation of a backing store for a List.Abstract representation of the backing store for a Map.Abstract representation of the backing store for a Set/Collection.Base class for all mapped container stores (collections, maps, arrays).Representation of a component of a collection/map.Representation of the store of an element-based container.Representation of the SQLStatement for an iterator of a collection/array of elements.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).Representation of the SQLStatement for an iterator of a container (map, collection, or array).RDBMS-specific implementation of aMapStore
using join table.RDBMS-specific implementation of a SetStore for map entries.