Uses of Class
org.apache.torque.mojo.AntTaskMojo

Packages that use AntTaskMojo
org.apache.torque.mojo This package contains the mojo classes which provide maven2 access to the Torque generator. 
 

Uses of AntTaskMojo in org.apache.torque.mojo
 

Subclasses of AntTaskMojo in org.apache.torque.mojo
 class DataDtdMojo
          Generates a DTD for the database tables from a schema XML file
 class DataModelTaskMojo
          The base class for mojos that wrap DataModelTasks
 class DataSqlMojo
          Generates platform specific SQL from database agnostic XML files.
 class ExportDataMojo
          Reads the content of tables from a database and exports the data in a database agnostic format to XML files.
 class ExportMojo
          Base Mojo for export related functionality
 class ExportSchemaMojo
          Examines the JDBC metadata of a proprietary database and exports the schema information to database agnostic XML.
 class SchemaSqlMojo
          Generates platform specific SQL from database agnostic XML files.

There are two types of SQL files created by this goal:

Type 1: DDL statements for creating tables, primary keys, indexes, and unique constraints.
 class SqlMojoBase
          Generates SQL from schema.xml files
 class TexenTaskMojo
          The base class for mojos that wrap Texen Ant Tasks
 



Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.