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

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

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

Methods in org.castor.cpa.persistence.sql.engine.info that return types with arguments of type ColumnValue
 List<ColumnValue> RelationTableInfo.toSQL(Identity left)
          Method appending values from passed identities to corresponding columns.
 List<ColumnValue> EntityTableInfo.toSQL(Identity identity)
          Method appending values from passed identity to corresponding columns.
 List<ColumnValue> RelationTableInfo.toSQL(Identity left, Identity right)
          Method appending values from passed identities to corresponding columns.
static List<ColumnValue> TableInfo.toSQL(List<ColumnInfo> columns, Identity identity)
          Method appending values from passed identity to corresponding columns.
 List<ColumnValue> EntityTableInfo.toSQL(Object[] input)
          Method appending values from passed array to corresponding columns.
 



Copyright © 2012. All Rights Reserved.