Uses of Interface
org.datanucleus.store.types.scostore.MapStore
-
Packages that use MapStore Package Description org.datanucleus.flush This package provides classes managing the flush process when using MANUAL flush.org.datanucleus.store.types Package providing basic java type handling for DataNucleus.org.datanucleus.store.types.wrappers.backed Provides implementations of the "backed" wrappers for the mutable Second Class Objects (SCO's) that are supported. -
-
Uses of MapStore in org.datanucleus.flush
Constructors in org.datanucleus.flush with parameters of type MapStore Constructor Description MapClearOperation(ObjectProvider op, MapStore store)MapPutOperation(ObjectProvider op, MapStore store, Object key, Object value)MapRemoveOperation(ObjectProvider op, MapStore store, Object key, Object val) -
Uses of MapStore in org.datanucleus.store.types
Methods in org.datanucleus.store.types with parameters of type MapStore Modifier and Type Method Description static voidSCOUtils. populateMapDelegateWithStoreData(Map delegate, MapStore store, ObjectProvider ownerOP)Convenience method to populate the passed delegate Map with the keys/values from the associated Store. -
Uses of MapStore in org.datanucleus.store.types.wrappers.backed
Fields in org.datanucleus.store.types.wrappers.backed declared as MapStore Modifier and Type Field Description protected MapStore<K,V>HashMap. backingStoreprotected MapStore<K,V>Hashtable. backingStoreprotected MapStore<K,V>LinkedHashMap. backingStoreprotected MapStore<K,V>Map. backingStoreprotected MapStoreProperties. backingStoreprotected MapStore<K,V>SortedMap. backingStoreprotected MapStore<K,V>TreeMap. backingStore
-