Uses of Class
com.semarchy.mdm.runtime.model.dbschema.exception.NoSuchTableException

Packages that use NoSuchTableException
com.semarchy.mdm.runtime.model.dbschema   
com.semarchy.mdm.runtime.model.dbschema.exception   
com.semarchy.mdm.runtime.model.physical   
 

Uses of NoSuchTableException in com.semarchy.mdm.runtime.model.dbschema
 

Methods in com.semarchy.mdm.runtime.model.dbschema that throw NoSuchTableException
 IDBTable IDBSchema.getTable(String name)
           
 

Uses of NoSuchTableException in com.semarchy.mdm.runtime.model.dbschema.exception
 

Methods in com.semarchy.mdm.runtime.model.dbschema.exception that return NoSuchTableException
static NoSuchTableException NoSuchTableException.noTableNamed(String tableName)
           
 

Uses of NoSuchTableException in com.semarchy.mdm.runtime.model.physical
 

Methods in com.semarchy.mdm.runtime.model.physical that throw NoSuchTableException
 ITable IPhysicalModel.getTable(String name)
           
 ITable IEntityTableMapping.getTable(String pTableType)
           
 



Copyright © 2015. All Rights Reserved.