Uses of Class
org.datanucleus.store.rdbms.scostore.AbstractListStore

Packages that use AbstractListStore
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
 class RDBMSFKListStore
          RDBMS-specific implementation of an ListStore using foreign keys.
 class RDBMSJoinListStore
          RDBMS-specific implementation of a ListStore using join table.
 

Constructors in org.datanucleus.store.rdbms.scostore with parameters of type AbstractListStore
ListStoreIterator(org.datanucleus.store.ObjectProvider sm, Object resultSet, org.datanucleus.store.query.ResultObjectFactory rof, AbstractListStore als)
          Constructor
 



Copyright © 2012. All Rights Reserved.