Klasse Jdbc2SchemaTransformer
java.lang.Object
org.apache.torque.templates.transformer.jdbc2schema.Jdbc2SchemaTransformer
- Alle implementierten Schnittstellen:
SourceTransformer
Performs the transformations which are necessary to apply the jdbc2schema
templates to the source tree.
This transformer performs the following actions:
- sets the name attribute to the database element
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungtransform
(Object modelRoot, ControllerState controllerState) Transforms the source tree so it can be used by the jdbc2schema templates.
-
Konstruktordetails
-
Jdbc2SchemaTransformer
public Jdbc2SchemaTransformer()
-
-
Methodendetails
-
transform
public SourceElement transform(Object modelRoot, ControllerState controllerState) throws SourceTransformerException Transforms the source tree so it can be used by the jdbc2schema templates.- Angegeben von:
transform
in SchnittstelleSourceTransformer
- Parameter:
modelRoot
- the database root element of the source tree, not null.controllerState
- the controller state, not null.- Löst aus:
SourceTransformerException
- if the transformation fails.
-