Package | Description |
---|---|
org.apache.torque.templates.model |
This package contains the typed model for the torque schema.
|
org.apache.torque.templates.transformer |
Contains transformers and their helpers throughout the templates.
|
Modifier and Type | Field and Description |
---|---|
Column |
EnumValue.parent
The column to which this enum-value definition belongs to.
|
Column |
Inheritance.parent
The column to which this inheritance definition belongs to.
|
Modifier and Type | Field and Description |
---|---|
List<Column> |
Table.columnList
The columns of this table.
|
List<Column> |
Table.primaryKeyList
Contains all primary key columns of the table.
|
Modifier and Type | Method and Description |
---|---|
static SqlType |
SchemaTypeHelper.getDomain(Column column,
ControllerState controllerState) |
static SchemaType |
SchemaTypeHelper.getSchemaType(Column column,
ControllerState controllerState)
Determines the schema type of a column.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.