X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=dist%2Fhibernate4-maven-plugin-1.0.1%2Fapidocs%2Fde%2Fjuplo%2Fplugins%2Fhibernate4%2FHbm2DdlMojo.html;fp=dist%2Fhibernate4-maven-plugin-1.0.1%2Fapidocs%2Fde%2Fjuplo%2Fplugins%2Fhibernate4%2FHbm2DdlMojo.html;h=5281bfa559353fb4b51e2b197a0efbfaf4eb6152;hp=0000000000000000000000000000000000000000;hb=a53595184bd6e57bdc45292cc92c393c4e2dfe6e;hpb=c48c9ee0e9faa89a4c0a5323b367b9f5a6abe602 diff --git a/dist/hibernate4-maven-plugin-1.0.1/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html b/dist/hibernate4-maven-plugin-1.0.1/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html new file mode 100644 index 00000000..5281bfa5 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html @@ -0,0 +1,409 @@ + + + + + + + +Hbm2DdlMojo (Hibernate 4 Maven Plugin 1.0.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.juplo.plugins.hibernate4 +
+Class Hbm2DdlMojo

+
+java.lang.Object
+  extended by org.apache.maven.plugin.AbstractMojo
+      extended by 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. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static StringDIALECT + +
+           
+static StringDRIVER_CLASS + +
+           
+static StringEXPORT_SKIPPED_PROPERTY + +
+           
+static StringPASSWORD + +
+           
+static StringURL + +
+           
+static StringUSERNAME + +
+           
+ + + + + + + +
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
+  + + + + + + + + + + +
+Constructor Summary
Hbm2DdlMojo() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ voidexecute() + +
+           
+ + + + + + + +
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
+  +

+ + + + + + + + +
+Field Detail
+ +

+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
+
+ + + + + + + + +
+Constructor Detail
+ +

+Hbm2DdlMojo

+
+public Hbm2DdlMojo()
+
+
+ + + + + + + + +
+Method Detail
+ +

+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. + +