]> juplo.de Git - website/commitdiff
WIP:`hibernate-maven-plugin/2.0.0` mit sili neu generiert
authorKai Moritz <kai@juplo.de>
Wed, 29 Apr 2026 17:13:48 +0000 (19:13 +0200)
committerKai Moritz <kai@juplo.de>
Wed, 29 Apr 2026 17:13:48 +0000 (19:13 +0200)
43 files changed:
content/projects/hibernate-maven-plugin/2.0.0/configuration.html
content/projects/hibernate-maven-plugin/2.0.0/debugging.html
content/projects/hibernate-maven-plugin/2.0.0/force.html
content/projects/hibernate-maven-plugin/2.0.0/pitfalls.html
content/projects/hibernate-maven-plugin/2.0.0/skip.html
static/projects/hibernate-maven-plugin/2.0.0/apidocs/allclasses-frame.html
static/projects/hibernate-maven-plugin/2.0.0/apidocs/allclasses-noframe.html
static/projects/hibernate-maven-plugin/2.0.0/apidocs/constant-values.html
static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html
static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/CreateMojo.html
static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/DropMojo.html
static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/HelpMojo.html
static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/ModificationTracker.html
static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/MutableClassLoader.html
static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html
static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/CreateMojo.html
static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/DropMojo.html
static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/HelpMojo.html
static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/ModificationTracker.html
static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/MutableClassLoader.html
static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/package-frame.html
static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/package-summary.html
static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/package-tree.html
static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/package-use.html
static/projects/hibernate-maven-plugin/2.0.0/apidocs/deprecated-list.html
static/projects/hibernate-maven-plugin/2.0.0/apidocs/help-doc.html
static/projects/hibernate-maven-plugin/2.0.0/apidocs/index-all.html
static/projects/hibernate-maven-plugin/2.0.0/apidocs/index.html
static/projects/hibernate-maven-plugin/2.0.0/apidocs/overview-tree.html
static/projects/hibernate-maven-plugin/2.0.0/testapidocs/allclasses-frame.html
static/projects/hibernate-maven-plugin/2.0.0/testapidocs/allclasses-noframe.html
static/projects/hibernate-maven-plugin/2.0.0/testapidocs/constant-values.html
static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/FileComparator.html
static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/class-use/FileComparator.html
static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/package-frame.html
static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/package-summary.html
static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/package-tree.html
static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/package-use.html
static/projects/hibernate-maven-plugin/2.0.0/testapidocs/deprecated-list.html
static/projects/hibernate-maven-plugin/2.0.0/testapidocs/help-doc.html
static/projects/hibernate-maven-plugin/2.0.0/testapidocs/index-all.html
static/projects/hibernate-maven-plugin/2.0.0/testapidocs/index.html
static/projects/hibernate-maven-plugin/2.0.0/testapidocs/overview-tree.html

index 0e93901642a0e9112379db75ca85b7002ca1defe..6b10e72b34c2770e1b10fc5c5573df71ab0a0bed 100644 (file)
@@ -25,10 +25,10 @@ params:
   Doing so, the only additionally configuration needed, to activat the plugin
   is the following entry in the <code>plugins</code>-section of your <code>pom.xml</code>:
   </p>
-  
-<div>
-{{< highlight guess >}}
 
+<div class="source">
+<div class="source">
+{{< highlight guess >}}
 <plugin>
   <groupId>de.juplo</groupId>
   <artifactId>hibernate-maven-plugin</artifactId>
@@ -42,17 +42,17 @@ params:
   </executions>
 </plugin>
 
-{{< /highlight >}}</div>
+{{< /highlight >}}</div></div>
   
 <p>
   This would create the configured database.
   If you want it to be droped beforehand, you have to add the goal
   <code>drop</code>:
   </p>
-  
-<div>
-{{< highlight guess >}}
 
+<div class="source">
+<div class="source">
+{{< highlight guess >}}
 <plugin>
   <groupId>de.juplo</groupId>
   <artifactId>hibernate-maven-plugin</artifactId>
@@ -67,7 +67,7 @@ params:
   </executions>
 </plugin>
 
-{{< /highlight >}}</div>
+{{< /highlight >}}</div></div>
   
 <p>
   A correspondin goal for the command <code>update</code> is missing in this
@@ -80,17 +80,17 @@ params:
   to use.
   A simple example <code>hibernate.properties</code>-file may look like this:
   </p>
-  
-<div>
-{{< highlight guess >}}
 
+<div class="source">
+<div class="source">
+{{< highlight guess >}}
 hibernate.dialect=org.hibernate.dialect.H2Dialect
 hibernate.connection.url=jdbc:h2:file:./target/db
 hibernate.connection.driver_class=org.h2.Driver
 hibernate.connection.username=sa
 hibernate.connection.password=
 
-{{< /highlight >}}</div>
+{{< /highlight >}}</div></div>
   
 <p>
   But be aware, that using this configuration-approach the database-url,
@@ -107,10 +107,10 @@ hibernate.connection.password=
   A better approach is, to specify a different url for testing like in the
   following snippet:
   </p>
-  
-<div>
-{{< highlight guess >}}
 
+<div class="source">
+<div class="source">
+{{< highlight guess >}}
 <plugin>
   <groupId>de.juplo</groupId>
   <artifactId>hibernate-maven-plugin</artifactId>
@@ -128,7 +128,7 @@ hibernate.connection.password=
   </configuration>
 </plugin>
 
-{{< /highlight >}}</div>
+{{< /highlight >}}</div></div>
   
 <p>
   Configuration properties, that are set in the <code>configuration</code>-section
@@ -243,10 +243,10 @@ hibernate.connection.password=
   The equivalent of the configuration from the last section would look
   like this:
   </p>
-  
-<div>
-{{< highlight guess >}}
 
+<div class="source">
+<div class="source">
+{{< highlight guess >}}
 <plugin>
   <groupId>de.juplo</groupId>
   <artifactId>hibernate-maven-plugin</artifactId>
@@ -268,7 +268,7 @@ hibernate.connection.password=
   </configuration>
 </plugin>
 
-{{< /highlight >}}</div>
+{{< /highlight >}}</div></div>
   
 <p>
   The parameter <b>hibernateProperties</b> (name of the hibernate-properties-file
@@ -318,10 +318,10 @@ hibernate.connection.password=
   If you need to overwrite plugin-configuration-values with
   maven-properties, you can use maven-properties in the plugin-configuration:
   </p>
-  
-<div>
-{{< highlight guess >}}
 
+<div class="source">
+<div class="source">
+{{< highlight guess >}}
 <plugin>
   <groupId>de.juplo</groupId>
   <artifactId>hibernate-maven-plugin</artifactId>
@@ -339,7 +339,7 @@ hibernate.connection.password=
   </configuration>
 </plugin>
 
-{{< /highlight >}}</div></section>
+{{< /highlight >}}</div></div></section>
 </div>
 <!-- PREPARING ROOT-ENTRY - name: Hibernate Maven Plugin ref: index.html -->
 <!-- READING MENU - name: Project Documentation ref: reports -->
index 825454ca14b9b587ad8609ebbba70359efc60fce..86549e479358c31cd86fdabb68fb03eeee97de1f 100644 (file)
@@ -19,12 +19,13 @@ params:
   enabled.
   For example, by executing:
   </p>
-  
-<div>
-{{< highlight guess >}}
 
+<div class="source">
+<div class="source">
+{{< highlight guess >}}
 mvn -X compile hibernate:create
-{{< /highlight >}}</div>
+
+{{< /highlight >}}</div></div>
   
 <p>
   (The <code>compile</code> might be necessary, because <code>hibernate-maven-plugin</code>
index e5ce7a06045d22d9f072f398286388ca7869c462..8cff08c4f3f3a7a43732516e7088472a077c3ccc 100644 (file)
@@ -32,10 +32,10 @@ params:
   you can force it to do so, if you set the parameter <code>force</code> to
   <code>true</code>:
   </p>
-  
-<div>
-{{< highlight guess >}}
 
+<div class="source">
+<div class="source">
+{{< highlight guess >}}
 <plugin>
   <groupId>de.juplo</groupId>
   <artifactId>hibernate-maven-plugin</artifactId>
@@ -44,7 +44,8 @@ params:
     <force>true</force>
   </configuration>
 </plugin>
-{{< /highlight >}}</div>
+
+{{< /highlight >}}</div></div>
   
 <p>
   Or you may specify <code>-Dhibernate.schema.force=true</code> at the command line,
index 5d480d6aeb6bd1558787e8abb5c03abfa5a34578..da669190d73d388ebc530e50ee143ab6b3168277 100644 (file)
@@ -35,14 +35,15 @@ params:
   <code>-Dhibernate.schema.export=false</code> or with the following
   configuration:
   </p>
-  
-<div>
-{{< highlight guess >}}
 
+<div class="source">
+<div class="source">
+{{< highlight guess >}}
 <configuration>
-  <export>false</export>
+  <execute>false</execute>
 </configuration>
-{{< /highlight >}}</div>
+
+{{< /highlight >}}</div></div>
   
 <p>
   But even when no database is to be created, hibernate always needs to know
@@ -63,10 +64,10 @@ params:
   Since it will not be able to see the needed dependency, it will fail with
   an error-message like:
   </p>
-  
-<div>
-{{< highlight guess >}}
 
+<div class="source">
+<div class="source">
+{{< highlight guess >}}
 [INFO] Gathered hibernate-configuration (turn on debugging for details):
 [INFO]   hibernate.connection.username = sa
 [INFO]   hibernate.connection.password = 
@@ -96,7 +97,8 @@ params:
 [ERROR] 
 [ERROR] For more information about the errors and possible solutions, please read the following articles:
 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
-{{< /highlight >}}</div>
+
+{{< /highlight >}}</div></div>
   
 <p>
   A quick workaround for this error would be, to delete the runtime-constraint
@@ -107,10 +109,10 @@ params:
   A much cleaner way is, to (additionally) ad the dependency, to the
   plugin-definition:
   </p>
-  
-<div>
-{{< highlight guess >}}
 
+<div class="source">
+<div class="source">
+{{< highlight guess >}}
 <plugin>
   <groupId>de.juplo</groupId>
   <artifactId>hibernate-maven-plugin</artifactId>
@@ -131,7 +133,8 @@ params:
   </dependency>
   </dependencies>
 </plugin>
-{{< /highlight >}}</div>
+
+{{< /highlight >}}</div></div>
   
 <p>
   This is also the best way, if you use a different jdbc-driver for
@@ -167,10 +170,10 @@ params:
   For example, the dbunit-plugin can be configured to skip its excecution, if
   hibernate-maven-plugin was skipped like this:
   </p>
-  
-<div>
-{{< highlight guess >}}
 
+<div class="source">
+<div class="source">
+{{< highlight guess >}}
 <plugin>
   <groupId>org.codehaus.mojo</groupId>
   <artifactId>dbunit-maven-plugin</artifactId>
@@ -178,7 +181,8 @@ params:
     <skip>${hibernate.schema.skipped}</skip>
   </configuration>
 </plugin>
-{{< /highlight >}}</div>
+
+{{< /highlight >}}</div></div>
 </section><section>
 <h2><a name="The_database_will_not_be_recreated_after_a_manual_drop.2Fclean"></a>The database will not be recreated after a manual drop/clean</h2>
   
@@ -191,24 +195,26 @@ params:
   unnecessary drop-create-cycle might take a long time. The plugin will
   report that like this:
   </p>
-  
-<div>
-{{< highlight guess >}}
 
+<div class="source">
+<div class="source">
+{{< highlight guess >}}
 [INFO] No modified annotated classes found and dialect unchanged.
 [INFO] Skipping schema generation!
-{{< /highlight >}}</div>
+
+{{< /highlight >}}</div></div>
   
 <p>
   If one always uses <code>mvn clean</code> for cleanup, this will not happen.
   Otherwise the recreation must be <a href="./force.html">forced</a>:
   </p>
-  
-<div>
-{{< highlight guess >}}
 
+<div class="source">
+<div class="source">
+{{< highlight guess >}}
 mvn hibernate:create -Dhibernate.schema.force=true
-{{< /highlight >}}</div>
+
+{{< /highlight >}}</div></div>
 </section><section>
 <h2><a name="The_hibernate:create_goal_is_not_executed.2C_when_tests_are_skipped"></a>The hibernate:create goal is not executed, when tests are skipped</h2>
   
@@ -217,10 +223,10 @@ mvn hibernate:create -Dhibernate.schema.force=true
   <code>maven.test.skip</code> is set to <code>true</code>. If you need it to be always
   executed, you can configure that explicitly like this:
   </p>
-  
-<div>
-{{< highlight guess >}}
 
+<div class="source">
+<div class="source">
+{{< highlight guess >}}
 <plugin>
   <groupId>de.juplo</groupId>
   <artifactId>hibernate-maven-plugin</artifactId>
@@ -229,7 +235,8 @@ mvn hibernate:create -Dhibernate.schema.force=true
     <skip>false</skip>
   </configuration>
 </plugin>
-{{< /highlight >}}</div>
+
+{{< /highlight >}}</div></div>
   
 <p>
   Background-information for this design-decission can be found on the extra
@@ -244,10 +251,10 @@ mvn hibernate:create -Dhibernate.schema.force=true
     or set <code>scanDependencies</code> to <code>none</code> in the configuration
     of the plugin like this:
   </p>
-  
-<div>
-{{< highlight guess >}}
 
+<div class="source">
+<div class="source">
+{{< highlight guess >}}
 <plugin>
   <groupId>de.juplo</groupId>
   <artifactId>hibernate-maven-plugin</artifactId>
@@ -256,7 +263,8 @@ mvn hibernate:create -Dhibernate.schema.force=true
     <scanDependencies>none</scanDependencies>
   </configuration>
 </plugin>
-{{< /highlight >}}</div>
+
+{{< /highlight >}}</div></div>
 </section><section>
 <h2><a name="No_annotated_classes_found"></a>No annotated classes found</h2>
   
index 2d598523ff70b4f1e89de8b2a43d740d29436927..143641d67a920a1c531295cd001bf033ac6adaf5 100644 (file)
@@ -36,10 +36,10 @@ params:
   even if the tests are skipped you can configure that explicitly,
   by setting the configuration-parameter <code>skip</code> to false:
   </p>
-  
-<div>
-{{< highlight guess >}}
 
+<div class="source">
+<div class="source">
+{{< highlight guess >}}
 <plugin>
   <groupId>de.juplo</groupId>
   <artifactId>hibernate-maven-plugin</artifactId>
@@ -48,17 +48,18 @@ params:
     <skip>false</skip>
   </configuration>
 </plugin>
-{{< /highlight >}}</div>
+
+{{< /highlight >}}</div></div>
   
 <p>
   Or, if you want the plugin to be executed by default and to be skipped
   if you say so, you can bind the value of the configuration-parameter
   <code>skip</code> to a custom property. For example:
   </p>
-  
-<div>
-{{< highlight guess >}}
 
+<div class="source">
+<div class="source">
+{{< highlight guess >}}
 <plugin>
   <groupId>de.juplo</groupId>
   <artifactId>hibernate-maven-plugin</artifactId>
@@ -67,7 +68,8 @@ params:
     <skip>${foo.bar}</skip>
   </configuration>
 </plugin>
-{{< /highlight >}}</div>
+
+{{< /highlight >}}</div></div>
   
 <p>
   This way, the plugin would be skipped, if you set the property
index dd1080e053830d28f2ca6282de18a64389e543bd..c8e237c1e6547b8145962574e14faca55a8feae1 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:30 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:41 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Hibernate Maven Plugin 2.0.0 API)</title>
 <meta name="date" content="2026-04-29">
index aaa8d1b953e766c1f48ec3f9a333c0190ad9a3c0..7ec5e2735574b057859a8a9e59184fe439c0e06e 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:30 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:41 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Hibernate Maven Plugin 2.0.0 API)</title>
 <meta name="date" content="2026-04-29">
index 9b44ede42abca30adf7db0899719a30854bbaf27..c42824f32010494afb80beefce5aa19924bbd183 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:30 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:41 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constant Field Values (Hibernate Maven Plugin 2.0.0 API)</title>
 <meta name="date" content="2026-04-29">
index 30b82c87bde23e4bcc1afa271c28b68bcbda94a7..8056b09cacc6a22853dd6988dbd5691d38f190c0 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:30 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:40 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>AbstractSchemaMojo (Hibernate Maven Plugin 2.0.0 API)</title>
 <meta name="date" content="2026-04-29">
index 3fef271fc8be7a3db47ee44fc770e166bab4e5c5..bdf358fa676c01baf6f8ad0388148ab0306fd575 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:30 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:40 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>CreateMojo (Hibernate Maven Plugin 2.0.0 API)</title>
 <meta name="date" content="2026-04-29">
index 13a78cb1e5a81c6f063d1c285808a9952606b884..18a27634a62b6caa4711533c7dfe5b76e73f76db 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:30 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:40 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>DropMojo (Hibernate Maven Plugin 2.0.0 API)</title>
 <meta name="date" content="2026-04-29">
index 63d113ef86eae7365fe285a320d4d4d009bc15f8..1ff5bc5e6458c6786dc494dec508e52fbc2039e8 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:30 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:40 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>HelpMojo (Hibernate Maven Plugin 2.0.0 API)</title>
 <meta name="date" content="2026-04-29">
index 6ac5c6516d955b0f691937c7aaa112c7e8356295..bbdc2b634221ecaec96f4459021e5318df902b45 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:30 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:40 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ModificationTracker (Hibernate Maven Plugin 2.0.0 API)</title>
 <meta name="date" content="2026-04-29">
index 53a4199ee34b27b8e4b3cce2ab0db3bae214caa4..20eab48af14f64401266da6e4b518d6c16d044e2 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:30 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:41 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>MutableClassLoader (Hibernate Maven Plugin 2.0.0 API)</title>
 <meta name="date" content="2026-04-29">
index 85242492cbfcefefe1e4027fcfb92a1d0951024b..6883f194ce242044d4db3abdc4b0bfb81eadf71d 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:30 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:41 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class de.juplo.plugins.hibernate.AbstractSchemaMojo (Hibernate Maven Plugin 2.0.0 API)</title>
 <meta name="date" content="2026-04-29">
index ea615c6e1e4866ddd5d8173aa343cf6bd8af8e50..12c02c0430ab4e3e74cbf67a1792b027b94985bb 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:30 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:41 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class de.juplo.plugins.hibernate.CreateMojo (Hibernate Maven Plugin 2.0.0 API)</title>
 <meta name="date" content="2026-04-29">
index af349391f1fcef3d96e30214dd365a468bfd570e..3b5136b61722a51884ed53744b6186d52df6659d 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:30 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:41 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class de.juplo.plugins.hibernate.DropMojo (Hibernate Maven Plugin 2.0.0 API)</title>
 <meta name="date" content="2026-04-29">
index 0e056a7a9f7bdcb8f289c0c990b294ac7c1190ed..f0e841986ce2017fd3db67926ee53d368c07278a 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:30 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:41 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class de.juplo.plugins.hibernate.HelpMojo (Hibernate Maven Plugin 2.0.0 API)</title>
 <meta name="date" content="2026-04-29">
index 9028819839cd1c9a1bfa1d413cba11f154796e3b..4765253f170ed68aa6b7a298dc41d11a84f1527c 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:30 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:41 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class de.juplo.plugins.hibernate.ModificationTracker (Hibernate Maven Plugin 2.0.0 API)</title>
 <meta name="date" content="2026-04-29">
index 161e4bda0ad72e8837fa88110324c9aed8a5108e..8ad121a2ab53ca8e847f2627c7e7603013b7aa3b 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:30 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:41 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class de.juplo.plugins.hibernate.MutableClassLoader (Hibernate Maven Plugin 2.0.0 API)</title>
 <meta name="date" content="2026-04-29">
index b86604da59ec335141e1620b9037db654712b378..6f903beec9e374b3da24498c787ccbd28913d6ea 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:30 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:41 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.0.0 API)</title>
 <meta name="date" content="2026-04-29">
index 5c979b2914b0de9cac95b6e1f991a6c4c94057a6..9859a555271da373c8e0523f30bb8c5457dd619e 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:30 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:41 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.0.0 API)</title>
 <meta name="date" content="2026-04-29">
index ad1ef592edbc8f43f412a8ce7984d37499487c47..e9b937a85fb6f8046e666b40793156a26994f7af 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:30 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:41 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>de.juplo.plugins.hibernate Class Hierarchy (Hibernate Maven Plugin 2.0.0 API)</title>
 <meta name="date" content="2026-04-29">
index 2ffca60c649d9e814543bdb6cf3fcda510323f61..08b037289d351634032771105c9c6de1d5132998 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:30 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:41 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.0.0 API)</title>
 <meta name="date" content="2026-04-29">
index c66c7d5fc7adefa9f3d29f04a25ca72630edfdde..237318c1997cce576c4b132af67574a180bbf3db 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:30 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:41 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Deprecated List (Hibernate Maven Plugin 2.0.0 API)</title>
 <meta name="date" content="2026-04-29">
index de6b0abeb85df4b9f2a818499e5a133bcb3bfb9a..d36ff0efd30c0ef449dd49d134ca635dd3633d35 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:30 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:41 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API Help (Hibernate Maven Plugin 2.0.0 API)</title>
 <meta name="date" content="2026-04-29">
index 56e93dfe7ae19a2465e87d5c8ad0ace3572c73d4..e3d41b5c624e5c45056887b88ad73d26f387be59 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:30 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:41 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index (Hibernate Maven Plugin 2.0.0 API)</title>
 <meta name="date" content="2026-04-29">
index f4c509eb369250bb3a93a0aef6b4891e3edf56a4..f55fcc2f928d30e5aac220ca09582d71d0bdab91 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:30 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:41 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Hibernate Maven Plugin 2.0.0 API</title>
 <script type="text/javascript">
index 860e5fa77835ca75be437aca269d7a1073c5848b..41acdb7fad06440bd57321405b2df8cefc03a1bc 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:30 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:41 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Class Hierarchy (Hibernate Maven Plugin 2.0.0 API)</title>
 <meta name="date" content="2026-04-29">
index 478cca431c63aca7016b5ba3dd5b2cad4cbb3069..6ea855cd7104274385e5b47a940ee971b40ef787 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:29 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:39 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Hibernate Maven Plugin 2.0.0 Test API)</title>
 <meta name="date" content="2026-04-29">
index 7d86a75b062ca6f6f7d7f84b2208d079e97b0048..d281e9d70a2d4e3c593ad75b9872412c006beae3 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:29 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:39 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Hibernate Maven Plugin 2.0.0 Test API)</title>
 <meta name="date" content="2026-04-29">
index 16b3d7048e7db0668bcdf4a3e4165c9ac31c0e2a..acea524b19d0cbf9ba456189d39bcb0bb0474fdc 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:29 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:39 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constant Field Values (Hibernate Maven Plugin 2.0.0 Test API)</title>
 <meta name="date" content="2026-04-29">
index ada532351c45b29c5251fc24f860002ead32043e..833baf8d717a49cba49eaa4d9f69f5d0475d3866 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:29 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:39 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>FileComparator (Hibernate Maven Plugin 2.0.0 Test API)</title>
 <meta name="date" content="2026-04-29">
index 7119e22b11c67867cf06ae68e42e9a7098905e6b..8a61576416a051f08807a61fc4191e38bb3ff7c2 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:29 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:39 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class de.juplo.test.FileComparator (Hibernate Maven Plugin 2.0.0 Test API)</title>
 <meta name="date" content="2026-04-29">
index 8efa7329aa076db1c1be23f1bc231ac54ee086c9..71166d972c3b653553cae8fdff5833840b1aee73 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:29 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:39 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>de.juplo.test (Hibernate Maven Plugin 2.0.0 Test API)</title>
 <meta name="date" content="2026-04-29">
index 0143d65134129d50020ce9dbb2c988d79cc9d9b9..73f4da11ab6d87218c9209c18f86a1019230dd47 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:29 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:39 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>de.juplo.test (Hibernate Maven Plugin 2.0.0 Test API)</title>
 <meta name="date" content="2026-04-29">
index c1cff304b2d56d6dd684fb10b5c5abf97cb1c8cc..b617a7aab2b570b2e43df5f81a2d45df048f0b41 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:29 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:39 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>de.juplo.test Class Hierarchy (Hibernate Maven Plugin 2.0.0 Test API)</title>
 <meta name="date" content="2026-04-29">
index 7d195c66800d1f3d4759c67cf91162d30c2e9ee0..bd3f2adcff6441373eec8a2c82ff551709d803cf 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:29 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:39 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package de.juplo.test (Hibernate Maven Plugin 2.0.0 Test API)</title>
 <meta name="date" content="2026-04-29">
index 94d5e21335a2bf3f9524002d56acc740925d77f3..ab8177e9b6f78fd74f0b3bd8777a977200750c70 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:29 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:39 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Deprecated List (Hibernate Maven Plugin 2.0.0 Test API)</title>
 <meta name="date" content="2026-04-29">
index ce84c337f88d1df625b82be11098eb3eb57d2214..e1c8cba45ff1794fc2f719fb32c3c2c8cd85b9db 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:29 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:39 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API Help (Hibernate Maven Plugin 2.0.0 Test API)</title>
 <meta name="date" content="2026-04-29">
index dd42d6071f58b05510e5a626a596b03e43cc775f..65beac1cfbd023dc8e7777e5e6c9eb6bae066e42 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:29 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:39 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index (Hibernate Maven Plugin 2.0.0 Test API)</title>
 <meta name="date" content="2026-04-29">
index 90817aff923cc1fda5ed49b77521d832770d6bc7..225dde96b3e1164e8a78581b0924d1025dff56da 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:29 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:39 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Hibernate Maven Plugin 2.0.0 Test API</title>
 <script type="text/javascript">
index 401bebcf98190dba504b7ba7b3fa6988bf40d2e0..394e9a39b13f3fbb66548ac155193b546e9a1dbd 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:54:29 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:12:39 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Class Hierarchy (Hibernate Maven Plugin 2.0.0 Test API)</title>
 <meta name="date" content="2026-04-29">