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

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

Uses of BaseMojo in org.apache.torque.mojo
 

Subclasses of BaseMojo in org.apache.torque.mojo
 class AbstractDBACommandMojo
          Common logic for running SQL commands on a database
 class AbstractMorphSingleMojo
          Common logic for morphing one file to another file
 class AbstractSQLExecutorMojo
          Abstract mojo for making use of SQLExecutor
 class AntTaskMojo
          A base class for mojos that wrap an Ant Task
 class CreateMojo
          Authenticates to a database server using credentials with DBA authority and creates an empty database along with a default user for accessing the newly created database.
 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 DropMojo
          Authenticates to a database server using credentials with DBA authority and drops a database along with the default user that was created for accessing that database.
 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 ImportMojo
          Executes SQL for creating tables, primary keys, constraints, indexes, relationships, and views inside a database.
 class MorphDataMojo
          Converts Ant impex data XML files into maven-impex-plugin data XML files
 class MorphSchemaMojo
          Convert an Ant impex schema XML file into a maven-impex-plugin schema XML file
 class MorphVersionTableMojo
          Morph the xml inside KS_DB_VERSION.xml so it has Maven friendly placeholders for version info
 class ResetMojo
          Does a DROP->CREATE of a database and the corresponding default user.
 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 SingleDBACommandMojo
          Runs a command that performs a single operation on a database (create,drop etc)
 class SqlMojoBase
          Generates SQL from schema.xml files
 class TexenTaskMojo
          The base class for mojos that wrap Texen Ant Tasks
 



Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.