Package | Description |
---|---|
org.apache.torque.templates.model |
This package contains the typed model for the torque schema.
|
org.apache.torque.templates.transformer.sql |
Contains various classes for typemapping.
|
Modifier and Type | Field and Description |
---|---|
Table |
Column.parent
The table to which the column belongs.
|
Table |
ForeignKey.parent
The table to which this foreign key definition belongs.
|
Table |
IdMethodParameter.parent
The table where the id method parameter belongs to.
|
Table |
Index.parent
The table to which the index belongs.
|
Table |
Unique.parent
The table where this unique constraint belongs to.
|
Modifier and Type | Field and Description |
---|---|
List<Table> |
Database.allTables
List of all tables, including the tables from loaded
external-schema definitions.
|
List<Table> |
Database.tableList
The list of tables for this database.
|
Modifier and Type | Method and Description |
---|---|
void |
SQLModelTransformer.transformTable(Table table,
Database database,
ControllerState controllerState) |
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.