Uses of Class
org.dbmaintain.maven.plugin.BaseMojo

Packages that use BaseMojo
org.dbmaintain.maven.plugin   
 

Uses of BaseMojo in org.dbmaintain.maven.plugin
 

Subclasses of BaseMojo in org.dbmaintain.maven.plugin
 class BaseDatabaseMojo
           
 class CheckScriptUpdatesMojo
          Performs a dry run of the database update.
 class CleanDatabaseMojo
          Task that removes the data of all database tables.
 class ClearDatabaseMojo
          Task that removes all database items like tables, views etc from the database and empties the DBMAINTAIN_SCRIPTS table.
 class CreateScriptArchiveMojo
          Task that enables creating a jar file that packages all database update scripts.
 class DisableConstraintsMojo
          Task that disables or drops all foreign key and not null constraints.
 class MarkDatabaseAsUpToDateMojo
          This operation updates the state of the database to indicate that all scripts have been executed, without actually executing them.
 class MarkErrorScriptPerformedMojo
          Task that indicates that the failed script was manually performed.
 class MarkErrorScriptRevertedMojo
          Task that indicates that the failed script was manually reverted.
 class UpdateDatabaseMojo
          Task that updates the database to the latest version.
 class UpdateSequencesMojo
          This operation is also mainly useful for automated testing purposes.
 



Copyright © 2011. All Rights Reserved.