|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SetStore | |
com.triactive.jdo.store |
Uses of SetStore in com.triactive.jdo.store |
Classes in com.triactive.jdo.store that implement SetStore | |
(package private) class |
com.triactive.jdo.store.AbstractSetStore
An abstract base class shared by all set stores. |
class |
ManyToManySetStore
The backing store for a many-to-many set defined over a join table. |
class |
OneToManySetStore
The backing store for a one-to-many set defined over the class base table of its elements. |
Methods in com.triactive.jdo.store that return SetStore | |
static SetStore |
OneToManySetStore.getInstance(ClassBaseTable ownerTable,
ClassBaseTable elementTable,
int ownerFieldNumber)
Returns a one-to-many set store. |
static SetStore |
ManyToManySetStore.getInstance(ClassBaseTable ownerTable,
Table joinTable,
ColumnMapping ownerMapping,
ColumnMapping elementMapping)
Returns a many-to-many set store. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |