Uses of Class
org.jpox.store.rdbms.table.CollectionTable

Packages that use CollectionTable
org.jpox.store.rdbms.scostore This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps) within JPOX. 
org.jpox.store.rdbms.table Provides a series of classes modelling tables and views, firstly in RDBMS, and then extending this to JDO representations. 
 

Uses of CollectionTable in org.jpox.store.rdbms.scostore
 

Constructors in org.jpox.store.rdbms.scostore with parameters of type CollectionTable
JoinListStore(AbstractPropertyMetaData fmd, CollectionTable joinTable, ClassLoaderResolver clr)
          Constructor.
JoinSetStore(AbstractPropertyMetaData fmd, CollectionTable joinTable, ClassLoaderResolver clr)
          Constructor for the relationship representation.
 

Uses of CollectionTable in org.jpox.store.rdbms.table
 

Subclasses of CollectionTable in org.jpox.store.rdbms.table
 class ListTable
          Representation of a join table for a List/array.
 class SetTable
          Representation of a join table for a Set/Collection.
 



Copyright © -2007 . All Rights Reserved.