Uses of Interface
org.datanucleus.store.types.scostore.ListStore
Packages that use ListStore
Package
Description
This package provides classes managing the flush process when using MANUAL flush.
Package providing basic java type handling for DataNucleus.
Provides implementations of the "backed" wrappers for the mutable Second Class Objects (SCO's) that are
supported.
-
Uses of ListStore in org.datanucleus.flush
Fields in org.datanucleus.flush declared as ListStoreConstructors in org.datanucleus.flush with parameters of type ListStoreModifierConstructorDescriptionListAddAtOperation
(DNStateManager sm, ListStore<E> store, int index, E value) ListRemoveAtOperation
(DNStateManager sm, ListStore<E> store, int index) ListSetOperation
(DNStateManager sm, ListStore<E> store, int index, E value, boolean allowCascadeDelete) -
Uses of ListStore in org.datanucleus.store.types
Constructors in org.datanucleus.store.types with parameters of type ListStoreModifierConstructorDescriptionSCOListIterator
(List<E> sco, DNStateManager sm, List<E> theDelegate, ListStore<E> theStore, boolean useDelegate, int startIndex) Constructor taking the delegate or backing store, and any start index. -
Uses of ListStore in org.datanucleus.store.types.wrappers.backed
Fields in org.datanucleus.store.types.wrappers.backed declared as ListStoreModifier and TypeFieldDescriptionArrayList.backingStore
LinkedList.backingStore
List.backingStore
PriorityQueue.backingStore
Queue.backingStore
Stack.backingStore
Vector.backingStore