Uses of Class
org.datanucleus.store.rdbms.scostore.AbstractListStore
-
Packages that use AbstractListStore 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 AbstractListStore in org.datanucleus.store.rdbms.scostore
Subclasses of AbstractListStore in org.datanucleus.store.rdbms.scostore Modifier and Type Class Description classFKListStore<E>Implementation of aListStoreusing foreign keys.classJoinListStore<E>Implementation of aListStoreusing join table.Fields in org.datanucleus.store.rdbms.scostore declared as AbstractListStore Modifier and Type Field Description private AbstractListStore<E>ListStoreIterator. abstractListStoreConstructors in org.datanucleus.store.rdbms.scostore with parameters of type AbstractListStore Constructor Description ListStoreIterator(org.datanucleus.state.DNStateManager sm, java.sql.ResultSet resultSet, ResultObjectFactory rof, AbstractListStore<E> als)
-