Uses of Interface
org.datanucleus.store.types.scostore.CollectionStore
Packages that use CollectionStore
Package
Description
This package provides classes managing the flush process when using MANUAL flush.
Package providing basic java type handling for DataNucleus.
Package providing backing store definitions for (SCO) types that need a backing store.
Provides implementations of the "backed" wrappers for the mutable Second Class Objects (SCO's) that are
supported.
-
Uses of CollectionStore in org.datanucleus.flush
Fields in org.datanucleus.flush declared as CollectionStoreModifier and TypeFieldDescription(package private) final CollectionStore
<E> CollectionAddOperation.store
(package private) final CollectionStore
CollectionClearOperation.store
(package private) final CollectionStore
<E> CollectionRemoveOperation.store
Constructors in org.datanucleus.flush with parameters of type CollectionStoreModifierConstructorDescriptionCollectionAddOperation
(DNStateManager sm, CollectionStore<E> store, E value) CollectionRemoveOperation
(DNStateManager sm, CollectionStore<E> store, E value, boolean allowCascadeDelete) -
Uses of CollectionStore in org.datanucleus.store.types
Methods in org.datanucleus.store.types with parameters of type CollectionStoreModifier and TypeMethodDescriptionstatic Object[]
SCOUtils.toArray
(CollectionStore backingStore, DNStateManager sm) Returns true if this collection contains the specified element.static <T> T[]
SCOUtils.toArray
(CollectionStore backingStore, DNStateManager sm, T[] a) Returns an array containing all of the elements in this collection;Constructors in org.datanucleus.store.types with parameters of type CollectionStoreModifierConstructorDescriptionSCOCollectionIterator
(Collection<E> sco, DNStateManager sm, Collection<E> theDelegate, CollectionStore<E> backingStore, boolean useDelegate) Constructor taking the delegate or backing store. -
Uses of CollectionStore in org.datanucleus.store.types.scostore
Subinterfaces of CollectionStore in org.datanucleus.store.types.scostoreModifier and TypeInterfaceDescriptioninterface
ListStore<E>
Interface representation of the backing store for a List.interface
SetStore<E>
Interface representation of the backing store for a Set.Methods in org.datanucleus.store.types.scostore that return CollectionStoreModifier and TypeMethodDescriptionMapStore.valueCollectionStore()
Accessor for a backing store representing the values in the Map. -
Uses of CollectionStore in org.datanucleus.store.types.wrappers.backed
Fields in org.datanucleus.store.types.wrappers.backed declared as CollectionStoreConstructors in org.datanucleus.store.types.wrappers.backed with parameters of type CollectionStoreModifierConstructorDescriptionCollection
(DNStateManager ownerSM, AbstractMemberMetaData mmd, boolean allowNulls, CollectionStore backingStore) Constructor used when creating a Collection for "Map.values" with specified backing store.