Uses of Class
org.datanucleus.store.rdbms.scostore.FKMapStore
Packages that use FKMapStore
Package
Description
This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps/arrays) within DataNucleus.
-
Uses of FKMapStore in org.datanucleus.store.rdbms.scostore
Constructors in org.datanucleus.store.rdbms.scostore with parameters of type FKMapStoreModifierConstructorDescription(package private)
MapEntrySetStore
(DatastoreClass mapTable, FKMapStore<K, V> mapStore, org.datanucleus.ClassLoaderResolver clr) Constructor for a store of the entries in a map when represented by either the key table or value table.(package private)
MapKeySetStore
(DatastoreClass mapTable, FKMapStore<K, ?> mapStore, org.datanucleus.ClassLoaderResolver clr) Constructor where a foreign key is used to store the map relation.(package private)
MapValueCollectionStore
(DatastoreClass mapTable, FKMapStore<?, V> mapStore, org.datanucleus.ClassLoaderResolver clr) Constructor when we have the key stored as an FK in the value, or the value stored as an FK in the key.