Uses of Class
org.datanucleus.store.rdbms.scostore.AbstractCollectionStore
-
Packages that use AbstractCollectionStore Package Description org.datanucleus.store.rdbms.scostore This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps/arrays) within DataNucleus. -
-
Uses of AbstractCollectionStore in org.datanucleus.store.rdbms.scostore
Subclasses of AbstractCollectionStore in org.datanucleus.store.rdbms.scostore Modifier and Type Class Description class
AbstractListStore<E>
Abstract representation of a backing store for a List.class
AbstractSetStore<E>
Abstract representation of the backing store for a Set/Collection.class
FKListStore<E>
Implementation of aListStore
using foreign keys.class
FKSetStore<E>
Implementation of anSetStore
using foreign keys.class
JoinListStore<E>
Implementation of aListStore
using join table.class
JoinSetStore<E>
Implementation of aSetStore
using join table.(package private) class
MapKeySetStore<K>
Implementation of a backing SetStore for map keys.(package private) class
MapValueCollectionStore<V>
RDBMS-specific implementation of a CollectionStore for map values.Fields in org.datanucleus.store.rdbms.scostore declared as AbstractCollectionStore Modifier and Type Field Description private AbstractCollectionStore<E>
CollectionStoreIterator. collStore
Constructors in org.datanucleus.store.rdbms.scostore with parameters of type AbstractCollectionStore Constructor Description CollectionStoreIterator(org.datanucleus.state.DNStateManager sm, java.sql.ResultSet rs, ResultObjectFactory rof, AbstractCollectionStore<E> store)
-