Uses of Class
org.datanucleus.store.rdbms.table.MapTable
Packages that use MapTable
Package
Description
This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps/arrays) within DataNucleus.
-
Uses of MapTable in org.datanucleus.store.rdbms.scostore
Fields in org.datanucleus.store.rdbms.scostore declared as MapTableModifier and TypeFieldDescriptionprotected MapTable
JoinMapStore.mapTable
Join table storing the map relation between key and value.Constructors in org.datanucleus.store.rdbms.scostore with parameters of type MapTableModifierConstructorDescriptionJoinMapStore
(MapTable mapTable, org.datanucleus.ClassLoaderResolver clr) Constructor for the backing store of a join map for RDBMS.(package private)
MapEntrySetStore
(MapTable mapTable, JoinMapStore<K, V> mapStore, org.datanucleus.ClassLoaderResolver clr) Constructor for a store of the entries in a map when represented in a join table.(package private)
MapKeySetStore
(MapTable mapTable, JoinMapStore<K, ?> mapStore, org.datanucleus.ClassLoaderResolver clr) Constructor where a join table is used to store the map relation.(package private)
MapValueCollectionStore
(MapTable mapTable, JoinMapStore<?, V> mapStore, org.datanucleus.ClassLoaderResolver clr) Constructor where a join table is used to store the map relation.