de.juplo.plugins.hibernate4
Class Hbm2DdlMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
de.juplo.plugins.hibernate4.Hbm2DdlMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class Hbm2DdlMojo
- extends org.apache.maven.plugin.AbstractMojo
Goal which extracts the hibernate-mapping-configuration and
exports an according SQL-database-schema.
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 |
EXPORT_SKIPPED_PROPERTY
public static final String EXPORT_SKIPPED_PROPERTY
- See Also:
- Constant Field Values
DRIVER_CLASS
public static final String DRIVER_CLASS
- See Also:
- Constant Field Values
URL
public static final String URL
- See Also:
- Constant Field Values
USERNAME
public static final String USERNAME
- See Also:
- Constant Field Values
PASSWORD
public static final String PASSWORD
- See Also:
- Constant Field Values
DIALECT
public static final String DIALECT
- See Also:
- Constant Field Values
Hbm2DdlMojo
public Hbm2DdlMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoFailureException,
org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
Copyright © 2013. All Rights Reserved.