Uses of Class
org.datanucleus.store.rdbms.scostore.AbstractListStore
Packages that use AbstractListStore
Package
Description
This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps/arrays) within DataNucleus.
-
Uses of AbstractListStore in org.datanucleus.store.rdbms.scostore
Subclasses of AbstractListStore in org.datanucleus.store.rdbms.scostoreModifier and TypeClassDescriptionclass
FKListStore<E>
Implementation of aListStore
using foreign keys.class
Implementation of aListStore
using join table.Fields in org.datanucleus.store.rdbms.scostore declared as AbstractListStoreModifier and TypeFieldDescriptionprivate final AbstractListStore
<E> ListStoreIterator.abstractListStore
Constructors in org.datanucleus.store.rdbms.scostore with parameters of type AbstractListStoreModifierConstructorDescription(package private)
ListStoreIterator
(org.datanucleus.state.DNStateManager sm, ResultSet resultSet, ResultObjectFactory rof, AbstractListStore<E> als)