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
Constructors in org.datanucleus.flush with parameters of type ListStore Constructor Description ListAddAtOperation(ObjectProvider op, ListStore store, int index, Object value)ListRemoveAtOperation(ObjectProvider op, ListStore store, int index)ListSetOperation(ObjectProvider op, ListStore store, int index, Object 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(List<E> sco, ObjectProvider 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 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
-