Uses of Class
org.datanucleus.store.rdbms.scostore.FKMapStore
-
Packages that use FKMapStore Package Description org.datanucleus.store.rdbms.scostore 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 FKMapStore Constructor Description 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.MapKeySetStore(DatastoreClass mapTable, FKMapStore<K,?> mapStore, org.datanucleus.ClassLoaderResolver clr)
Constructor where a foreign key is used to store the map relation.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.
-