Uses of Interface
org.datanucleus.store.types.scostore.CollectionStore
-
Packages that use CollectionStore 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.scostore Package providing backing store definitions for (SCO) types that need a backing store.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 CollectionStore in org.datanucleus.flush
Fields in org.datanucleus.flush declared as CollectionStore Modifier and Type Field Description (package private) CollectionStore<E>CollectionAddOperation. store(package private) CollectionStoreCollectionClearOperation. store(package private) CollectionStore<E>CollectionRemoveOperation. storeConstructors in org.datanucleus.flush with parameters of type CollectionStore Constructor Description CollectionAddOperation(DNStateManager sm, CollectionStore<E> store, E value)CollectionClearOperation(DNStateManager sm, CollectionStore store)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 CollectionStore Modifier and Type Method Description static java.lang.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 CollectionStore Constructor Description SCOCollectionIterator(java.util.Collection<E> sco, DNStateManager sm, java.util.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.scostore Modifier and Type Interface Description interfaceListStore<E>Interface representation of the backing store for a List.interfaceSetStore<E>Interface representation of the backing store for a Set.Methods in org.datanucleus.store.types.scostore that return CollectionStore Modifier and Type Method Description CollectionStore<V>MapStore. 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 CollectionStore Modifier and Type Field Description protected CollectionStore<E>Collection. backingStoreConstructors in org.datanucleus.store.types.wrappers.backed with parameters of type CollectionStore Constructor Description Collection(DNStateManager ownerSM, AbstractMemberMetaData mmd, boolean allowNulls, CollectionStore backingStore)Constructor used when creating a Collection for "Map.values" with specified backing store.
-