BeanSkipDecider |
A skipSourceDecider which returns true if the option
"torque.om.generateBeans" is true.
|
CollectAttributeSetTrueTransformer |
Collects the children which have a certain attribute set to true
in another child element.
|
Column |
The model of the column tag in a Torque schema file.
|
ColumnAttributeName |
Contains the attributes for a column source element which are not
defined in the Torque schema.
|
ColumnChildElementName |
Contains the child elements for a column source element which are not
defined in the Torque schema.
|
Database |
The model of the database tag in a Torque schema file.
|
DatabaseAttributeName |
Contains the attributes for a database source element which are not
defined in the Torque schema.
|
DatabaseChildElementName |
Contains the child elements for a database source element which are not
defined in the Torque schema.
|
DatabaseMapInitTableTransformer |
A transformer which sets attributes for the table elements
for generating the map init classes.
|
DatabaseMapInitTransformer |
A transformer providing extra attributes for the generation of the
mapInit classes.
|
Domain |
The model of the domain tag in a Torque schema file.
|
EnumSkipDecider |
A skip decider which returns true if the attribute "generateEnum"
is set to "true" the current source element.
|
EnumValue |
The model of the enum-value tag in a Torque schema file.
|
EnumValueAttributeName |
Contains the attributes for a enum-value source element which are not
defined in the Torque schema.
|
ExternalSchema |
The model of the externam-schema tag in a Torque schema file.
|
ForeignKey |
The model of the foreign-key tag in a Torque schema file.
|
ForeignKeyAttributeName |
Contains the attribute names of the foreign-key
source element which are not defined in the Torque schema.
|
ForeignKeyChildAttributeName |
Contains the attribute names of the child elements for a foreign-key
source element which are not defined in the Torque schema.
|
ForeignKeyChildElementName |
Contains the child elements for a foreign-key source element which are not
defined in the Torque schema.
|
IdMethodParameter |
The model of the id-method-parameter tag in a Torque schema file.
|
IncludeSchema |
The model of the include-schema tag in a Torque schema file.
|
IncludeSchemaTransformer |
A SourceTransformer which includes other schemata into the current graph.
|
Index |
The model of the index tag in a Torque schema file.
|
IndexColumn |
The model of the index-column tag in a Torque schema file.
|
Inheritance |
The model of the inheritance tag in a Torque schema file.
|
InheritanceAttributeName |
Contains the attributes for a inheritance source element which are not
defined in the Torque schema.
|
InterfaceSkipDecider |
A skip decider which returns true if the attribute "interface"
is set on the current source element and if the name does not contain
a dot.
|
JavaFieldAttributeName |
Defines the standard attributes for a source element representing
a java field (i.e instance variable of a class).
|
JavaType |
An enum for all java types known to the generator.
|
Jdbc2SchemaOptionName |
The option names which are used in the java code of the jdbc2schema
templates.
|
Jdbc2SchemaTransformer |
Performs the transformations which are necessary to apply the jdbc2schema
templates to the source tree.
|
LoadExternalSchemaTransformer |
A SourceTransformer which loads the external schemata tables and views
into the current graph.
|
ManagerSkipDecider |
A skipSourceDecider which returns true if the option
"torque.om.useManagers" is true and the current table has a primary key.
|
MapInitSkipDecider |
A source filter which returns true if the option
"torque.om.generateMapInit" is true.
|
OMColumnJavaTransformer |
Does java related mappings.
|
OMColumnTransformer |
Sets the class names and packages for the OM model.
|
OMForeignKeyColumnTransformer |
Sets the referenced and referencing columns for the column.
|
OMForeignKeyTransformer |
Sets the foreign tables for each of the foreign keys,
and define variables, getters and setters for the complexObjectModel.
|
OMInheritanceTransformer |
Transforms an Inheritance element.
|
OMJoinGetterTransformer |
Creates the joinGetter Elements on a table.
|
OMReferencingForeignKeyTableTransformer |
Sets the foreign tables for each of the foreign keys,
and define variables, getters and setters for the complexObjectModel.
|
OMTableAndViewTransformer |
Transforms the tables and views in the OM model.
|
OMTransformer |
Performs the transformations which are necessary to apply the OM templates
to the source tree.
|
Option |
The model of the option tag in a Torque schema file.
|
PeerInterfaceSkipDecider |
A skip decider which returns true if the attribute "peerInterface"
is set on the current source element and if the name does not contain
a dot.
|
Platform |
Interface for RDBMS platform specific behaviour.
|
PlatformDefaultImpl |
Default implementation for the Platform interface.
|
PlatformDerbyImpl |
Derby Platform implementation.
|
PlatformFactory |
Factory class responsible to create Platform objects that
define RDBMS platform specific behaviour.
|
PlatformHsqldbImpl |
HSQLDB (formerly known as Hypersonic) Platform implementation.
|
PlatformMssqlImpl |
MS SQL Platform implementation.
|
PlatformMysqlImpl |
MySql Platform implementation.
|
PlatformOracleImpl |
Oracle Platform implementation.
|
PlatformPostgresqlImpl |
Postgresql Platform implementation.
|
Reference |
The model of the reference tag in a Torque schema file.
|
ReferenceChildElementName |
Contains the child elements for a reference source element which are not
defined in the Torque schema.
|
ResultSetGetter |
All available result set getter methods.
|
SchemaType |
Enum for known SQL types.
|
SchemaTypeHelper |
Helper class for retrieving the schema type of a column.
|
SizedForBitDataSqlType |
Supports the Derby / DB2 / SQL92 standard for defining Binary data fields
with either CHAR(#) FOR BIT DATA or VARCHAR(#) FOR BIT DATA.
|
SqlAttributeName |
Contains the attributes created by the SQLTransformer.
|
SQLModelTransformer |
Transforms the tables in the OM model for sql generation.
|
SQLTransformer |
Transforms the tables in the OM model for sql generation.
|
SqlType |
The SQL type data for a column.
|
Table |
The model of the table tag in a Torque schema file.
|
TableAttributeName |
Contains the attributes for a table source element which are not
defined in the Torque schema.
|
TableChildElementName |
Contains the child elements for a table source element which are not
defined in the Torque schema.
|
TemplateOptionName |
The option names which are used in the java code of the templates.
|
TorqueSchemaAttributeName |
Contains all attribute names from the Torque schema.
|
TorqueSchemaElementName |
Contains all element names from the Torque schema.
|
TorqueSchemaIdMethod |
Holds all IdMethods known in the Torque schema
|
TorqueSchemaInheritance |
The possible values of the inheritance attribute of the column element.
|
TorqueSchemaJavaType |
The possible values the javaType attribute of the column element.
|
TypeMap |
Various mappings for schema types, e.g.
|
Unique |
The model of the unique tag in a Torque schema file.
|
UniqueColumn |
The model of the unique-column tag in a Torque schema file.
|
View |
The model of the view tag in a Torque schema file.
|
ViewColumn |
The model of the column tag in a Torque schema file.
|