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
Constructors in org.datanucleus.flush with parameters of type CollectionStore Constructor Description CollectionAddOperation(ObjectProvider op, CollectionStore store, Object value)CollectionClearOperation(ObjectProvider op, CollectionStore store)CollectionRemoveOperation(ObjectProvider op, CollectionStore store, Object 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 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;Constructors in org.datanucleus.store.types with parameters of type CollectionStore Constructor Description SCOCollectionIterator(Collection<E> sco, ObjectProvider op, 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 CollectionStoreMapStore. 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(ObjectProvider ownerOP, AbstractMemberMetaData mmd, boolean allowNulls, CollectionStore backingStore)Constructor used when creating a Collection for "Map.values" with specified backing store.
-