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