| Package | Description |
|---|---|
| org.datanucleus.store.scostore |
Package providing backing store definitions for SCO stores.
|
| org.datanucleus.store.types.wrappers.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<E> |
Set.backingStore |
protected SetStore<E> |
SortedSet.backingStore |
protected SetStore<E> |
TreeSet.backingStore |
protected SetStore<E> |
HashSet.backingStore |
protected SetStore<E> |
LinkedHashSet.backingStore |
| Constructor and Description |
|---|
Set(ObjectProvider ownerOP,
AbstractMemberMetaData mmd,
boolean allowNulls,
SetStore backingStore)
Constructor allowing the specification of the backing store to be used.
|
Copyright © 2016. All rights reserved.