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

Packages that use TableInfo
org.castor.cpa.persistence.sql.engine.info   
 

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

Subclasses of TableInfo in org.castor.cpa.persistence.sql.engine.info
 class EntityTableInfo
          Class representing a table for an entity.
 class RelationTableInfo
          Class representing a table for a many to many relation.
 

Methods in org.castor.cpa.persistence.sql.engine.info that return TableInfo
 TableInfo ForeignReferenceInfo.getFromTable()
          Method returning the table that holds the foreign key.
 TableInfo ForeignKeyInfo.getFromTable()
          Method returning the table that holds the foreign key.
 

Constructors in org.castor.cpa.persistence.sql.engine.info with parameters of type TableInfo
ForeignKeyInfo(int fieldIndex, String fieldName, TableInfo fromTable, EntityTableInfo toTable, String toAlias)
          Construct a foreign key.
ForeignReferenceInfo(int fieldIndex, String fieldName, EntityTableInfo toTable, TableInfo fromTable, String fromAlias)
          Construct a foreign reference.
 



Copyright © 2012. All Rights Reserved.