Uses of Interface
com.triactive.jdo.store.MapStore

Packages that use MapStore
com.triactive.jdo.store   
com.triactive.jdo.store.sql.expr   
 

Uses of MapStore in com.triactive.jdo.store
 

Classes in com.triactive.jdo.store that implement MapStore
 class ManyToManyMapStore
          The backing store for a many-to-many map defined over a join table.
 class OneToManyMapStore
          The backing store for a one-to-many map defined over the class base table of its values.
 

Methods in com.triactive.jdo.store that return MapStore
static MapStore OneToManyMapStore.getInstance(ClassBaseTable ownerTable, ClassBaseTable valueTable, int ownerFieldNumber, int keyFieldNumber)
          Returns a one-to-many map store.
static MapStore ManyToManyMapStore.getInstance(ClassBaseTable ownerTable, Table joinTable, ColumnMapping ownerMapping, ColumnMapping keyMapping, ColumnMapping valueMapping)
          Returns a many-to-many map store.
 

Uses of MapStore in com.triactive.jdo.store.sql.expr
 

Constructors in com.triactive.jdo.store.sql.expr with parameters of type MapStore
MapFieldExpression(QueryStatement.QueryColumn ownerQsc, MapStore mapStore, java.lang.String fieldName)
           
 



Copyright ? 2001-2007 The TJDO Project All Rights Reserved.