|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassTable | |
com.triactive.jdo.store | |
com.triactive.jdo.store.sql |
Uses of ClassTable in com.triactive.jdo.store |
Methods in com.triactive.jdo.store that return ClassTable | |
ClassTable |
StoreManager.getClassTable(int classId,
java.lang.Class contextClass)
Returns the class table having the given class ID. |
ClassTable |
StoreManager.getTable(java.lang.Class c)
Returns the primary table serving as backing for the given class. |
Uses of ClassTable in com.triactive.jdo.store.sql |
Classes in com.triactive.jdo.store.sql that implement ClassTable | |
class |
ClassBaseTable
A database base table that serves as backing for a persistence-capable Java class. |
class |
ClassView
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |