Uses of Class
org.apache.torque.templates.model.Table
Packages that use Table
Package
Description
This package contains the typed model for the torque schema.
Contains various classes for typemapping.
-
Uses of Table in org.apache.torque.templates.model
Fields in org.apache.torque.templates.model declared as TableModifier and TypeFieldDescriptionColumn.parentThe table to which the column belongs.ForeignKey.parentThe table to which this foreign key definition belongs.IdMethodParameter.parentThe table where the id method parameter belongs to.Index.parentThe table to which the index belongs.Unique.parentThe table where this unique constraint belongs to.Fields in org.apache.torque.templates.model with type parameters of type Table -
Uses of Table in org.apache.torque.templates.transformer.sql
Methods in org.apache.torque.templates.transformer.sql with parameters of type TableModifier and TypeMethodDescriptionvoidSQLModelTransformer.transformTable(Table table, Database database, ControllerState controllerState)