Package | Description |
---|---|
org.datanucleus.flush |
This package provides classes managing the flush process when using MANUAL flush.
|
org.datanucleus.store.scostore |
Package providing backing store definitions for SCO stores.
|
org.datanucleus.store.types |
Package providing basic java type handling for DataNucleus.
|
org.datanucleus.store.types.backed |
Provides implementations of the "backed" wrappers for the mutable Second Class Objects (SCO's) that are
supported.
|
Constructor and Description |
---|
CollectionAddOperation(ObjectProvider op,
CollectionStore store,
Object value) |
CollectionClearOperation(ObjectProvider op,
CollectionStore store) |
CollectionRemoveOperation(ObjectProvider op,
CollectionStore store,
Object value,
boolean allowCascadeDelete) |
Modifier and Type | Interface and Description |
---|---|
interface |
ListStore
Interface representation of the backing store for a List.
|
interface |
SetStore
Interface representation of the backing store for a Set.
|
Modifier and Type | Method and Description |
---|---|
CollectionStore |
MapStore.valueCollectionStore()
Accessor for a backing store representing the values in the Map.
|
Modifier and Type | Method and Description |
---|---|
static Object[] |
SCOUtils.toArray(CollectionStore backingStore,
ObjectProvider op)
Returns true if this collection contains the specified
element.
|
static Object[] |
SCOUtils.toArray(CollectionStore backingStore,
ObjectProvider op,
Object[] a)
Returns an array containing all of the elements in this collection;
|
Constructor and Description |
---|
SCOCollectionIterator(Collection sco,
ObjectProvider sm,
Collection theDelegate,
CollectionStore backingStore,
boolean useDelegate)
Constructor taking the delegate or backing store.
|
Modifier and Type | Field and Description |
---|---|
protected CollectionStore |
Collection.backingStore |
Copyright © 2021. All rights reserved.