Verwendungen von Klasse
org.apache.torque.map.ColumnMap
Packages, die ColumnMap verwenden
-
Verwendungen von ColumnMap in org.apache.torque.map
Methoden in org.apache.torque.map, die ColumnMap zurückgebenModifizierer und TypMethodeBeschreibungInheritanceMap.getColumn()
Returns the column this inheritance map belongs to.Get a ColumnMap for the named table.static ColumnMap
MapHelper.getColumnMap
(Column column, Criteria criteria) Returns the column map for a column.TableMap.getColumns()
Get a ColumnMap[] of the columns in this table.ForeignKeyMap.ColumnPair.getForeign()
Returns the foreign column of the pair.ForeignKeyMap.ColumnPair.getLocal()
Returns the local column of the pair.TableMap.getPrimaryKey()
Returns the single primary key of this table, if it existsMethoden in org.apache.torque.map mit Parametern vom Typ ColumnMapModifizierer und TypMethodeBeschreibungvoid
Add a pre-created column to this table.boolean
TableMap.containsColumn
(ColumnMap column) Does this table contain the specified column?void
Sets the column this inheritance map belongs to.Konstruktoren in org.apache.torque.map mit Parametern vom Typ ColumnMapModifiziererKonstruktorBeschreibungColumnPair
(ForeignKeyMap foreignKeyMap, ColumnMap local, String foreignName) Constructor.ColumnPair
(ForeignKeyMap foreignKeyMap, ColumnMap local, ColumnMap foreign) Constructor.InheritanceMap
(ColumnMap column, String key, String className, String ancestor) Create an inheritance map object.