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.
|
org.apache.torque.templates.transformer.om |
Contains transformers and their helpers for the generation of OM classes.
|
org.apache.torque.templates.transformer.sql |
Contains various classes for typemapping.
|
Modifier and Type | Field and Description |
---|---|
Database |
ExternalSchema.database
The database element of the loaded external schema.
|
Database |
Domain.parent
The database where this domain is defined.
|
Database |
ExternalSchema.parent
The database to which this external schema definition belongs to.
|
Database |
IncludeSchema.parent
The schema root into which the referenced schema should be included.
|
Database |
Table.parent
The database to which this table belongs.
|
Database |
View.parent
The database to which this view belongs.
|
Modifier and Type | Method and Description |
---|---|
Database |
IncludeSchemaTransformer.transform(Database database,
ControllerState controllerState)
Loads the included schema content into the current model.
|
Database |
LoadExternalSchemaTransformer.transform(Database database,
ControllerState controllerState)
Loads the external schemata tables into the current graph.
|
Modifier and Type | Method and Description |
---|---|
Database |
IncludeSchemaTransformer.transform(Database database,
ControllerState controllerState)
Loads the included schema content into the current model.
|
Database |
LoadExternalSchemaTransformer.transform(Database database,
ControllerState controllerState)
Loads the external schemata tables into the current graph.
|
Modifier and Type | Method and Description |
---|---|
static void |
OMTransformer.setRootDatabaseName(Database database)
Sets the rootDatabaseName attribute of the database element
to the database's name.
|
Modifier and Type | Method and Description |
---|---|
Database |
SQLModelTransformer.transform(Object databaseModel,
ControllerState controllerState) |
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.