Package | Description |
---|---|
org.datanucleus.store.scostore |
Package providing backing store definitions for SCO stores.
|
org.datanucleus.store.types.backed |
Provides implementations of the "backed" wrappers for the mutable Second Class Objects (SCO's) that are
supported.
|
Modifier and Type | Method and Description |
---|---|
SetStore |
MapStore.entrySetStore()
Accessor for a backing store representing the entry set for the Map.
|
SetStore |
MapStore.keySetStore()
Accessor for a backing store representing the key set for the Map.
|
Modifier and Type | Field and Description |
---|---|
protected SetStore |
HashSet.backingStore |
protected SetStore |
Set.backingStore |
protected SetStore |
LinkedHashSet.backingStore |
protected SetStore |
SortedSet.backingStore |
protected SetStore |
TreeSet.backingStore |
Copyright © 2021. All rights reserved.