Uses of Interface
org.eclipse.wst.rdb.internal.models.sql.tables.PersistentTable

Packages that use PersistentTable
org.eclipse.wst.rdb.internal.models.sql.tables   
org.eclipse.wst.rdb.internal.models.sql.tables.impl   
org.eclipse.wst.rdb.internal.models.sql.tables.util   
 

Uses of PersistentTable in org.eclipse.wst.rdb.internal.models.sql.tables
 

Methods in org.eclipse.wst.rdb.internal.models.sql.tables that return PersistentTable
 PersistentTable SQLTablesFactory.createPersistentTable()
          Returns a new object of class 'Persistent Table'.
 

Uses of PersistentTable in org.eclipse.wst.rdb.internal.models.sql.tables.impl
 

Classes in org.eclipse.wst.rdb.internal.models.sql.tables.impl that implement PersistentTable
 class PersistentTableImpl
          An implementation of the model object 'Persistent Table'.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.tables.impl that return PersistentTable
 PersistentTable SQLTablesFactoryImpl.createPersistentTable()
           
 

Uses of PersistentTable in org.eclipse.wst.rdb.internal.models.sql.tables.util
 

Methods in org.eclipse.wst.rdb.internal.models.sql.tables.util with parameters of type PersistentTable
 java.lang.Object SQLTablesSwitch.casePersistentTable(PersistentTable object)
          Returns the result of interpretting the object as an instance of 'Persistent Table'.