Uses of Class
org.apache.torque.templates.model.Database
Packages that use Database
Package
Description
This package contains the typed model for the torque schema.
Contains transformers and their helpers throughout the templates.
Contains transformers and their helpers for the generation of OM classes.
Contains various classes for typemapping.
-
Uses of Database in org.apache.torque.templates.model
Fields in org.apache.torque.templates.model declared as DatabaseModifier and TypeFieldDescriptionExternalSchema.databaseThe database element of the loaded external schema.Domain.parentThe database where this domain is defined.ExternalSchema.parentThe database to which this external schema definition belongs to.IncludeSchema.parentThe schema root into which the referenced schema should be included.Table.parentThe database to which this table belongs.View.parentThe database to which this view belongs. -
Uses of Database in org.apache.torque.templates.transformer
Methods in org.apache.torque.templates.transformer that return DatabaseModifier and TypeMethodDescriptionIncludeSchemaTransformer.transform(Database database, ControllerState controllerState) Loads the included schema content into the current model.LoadExternalSchemaTransformer.transform(Database database, ControllerState controllerState) Loads the external schemata tables into the current graph.Methods in org.apache.torque.templates.transformer with parameters of type DatabaseModifier and TypeMethodDescriptionIncludeSchemaTransformer.transform(Database database, ControllerState controllerState) Loads the included schema content into the current model.LoadExternalSchemaTransformer.transform(Database database, ControllerState controllerState) Loads the external schemata tables into the current graph. -
Uses of Database in org.apache.torque.templates.transformer.om
Methods in org.apache.torque.templates.transformer.om with parameters of type DatabaseModifier and TypeMethodDescriptionstatic voidOMTransformer.setRootDatabaseName(Database database) Sets the rootDatabaseName attribute of the database element to the database's name. -
Uses of Database in org.apache.torque.templates.transformer.sql
Methods in org.apache.torque.templates.transformer.sql that return DatabaseModifier and TypeMethodDescriptionSQLModelTransformer.transform(Object databaseModel, ControllerState controllerState) Methods in org.apache.torque.templates.transformer.sql with parameters of type DatabaseModifier and TypeMethodDescriptionvoidSQLModelTransformer.transformTable(Table table, Database database, ControllerState controllerState)