|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
(package private) class |
com.triactive.jdo.store.AbstractMapStore
An abstract base class shared by all map stores. |
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |