|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionStore | |
com.triactive.jdo.store | |
com.triactive.jdo.store.sql.expr |
Uses of CollectionStore in com.triactive.jdo.store |
Subinterfaces of CollectionStore in com.triactive.jdo.store | |
interface |
SetStore
Implements the backing store for a Set field. |
Classes in com.triactive.jdo.store that implement CollectionStore | |
(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 CollectionStore | |
CollectionStore |
OneToManyMapStore.keySetCollection()
|
CollectionStore |
OneToManyMapStore.valuesCollection()
|
CollectionStore |
MapStore.keySetCollection()
Returns a collection view of the map's key set. |
CollectionStore |
MapStore.valuesCollection()
Returns a collection view of the map's values. |
CollectionStore |
ManyToManyMapStore.keySetCollection()
|
CollectionStore |
ManyToManyMapStore.valuesCollection()
|
Uses of CollectionStore in com.triactive.jdo.store.sql.expr |
Constructors in com.triactive.jdo.store.sql.expr with parameters of type CollectionStore | |
CandidateSetExpression(QueryStatement.QueryColumn ownerQsc,
CollectionStore collStore,
java.lang.String fieldName)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |