org.dbmaintain.maven.plugin
Class DisableConstraintsMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.dbmaintain.maven.plugin.BaseMojo
org.dbmaintain.maven.plugin.BaseDatabaseMojo
org.dbmaintain.maven.plugin.DisableConstraintsMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class DisableConstraintsMojo
- extends BaseDatabaseMojo
Task that disables or drops all foreign key and not null constraints.
- Author:
- Tim Ducheyne, tiwe
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DisableConstraintsMojo
public DisableConstraintsMojo()
createDbMaintainTask
protected DbMaintainTask createDbMaintainTask(List<DbMaintainDatabase> dbMaintainDatabases)
- Specified by:
createDbMaintainTask
in class BaseDatabaseMojo
Copyright © 2011. All Rights Reserved.