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

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

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

Methods in org.castor.cpa.persistence.sql.engine.info that return types with arguments of type ColumnInfo
 List<ColumnInfo> ForeignReferenceInfo.getFromColumns()
          Method returning list of columns of the foreign key.
 List<ColumnInfo> ForeignKeyInfo.getFromColumns()
          Method returning list of columns of the foreign key.
 List<ColumnInfo> EntityTableInfo.getPrimaryKeyColumns()
          Method returning columns currently set.
 List<ColumnInfo> EntityTableInfo.getSimpleColumns()
          Method returning columns currently set.
 

Methods in org.castor.cpa.persistence.sql.engine.info with parameters of type ColumnInfo
protected  void ForeignReferenceInfo.addFromColumn(ColumnInfo column)
          Add from column.
protected  void ForeignKeyInfo.addFromColumn(ColumnInfo column)
          Add from column.
 

Method parameters in org.castor.cpa.persistence.sql.engine.info with type arguments of type ColumnInfo
static List<ColumnValue> TableInfo.toSQL(List<ColumnInfo> columns, Identity identity)
          Method appending values from passed identity to corresponding columns.
 

Constructors in org.castor.cpa.persistence.sql.engine.info with parameters of type ColumnInfo
ColumnValue(ColumnInfo column, Object value)
          Construct ColumnValue for given column with given value.
 



Copyright © 2012. All Rights Reserved.