Uses of Class
org.castor.cpa.persistence.sql.engine.info.TableInfo

Packages that use TableInfo
org.castor.cpa.persistence.sql.engine.info   
org.exolab.castor.jdo.engine Implementation of the Castor JDO engine. 
 

Uses of TableInfo in org.castor.cpa.persistence.sql.engine.info
 

Methods in org.castor.cpa.persistence.sql.engine.info that return TableInfo
 TableInfo InfoFactory.createTableInfo(ClassDescriptor classDescriptor)
          Method checks if table for given class descriptor exists.
 TableInfo TableInfo.getExtendedTable()
          Method returning extendedTable currently set.
 TableInfo PrimaryKeyInfo.getTable()
          Get table the primary key belongs to.
 TableInfo TableLink.getTargetTable()
          Method returning the right table of the join.
 

Methods in org.castor.cpa.persistence.sql.engine.info that return types with arguments of type TableInfo
 List<TableInfo> TableInfo.getExtendingTables()
          Method returning list of tables extending this one.
 

Methods in org.castor.cpa.persistence.sql.engine.info with parameters of type TableInfo
protected  void TableInfo.addExtendingTable(TableInfo table)
           
protected  void TableInfo.setExtendedTable(TableInfo table)
           
 

Constructors in org.castor.cpa.persistence.sql.engine.info with parameters of type TableInfo
PrimaryKeyInfo(TableInfo table)
          Construct primary key info for given table.
TableLink(TableInfo targetTable, int relationType, String tableAlias, List<ColumnInfo> startColumns, int fieldIndex)
          Constructor.
 

Uses of TableInfo in org.exolab.castor.jdo.engine
 

Methods in org.exolab.castor.jdo.engine that return TableInfo
 TableInfo SQLEngine.getTableInfo()
           
 



Copyright © 2011. All Rights Reserved.