Verwendungen von Klasse
org.apache.torque.templates.model.Table
Packages, die Table verwenden
Package
Beschreibung
This package contains the typed model for the torque schema.
Contains various classes for typemapping.
-
Verwendungen von Table in org.apache.torque.templates.model
Felder in org.apache.torque.templates.model, die deklariert sind als TableModifizierer und TypFeldBeschreibungColumn.parent
The table to which the column belongs.ForeignKey.parent
The table to which this foreign key definition belongs.IdMethodParameter.parent
The table where the id method parameter belongs to.Index.parent
The table to which the index belongs.Unique.parent
The table where this unique constraint belongs to.Felder in org.apache.torque.templates.model mit Typparametern vom Typ Table -
Verwendungen von Table in org.apache.torque.templates.transformer.sql
Methoden in org.apache.torque.templates.transformer.sql mit Parametern vom Typ TableModifizierer und TypMethodeBeschreibungvoid
SQLModelTransformer.transformTable
(Table table, Database database, ControllerState controllerState)