Uses of Interface
org.datanucleus.store.types.scostore.ListStore
-
Packages that use ListStore 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.wrappers.backed 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 ListStore Modifier and Type Field Description (package private) ListStore<E>ListSetOperation. storeConstructors in org.datanucleus.flush with parameters of type ListStore Constructor Description ListAddAtOperation(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 ListStore Constructor Description SCOListIterator(java.util.List<E> sco, DNStateManager sm, java.util.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 ListStore Modifier and Type Field Description protected ListStore<E>ArrayList. backingStoreprotected ListStore<E>LinkedList. backingStoreprotected ListStore<E>List. backingStoreprotected ListStore<E>PriorityQueue. backingStoreprotected ListStore<E>Queue. backingStoreprotected ListStore<E>Stack. backingStoreprotected ListStore<E>Vector. backingStore
-