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

Packages that use AbstractCollectionStore
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
 class AbstractListStore
          Abstract representation of a backing store for a List.
 class AbstractSetStore
          Abstract representation of the backing store for a Set/Collection.
 class RDBMSFKListStore
          RDBMS-specific implementation of an ListStore using foreign keys.
 class RDBMSFKSetStore
          RDBMS-specific implementation of an SetStore using foreign keys.
 class RDBMSJoinListStore
          RDBMS-specific implementation of a ListStore using join table.
 class RDBMSJoinSetStore
          RDBMS-specific implementation of a SetStore using join table.
 



Copyright © 2012. All Rights Reserved.