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

Packages that use JDOTable
com.triactive.jdo.store   
 

Uses of JDOTable in com.triactive.jdo.store
 

Subinterfaces of JDOTable in com.triactive.jdo.store
(package private)  interface ClassTable
           
 

Classes in com.triactive.jdo.store that implement JDOTable
 class ClassBaseTable
           
 class ClassView
           
(package private)  class FieldTable
           
(package private)  class JDOBaseTable
           
(package private)  class JDOView
           
 class MapTable
           
 class SetTable
           
 

Methods in com.triactive.jdo.store that return JDOTable
 JDOTable StoreManager.getTable(SQLIdentifier name)
          Returns the JDO table having the given SQL name, if any.
(package private)  JDOTable StoreManager.getTable(MetaData md)
          Returns the JDO table having the given metadata, if any.
 



Copyright © 2001 TriActive, Inc. All Rights Reserved.