| Class | Description |
|---|---|
| AbstractDataNucleusMojo |
Convenience base class for DataNucleus Mojo extensions.
|
| AbstractEnhancerMojo |
Base for all enhancer-based Maven2 goals.
|
| AbstractSchemaToolMojo |
Extensions of this class implement the
AbstractSchemaToolMojo.prepareModeSpecificCommandLineArguments(Commandline, java.util.List) method and
provide mode-specific arguments to the SchemaTool invocation. |
| EnhancerCheckMojo |
Goal to check the enhancement status of the provided classes.
|
| EnhancerMojo |
Goal to enhance the provided classes as per the input file definition.
|
| SchemaToolCreateMojo |
Generates the Schema from the input files.
|
| SchemaToolCreateSchemaMojo |
Generates the schema specified by the "schemaName" parameter.
|
| SchemaToolDatabaseInfoMojo |
Provides detailed information about the database - limits and datatypes support.
|
| SchemaToolDeleteCreateMojo |
Drop and create the Schema defined by the input files.
|
| SchemaToolDeleteMojo |
Deletes all database tables required for a set of JDO MetaData files (and enhanced classes) from the database schema.
|
| SchemaToolDeleteSchemaMojo |
Deletes the schema specified by the "schemaName" parameter.
|
| SchemaToolInfoMojo |
Provides a detailed information about the database schema.
|
| SchemaToolValidateMojo |
Validates all database tables required for a set of JDO MetaData files (and classes) for correct structure.
|
Copyright © 2016. All rights reserved.