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

Packages that use JoinTable
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 JoinTable in org.jpox.store.rdbms.scostore
 

Methods in org.jpox.store.rdbms.scostore with parameters of type JoinTable
protected  int ElementContainerStore.populateEmbeddedElementFieldsInStatement(StateManager sm, java.lang.Object element, java.sql.PreparedStatement ps, int jdbcPosition, JoinTable joinTable)
          Convenience method to populate the passed PreparedStatement with the field values from the embedded element starting at the specified jdbc position.
 

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

Subclasses of JoinTable in org.jpox.store.rdbms.table
 class ArrayTable
          Join table for storing an array of objects.
 class CollectionTable
          Representation of a join table for a Collection.
 class ElementContainerTable
          Representation of a join table for a container of elements.
 class ListTable
          Representation of a join table for a List/array.
 class MapTable
          Representation of a join table for a Map relationship.
 class SetTable
          Representation of a join table for a Set/Collection.
 



Copyright © -2007 . All Rights Reserved.