Verwendungen von Klasse
org.apache.torque.map.TableMap
Packages, die TableMap verwenden
Package
Beschreibung
Torque is an object-relational mapper for Java.
Description of the schema layout.
This package contains classes which are mainly used in the SQL generation
process.
Misc. utility classes.
-
Verwendungen von TableMap in org.apache.torque
Methoden in org.apache.torque, die TableMap zurückgebenMethoden in org.apache.torque mit Parametern vom Typ TableMapModifizierer und TypMethodeBeschreibungvoid
Database.setIdTable
(TableMap idTable) Set the ID table for this database. -
Verwendungen von TableMap in org.apache.torque.map
Methoden in org.apache.torque.map, die TableMap zurückgebenModifizierer und TypMethodeBeschreibungAdd a new table to the database by name.ForeignKeyMap.getForeignTable()
Returns the foreign table of the foreign key.ColumnMap.getTable()
Returns the map for the table this column belongs to.Get a TableMap for the table by name.ForeignKeyMap.getTable()
Returns the local table of the foreign key.static TableMap
MapHelper.getTableMap
(Object possibleColumn, Criteria criteria, TableMap defaultTableMap) Returns the table map for a table name.TableMap[]
DatabaseMap.getTables()
Get a TableMap[] of all of the tables in the database.Methoden in org.apache.torque.map mit Parametern vom Typ TableMapModifizierer und TypMethodeBeschreibungboolean
DatabaseMap.containsTable
(TableMap table) Does this database contain this specific table?static TableMap
MapHelper.getTableMap
(Object possibleColumn, Criteria criteria, TableMap defaultTableMap) Returns the table map for a table name.void
DatabaseMap.setIdTable
(TableMap idTableMap) Add a new TableMap to the database.Konstruktoren in org.apache.torque.map mit Parametern vom Typ TableMapModifiziererKonstruktorBeschreibungConstructor.ForeignKeyMap
(TableMap table, String foreignTableName) Constructor.ForeignKeyMap
(TableMap table, TableMap foreignTable) Constructor. -
Verwendungen von TableMap in org.apache.torque.sql
Methoden in org.apache.torque.sql, die TableMap zurückgebenModifizierer und TypMethodeBeschreibungstatic TableMap
SqlBuilder.getTableMap
(String tableName, String dbName) Returns the table map for a table. -
Verwendungen von TableMap in org.apache.torque.util
Methoden in org.apache.torque.util, die TableMap zurückgebenModifizierer und TypMethodeBeschreibungBasePeerImpl.getTableMap()
Get the default table map for this instance.Methoden in org.apache.torque.util mit Parametern vom Typ TableMapModifizierer und TypMethodeBeschreibungAvgHelper.avg
(Criteria c, Connection conn, String columnName, TableMap tableMap) Returns the average of a column in a query.int
CountHelper.count
(Criteria c, Connection conn, String columnName, TableMap tableMap) Returns the number of rows in a query.int
Counts all rows in a table.int
CountHelper.count
(TableMap tableMap, Connection conn) Counts all rows in a table.void
BasePeerImpl.setTableMap
(TableMap tableMap) Set the default table map for this instance.Konstruktoren in org.apache.torque.util mit Parametern vom Typ TableMapModifiziererKonstruktorBeschreibungAbstractPeerImpl
(RecordMapper<T> recordMapper, TableMap tableMap, String databaseName) Constructor providing the objects to be injected as parameters.BasePeerImpl
(RecordMapper<T> recordMapper, TableMap tableMap, String databaseName) Constructor providing the objects to be injected as parameters.