A B C D E G I O P R S T U

A

ADD_GET_BY_NAME_METHOD_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.OMMojo
The context property where the generation of the getByName- Methods can be turned on and off.
ADD_INTAKE_RETRIEVABLE_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.OMMojo
The context property where it is configured whether the data objects implement a Retrievable interface.
ADD_SAVE_METHOD_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.OMMojo
The context property where the generation of the save methods can be turned on and off.
ADD_TIME_STAMP_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.OMMojo
The context property which determines whether time stamps are put into generated files.

B

BASE_PREFIX_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.OMMojo
The context property for the prefix of the class name for the generated base classes,
BEAN_EXTENDS_CLASS_PROPERTY - Static variable in class org.apache.torque.mojo.OMMojo
The context property which determines the fully qualifed class name that the base beans will extend.
BEAN_SUFFIX_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.OMMojo
The context property which determines the name suffix of generated bean classes.

C

COMPLEX_OBJECT_MODEL_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.OMMojo
The context property where it is configured whether methods are generated to easily retrieve foreign key relationships.
configureTask() - Method in class org.apache.torque.mojo.DataDtdMojo
Configures the Texen task which is wrapped by this mojo.
configureTask() - Method in class org.apache.torque.mojo.DataDumpMojo
Configures the Texen task which is wrapped by this mojo.
configureTask() - Method in class org.apache.torque.mojo.DataModelTaskMojo
Configures the Texen task which is wrapped by this mojo.
configureTask() - Method in class org.apache.torque.mojo.DataSqlMojo
Configures the Texen task which is wrapped by this mojo.
configureTask() - Method in class org.apache.torque.mojo.SqlExecMojo
Transfers the settings in this Mojo to the encapsulated ant task.
configureTask() - Method in class org.apache.torque.mojo.SqlMojoBase
Configures the Texen task which is wrapped by this mojo.
configureTask() - Method in class org.apache.torque.mojo.TexenTaskMojo
Configures the Texen task which is wrapped by this mojo.
CORRECT_GETTERS_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.OMMojo
The context property which determines whether isXXX methods are generated for boolean properties instead of getXXX methods.

D

DataDtdMojo - Class in org.apache.torque.mojo
Generates a data dtd from schema files.
DataDtdMojo() - Constructor for class org.apache.torque.mojo.DataDtdMojo
Creates a new SQLMojo object.
DataDumpMojo - Class in org.apache.torque.mojo
Reads the content of tables from thh database and stores the data in XML files.
DataDumpMojo() - Constructor for class org.apache.torque.mojo.DataDumpMojo
Creates a new SQLMojo object.
DataModelTaskMojo - Class in org.apache.torque.mojo
The base class for all mojos wrapping DataModelTasks.
DataSqlMojo - Class in org.apache.torque.mojo
Generates SQL for populating the database from data.xml files.
DataSqlMojo() - Constructor for class org.apache.torque.mojo.DataSqlMojo
Creates a new SQLMojo object.
DocumentationMojo - Class in org.apache.torque.mojo
Creates html or anakia documentation for the data model from the schema.xml files.
DocumentationMojo() - Constructor for class org.apache.torque.mojo.DocumentationMojo
Creates a new SQLMojo object.

E

ENABLE_JAVA_5_FEATURES_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.OMMojo
The context property which determines whether java5 generics and easy iteration are used in generated code.
execute() - Method in class org.apache.torque.mojo.DataModelTaskMojo
Runs the generation for the database layout defined in the schema.xml files.
execute() - Method in class org.apache.torque.mojo.OMMojo
Generates the OM classes for a Torque project and adds them to the compile sources of the project.
execute() - Method in class org.apache.torque.mojo.SqlExecMojo
Executes the goal of this mojo.
execute() - Method in class org.apache.torque.mojo.TexenTaskMojo
Executes the wrapped Texen task.

G

GENERATE_BEANS_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.OMMojo
The context property which determines whether bean classes should be generated.
generateContextProperties() - Method in class org.apache.torque.mojo.TexenTaskMojo
Generates the context properties file for Texen.
getAntProject() - Method in class org.apache.torque.mojo.TexenTaskMojo
Returns the ant project.
getBaseOutputDir() - Method in class org.apache.torque.mojo.OMMojo
Returns where the sources for the persistence base classes will be generated.
getBasePrefix() - Method in class org.apache.torque.mojo.OMMojo
Returns the prefix for the base classes.
getBaseReportFile() - Method in class org.apache.torque.mojo.OMMojo
Returns the location where the report file for the base persistence classes will be generated.
getBeanExtendsClass() - Method in class org.apache.torque.mojo.OMMojo
Returns the fully qualified class that the generated base bean classes will extend.
getBeanSuffix() - Method in class org.apache.torque.mojo.OMMojo
Returns the suffix for the names of the bean classes.
getContextPropertiesPath() - Method in class org.apache.torque.mojo.TexenTaskMojo
Returns the path to the generated property file used as Texen's context properties.
getControlTemplate() - Method in class org.apache.torque.mojo.DataDtdMojo
Returns the path to the control template.
getControlTemplate() - Method in class org.apache.torque.mojo.DataDumpMojo
Returns the path to the control template.
getControlTemplate() - Method in class org.apache.torque.mojo.DataModelTaskMojo
Returns the path to the control template.
getControlTemplate() - Method in class org.apache.torque.mojo.DataSqlMojo
Returns the path to the control template.
getControlTemplate() - Method in class org.apache.torque.mojo.DocumentationMojo
Returns the path to the control template.
getControlTemplate() - Method in class org.apache.torque.mojo.IdTableInitSqlMojo
Returns the path to the control template.
getControlTemplate() - Method in class org.apache.torque.mojo.OMMojo
Returns the path to the control template.
getControlTemplate() - Method in class org.apache.torque.mojo.SqlMojoBase
Returns the path to the control template.
getDataDtd() - Method in class org.apache.torque.mojo.DataSqlMojo
Returns the data dtd file for the data xml file.
getDataXmlFile() - Method in class org.apache.torque.mojo.DataSqlMojo
Returns the data xml file which should be processed.
getDelimiter() - Method in class org.apache.torque.mojo.SqlExecMojo
The delimiter used to separate SQL commands.
getDelimiterType() - Method in class org.apache.torque.mojo.SqlExecMojo
Returns whether the delimiter can be anywhere in the sql ("normal") or needs to be in an extra row ("row").
getDriver() - Method in class org.apache.torque.mojo.DataDumpMojo
Returns the fully qualified class name of the database driver.
getDriver() - Method in class org.apache.torque.mojo.SqlExecMojo
Returns the fully qualified class name of the database driver.
getGeneratorTask() - Method in class org.apache.torque.mojo.TexenTaskMojo
returns the generator Task for this mojo.
getInitialID() - Method in class org.apache.torque.mojo.IdTableInitSqlMojo
Returns the initial id of the idtable
getInitialIDStep() - Method in class org.apache.torque.mojo.IdTableInitSqlMojo
Returns the initial id step of the idtables
getInitialIDValue() - Method in class org.apache.torque.mojo.IdTableInitSqlMojo
Returns the initial id value of the idtables
getMojoContextProperties() - Method in class org.apache.torque.mojo.DataDtdMojo
Returns the context properties for the Texen task.
getMojoContextProperties() - Method in class org.apache.torque.mojo.DataDumpMojo
Returns the context properties for the Texen task.
getMojoContextProperties() - Method in class org.apache.torque.mojo.DataSqlMojo
Returns the context properties for the Texen task.
getMojoContextProperties() - Method in class org.apache.torque.mojo.DocumentationMojo
Returns the context properties for the Texen task.
getMojoContextProperties() - Method in class org.apache.torque.mojo.IdTableInitSqlMojo
Returns the context properties for the Texen task.
getMojoContextProperties() - Method in class org.apache.torque.mojo.OMMojo
Returns the context properties for the Texen task.
getMojoContextProperties() - Method in class org.apache.torque.mojo.SqlMojoBase
Returns the context properties for the Texen task.
getMojoContextProperties() - Method in class org.apache.torque.mojo.TexenTaskMojo
Returns the context properties for the Texen task which are defined in the configuration of the child mojo.
getOnError() - Method in class org.apache.torque.mojo.SqlExecMojo
Returns whether to procede if an sql error occurs during execution.
getOutputDir() - Method in class org.apache.torque.mojo.TexenTaskMojo
Returns the path to Torque's output directory.
getOutputFormat() - Method in class org.apache.torque.mojo.DocumentationMojo
Returns the output format of the documentation (html or anakia)
getPassword() - Method in class org.apache.torque.mojo.DataDumpMojo
Returns the password of the database user.
getPassword() - Method in class org.apache.torque.mojo.SqlExecMojo
Returns the password of the database user.
getProject() - Method in class org.apache.torque.mojo.TexenTaskMojo
Returns the maven project.
getProjectName() - Method in class org.apache.torque.mojo.DataDtdMojo
Returns the name of the project, which is used as prefix for the name of the datadtd.
getProjectName() - Method in class org.apache.torque.mojo.DataDumpMojo
Returns the name of the project, which is used as prefix for the generated table names and the name of the datadtd.
getReportFile() - Method in class org.apache.torque.mojo.DataModelTaskMojo
Gets the path to the report file.
getRetrievableInterface() - Method in class org.apache.torque.mojo.OMMojo
Returns the fully qualified class name of the Retrievable interface which should be implemented by the generated data objects.
getSaveException() - Method in class org.apache.torque.mojo.OMMojo
Returns the class name of the Exception which should be thrown by the save methods of the generated data objects.
getSchemaDir() - Method in class org.apache.torque.mojo.DataModelTaskMojo
Returns the directory where the schema files are located.
getSchemaExcludes() - Method in class org.apache.torque.mojo.DataModelTaskMojo
Returns the schema files which are excluded from generation.
getSchemaIncludes() - Method in class org.apache.torque.mojo.DataModelTaskMojo
Returns the schema files which are included in generation.
getSqlDbMap() - Method in class org.apache.torque.mojo.DataModelTaskMojo
Returns the path to the mapping SQL Files -> database.
getSqlDbMap() - Method in class org.apache.torque.mojo.SqlExecMojo
Returns the path to the mapping SQL Files -> database.
getSrcDir() - Method in class org.apache.torque.mojo.SqlExecMojo
Returns the path to the directory where the sql files can be found.
getSubpackageBase() - Method in class org.apache.torque.mojo.OMMojo
Gets the subpackage for the base Object, Peer, and Manager classes.
getSubpackageBaseBean() - Method in class org.apache.torque.mojo.OMMojo
Gets the subpackage for the base peer, object, and manager classes.
getSubpackageBean() - Method in class org.apache.torque.mojo.OMMojo
Gets the subpackage for the bean classes.
getSubpackageManager() - Method in class org.apache.torque.mojo.OMMojo
Gets the subpackage for the manager classes.
getSubpackageMap() - Method in class org.apache.torque.mojo.OMMojo
Gets the subpackage for the database map classes.
getSubpackageObject() - Method in class org.apache.torque.mojo.OMMojo
Gets the subpackage for the data object classes.
getSubpackagePeer() - Method in class org.apache.torque.mojo.OMMojo
Gets the subpackage for the peer classes.
getSuffix() - Method in class org.apache.torque.mojo.SqlMojoBase
Returns the suffix of the generated sql files.
getTargetDatabase() - Method in class org.apache.torque.mojo.DataModelTaskMojo
Returns the target database (e.g. mysql, oracle, ... ) for the generated files.
getTargetPackage() - Method in class org.apache.torque.mojo.DataModelTaskMojo
Returns the target package for the generated classes.
getTemplatePath() - Method in class org.apache.torque.mojo.TexenTaskMojo
Returns the path to Torque's templates, if the classpath is not used to load the templates.
getUrl() - Method in class org.apache.torque.mojo.DataDumpMojo
Returns the connect URL to the database.
getUrl() - Method in class org.apache.torque.mojo.SqlExecMojo
Returns the connect URL to the database.
getUseClasspath() - Method in class org.apache.torque.mojo.TexenTaskMojo
Returns whether the classpath is used to locate the templates.
getUser() - Method in class org.apache.torque.mojo.DataDumpMojo
Returns the database user.
getUser() - Method in class org.apache.torque.mojo.SqlExecMojo
Returns the database user.
getUserContextProperties() - Method in class org.apache.torque.mojo.TexenTaskMojo
Returns the map which defines user-defined context properties.
getXmlFile() - Method in class org.apache.torque.mojo.DataDtdMojo
Returns the name of the xml file to process.
getXmlFile() - Method in class org.apache.torque.mojo.DataDumpMojo
Returns the name of the xml file to process.

I

IdTableInitSqlMojo - Class in org.apache.torque.mojo
Generates SQL for populating the id table in the database.
IdTableInitSqlMojo() - Constructor for class org.apache.torque.mojo.IdTableInitSqlMojo
Creates a new IdTableInitSqlMojo object.
INITIALID_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.IdTableInitSqlMojo
 
INITIALIDSTEP_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.IdTableInitSqlMojo
 
INITIALIDVALUE_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.IdTableInitSqlMojo
 
isAddGetByNameMethod() - Method in class org.apache.torque.mojo.OMMojo
Returns whether Torque adds methods to get database fields by name/position.
isAddRetrievableInterface() - Method in class org.apache.torque.mojo.OMMojo
Returns whether the data objects will implement an Retrievable interface.
isAddSaveMethod() - Method in class org.apache.torque.mojo.OMMojo
Returns whether Torque will add save methods to the data objects.
isAddTimeStamp() - Method in class org.apache.torque.mojo.OMMojo
Returns whether Torque puts time stamps in generated om files.
isAutocommit() - Method in class org.apache.torque.mojo.SqlExecMojo
Returns whether autocommit is turned on.
isComplexObjectModel() - Method in class org.apache.torque.mojo.OMMojo
Returns whether Torque generates data objects with collection support and methods to easily retrieve foreign key relationships.
isCorrectGetters() - Method in class org.apache.torque.mojo.OMMojo
Returns whether Torque generates isXXX getter methods for boolean columns.
isEnableJava5Features() - Method in class org.apache.torque.mojo.OMMojo
Returns whether Java5 generics and iteration shorthand will be used in generated code.
isGenerateBeans() - Method in class org.apache.torque.mojo.OMMojo
Returns whether bean classes will be generated.
isObjectIsCaching() - Method in class org.apache.torque.mojo.OMMojo
Returns whether data objects cache their foreign key relationships.
isRunOnlyOnSchemaChange() - Method in class org.apache.torque.mojo.DataModelTaskMojo
Returns whether this mojo should be executed only if the schema has changed.
isSilentDbFetch() - Method in class org.apache.torque.mojo.OMMojo
Returns whether Torque silently fetches foreign key relation collections if the collection is not yet initialized.
isUseManagers() - Method in class org.apache.torque.mojo.OMMojo
Returns whether Torque will generate Manager classes that use JCS for caching.

O

OBJECT_IS_CACHING_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.OMMojo
The context property which determines whether foreign key relationships are cached.
OMMojo - Class in org.apache.torque.mojo
Generates the sources for the persistence classes from the schema.xml files.
OMMojo() - Constructor for class org.apache.torque.mojo.OMMojo
Creates a new TorqueOMMojo object.
org.apache.torque.mojo - package org.apache.torque.mojo
This package contains the mojo classes which provide maven2 access to the Torque generator.
OUTPUT_FORMAT_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.DocumentationMojo
The context property for the output format.

P

PROJECT_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.DataDtdMojo
The context property for the name of the project.
PROJECT_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.DataDumpMojo
The context property for the name of the project.

R

RETRIEVABLE_INTERFACE_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.OMMojo
The context property where it is configured whether the data objects implement a Retrievable interface.

S

SAVE_EXCEPTION_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.OMMojo
The context property where the exception thown by save methods can be configured.
schemaChanged() - Method in class org.apache.torque.mojo.DataModelTaskMojo
Returns whether the schema has changed.
setAddGetByNameMethod(boolean) - Method in class org.apache.torque.mojo.OMMojo
Sets whether Torque should add methods to get database fields by name/position.
setAddRetrievableInterface(boolean) - Method in class org.apache.torque.mojo.OMMojo
Sets whether the data objects should implement an Retrievable interface.
setAddSaveMethod(boolean) - Method in class org.apache.torque.mojo.OMMojo
Sets whether Torque should add save methods to the data objects.
setAddTimeStamp(boolean) - Method in class org.apache.torque.mojo.OMMojo
Sets whether Torque puts time stamps in generated om files.
setAutocommit(boolean) - Method in class org.apache.torque.mojo.SqlExecMojo
Sets whether autocommit is turned on.
setBaseOutputDir(String) - Method in class org.apache.torque.mojo.OMMojo
Sets where the sources for the persistence base classes will be generated.
setBasePrefix(String) - Method in class org.apache.torque.mojo.OMMojo
Sets the prefix for the names of the base classes.
setBaseReportFile(String) - Method in class org.apache.torque.mojo.OMMojo
Sets the location where the report file for the base persistence classes will be generated.
setBeanExtendsClass(String) - Method in class org.apache.torque.mojo.OMMojo
Sets the optional fully qualified class name that the generated base bean classes will extend.
setBeanSuffix(String) - Method in class org.apache.torque.mojo.OMMojo
Sets the suffix for the names of the bean classes.
setComplexObjectModel(boolean) - Method in class org.apache.torque.mojo.OMMojo
Sets whether Torque generates data objects with collection support and methods to easily retrieve foreign key relationships.
setContextPropertiesPath(String) - Method in class org.apache.torque.mojo.TexenTaskMojo
Sets the path to the generated property file used as Texen's context properties.
setCorrectGetters(boolean) - Method in class org.apache.torque.mojo.OMMojo
Sets whether Torque generates isXXX getter methods for boolean columns.
setDataDtd(String) - Method in class org.apache.torque.mojo.DataSqlMojo
Sets the data dtd file for the data xml file.
setDataXmlFile(String) - Method in class org.apache.torque.mojo.DataSqlMojo
Sets the data xml file which should be processed.
setDelimiter(String) - Method in class org.apache.torque.mojo.SqlExecMojo
Sets the delimiter used to separate SQL commands.
setDelimiterType(String) - Method in class org.apache.torque.mojo.SqlExecMojo
Sets whether the delimiter can be anywhere in the sql ("normal") or needs to be in an extra row ("row").
setDriver(String) - Method in class org.apache.torque.mojo.DataDumpMojo
Sets the fully qualified class name of the database driver.
setDriver(String) - Method in class org.apache.torque.mojo.SqlExecMojo
Sets the fully qualified class name of the database driver.
setEnableJava5Features(boolean) - Method in class org.apache.torque.mojo.OMMojo
Sets whether Java5 generics and iteration shorthand should be used in generated code.
setGenerateBeans(boolean) - Method in class org.apache.torque.mojo.OMMojo
Sets whether bean classes should be generated.
setGeneratorTask(TexenTask) - Method in class org.apache.torque.mojo.TexenTaskMojo
Sets the Texen task.
setInitialID(String) - Method in class org.apache.torque.mojo.IdTableInitSqlMojo
Sets the initial id of the idtables
setInitialIDStep(String) - Method in class org.apache.torque.mojo.IdTableInitSqlMojo
Sets the initial id step of the idtables
setInitialIDValue(String) - Method in class org.apache.torque.mojo.IdTableInitSqlMojo
Sets the initial id value of the idtables
setObjectIsCaching(boolean) - Method in class org.apache.torque.mojo.OMMojo
Sets whether data objects cache their foreign key relationships.
setOnError(String) - Method in class org.apache.torque.mojo.SqlExecMojo
Tells the task whether to procede if an sql error occurs during execution.
setOutputDir(String) - Method in class org.apache.torque.mojo.TexenTaskMojo
Sets the path to Torque's output directory.
setOutputFormat(String) - Method in class org.apache.torque.mojo.DocumentationMojo
Sets the output format of the documentation (html or anakia)
setPassword(String) - Method in class org.apache.torque.mojo.DataDumpMojo
Sets the password of the database user.
setPassword(String) - Method in class org.apache.torque.mojo.SqlExecMojo
Sets the password of the database user.
setProject(MavenProject) - Method in class org.apache.torque.mojo.TexenTaskMojo
Sets the maven project.
setProjectName(String) - Method in class org.apache.torque.mojo.DataDtdMojo
Sets the name of the project, which is used as prefix for the name of the datadtd.
setProjectName(String) - Method in class org.apache.torque.mojo.DataDumpMojo
Sets the name of the project, which is used as prefix for the generated table names and the name of the datadtd.
setReportFile(String) - Method in class org.apache.torque.mojo.DataModelTaskMojo
Sets the path to the report file.
setRetrievableInterface(String) - Method in class org.apache.torque.mojo.OMMojo
Sets the fully qualified class name of the Retrievable interface which should be implemented by the generated data objects.
setRunOnlyOnSchemaChange(boolean) - Method in class org.apache.torque.mojo.DataModelTaskMojo
Sets whether this mojo should be executed only if the schema has changed.
setSaveException(String) - Method in class org.apache.torque.mojo.OMMojo
Sets the class name of the Exception which should be thrown by the save methods of the generated data objects.
setSchemaDir(String) - Method in class org.apache.torque.mojo.DataModelTaskMojo
Sets the the directory where the schema files are located.
setSchemaExcludes(String) - Method in class org.apache.torque.mojo.DataModelTaskMojo
Sets the schema files which are excluded from generation.
setSchemaIncludes(String) - Method in class org.apache.torque.mojo.DataModelTaskMojo
Sets the schema files which are included in generation.
setSilentDbFetch(boolean) - Method in class org.apache.torque.mojo.OMMojo
Sets whether Torque should silently fetches foreign key relation collections if the collection is not yet initialized.
setSqlDbMap(String) - Method in class org.apache.torque.mojo.DataModelTaskMojo
Sets the path to the mapping SQL Files -> database.
setSqlDbMap(String) - Method in class org.apache.torque.mojo.SqlExecMojo
Sets the path to the mapping SQL Files -> database.
setSrcDir(String) - Method in class org.apache.torque.mojo.SqlExecMojo
Sets the path to the directory where the sql files can be found.
setSubpackageBase(String) - Method in class org.apache.torque.mojo.OMMojo
Sets the subpackage for the base Object, Peer, and Manager classes.
setSubpackageBaseBean(String) - Method in class org.apache.torque.mojo.OMMojo
Sets the subpackage for the base bean classes.
setSubpackageBean(String) - Method in class org.apache.torque.mojo.OMMojo
Sets the subpackage for the bean classes.
setSubpackageManager(String) - Method in class org.apache.torque.mojo.OMMojo
Sets the subpackage for the manager classes.
setSubpackageMap(String) - Method in class org.apache.torque.mojo.OMMojo
Sets the subpackage for the database map classes.
setSubpackageObject(String) - Method in class org.apache.torque.mojo.OMMojo
Sets the subpackage for the data object classes.
setSubpackagePeer(String) - Method in class org.apache.torque.mojo.OMMojo
Sets the subpackage for the peer classes.
setSuffix(String) - Method in class org.apache.torque.mojo.SqlMojoBase
Sets the suffix of the generated sql files.
setTargetDatabase(String) - Method in class org.apache.torque.mojo.DataModelTaskMojo
Sets the target database (e.g. mysql, oracle, ... ) for the generated files.
setTargetPackage(String) - Method in class org.apache.torque.mojo.DataModelTaskMojo
Sets the target package for the generated classes.
setTemplatePath(String) - Method in class org.apache.torque.mojo.TexenTaskMojo
Sets the path to Torque's templates, if the classpath is not used to load the templates.
setUrl(String) - Method in class org.apache.torque.mojo.DataDumpMojo
Sets the connect URL to the database.
setUrl(String) - Method in class org.apache.torque.mojo.SqlExecMojo
Sets the connect URL to the database.
setUseClasspath(boolean) - Method in class org.apache.torque.mojo.TexenTaskMojo
Sets whether the classpath should be used to locate the templates.
setUseManagers(boolean) - Method in class org.apache.torque.mojo.OMMojo
Sets whether Torque should generate Manager classes that use JCS for caching.
setUser(String) - Method in class org.apache.torque.mojo.DataDumpMojo
Sets the database user.
setUser(String) - Method in class org.apache.torque.mojo.SqlExecMojo
Sets the database user.
setUserContextProperties(Map) - Method in class org.apache.torque.mojo.TexenTaskMojo
Sets the map which defines user-defined context properties.
setXmlFile(String) - Method in class org.apache.torque.mojo.DataDtdMojo
Sets the name of the xml file to process.
setXmlFile(String) - Method in class org.apache.torque.mojo.DataDumpMojo
Sets the name of the xml file to process.
SILENT_DB_FETCH_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.OMMojo
The context property which determines whether empty cached foreign key relations should be filled automatically.
SqlExecMojo - Class in org.apache.torque.mojo
Executes the generated SQL.
SqlExecMojo() - Constructor for class org.apache.torque.mojo.SqlExecMojo
Creates and initializes a SqlExecMojo.
SqlMojo - Class in org.apache.torque.mojo
Generates SQL for creating the database from the schema.xml files.
SqlMojo() - Constructor for class org.apache.torque.mojo.SqlMojo
 
SqlMojoBase - Class in org.apache.torque.mojo
Generates SQL from the schema.xml files.
SqlMojoBase() - Constructor for class org.apache.torque.mojo.SqlMojoBase
Creates a new SQLMojo object.
SUBPACKAGE_BASE_BEAN_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.OMMojo
The context property for the subpackage of the generated base bean classes.
SUBPACKAGE_BASE_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.OMMojo
The context property for the subpackage of the generated base Object, Peer, and Manager classes.
SUBPACKAGE_BEAN_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.OMMojo
The context property for the subpackage of the generated bean classes.
SUBPACKAGE_MANAGER_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.OMMojo
The context property for the subpackage of the generated manager classes.
SUBPACKAGE_MAP_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.OMMojo
The context property for the subpackage of the generated database Map classes.
SUBPACKAGE_OBJECT_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.OMMojo
The context property for the subpackage of the generated data object classes.
SUBPACKAGE_PEER_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.OMMojo
The context property for the subpackage of the generated peer classes.

T

TARGET_DATABASE_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.DataModelTaskMojo
The context property for the database.
TARGET_PACKAGE_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.OMMojo
The context property for the target package.
TexenTaskMojo - Class in org.apache.torque.mojo
The base Class for all Mojos wrapping Texen Tasks.
TexenTaskMojo(TexenTask) - Constructor for class org.apache.torque.mojo.TexenTaskMojo
Creates a new instance of AbstractTorqueMojo.

U

USE_MANAGERS_CONTEXT_PROPERTY - Static variable in class org.apache.torque.mojo.OMMojo
The context property which determines whether manager classes are generated.

A B C D E G I O P R S T U

Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.