|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnMap | |
org.apache.torque.map | Description of the schema layout. |
org.apache.torque.util | Misc. |
Uses of ColumnMap in org.apache.torque.map |
Methods in org.apache.torque.map that return ColumnMap | |
ColumnMap[] |
TableMap.getColumns()
Get a ColumnMap[] of the columns in this table. |
ColumnMap |
TableMap.getColumn(java.lang.String name)
Get a ColumnMap for the named table. |
Methods in org.apache.torque.map with parameters of type ColumnMap | |
boolean |
TableMap.containsColumn(ColumnMap column)
Does this table contain the specified column? |
void |
TableMap.addColumn(ColumnMap cmap)
Add a pre-created column to this table. |
Uses of ColumnMap in org.apache.torque.util |
Methods in org.apache.torque.util that return ColumnMap | |
private static ColumnMap |
BasePeer.getPrimaryKey(Criteria criteria)
Helper method which returns the primary key contained in the given Criteria object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |