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

index 3e488f95968828472a791eb501d36cf25867e852..a875802070b26a864859f8ad3fa1b8b85f54d067 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 38b05f53cdac5f7233a59a336f4c4fef293bdde6..2a92028558f88e4d2b1991eeddf5c23078090014 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 16de51c1ab8e84bb8462470c6653c3e092f59021..c5279496371b1f581b665c7a1ad1fb32842881a1 100644 (file)
@@ -33,10 +33,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>
@@ -45,7 +45,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 0d0ac9cbd7acb4077ac0c9c83f72bfd9e65a00b5..d1f0cfe2eb6e61f3e01e3e96cb47bf8b66c07680 100644 (file)
@@ -34,14 +34,15 @@ params:
   <code>-Dhibernate.schema.execute=false</code> or with the following
   configuration:
   </p>
-  
-<div>
-{{< highlight guess >}}
 
+<div class="source">
+<div class="source">
+{{< highlight guess >}}
 <configuration>
   <execute>false</execute>
 </configuration>
-{{< /highlight >}}</div>
+
+{{< /highlight >}}</div></div>
   
 <p>
   But even when no database is to be created, hibernate always needs to know
@@ -62,10 +63,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 = 
@@ -95,7 +96,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
@@ -106,10 +108,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>
@@ -130,7 +132,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
@@ -166,10 +169,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>
@@ -177,7 +180,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>
   
@@ -190,24 +194,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>
   
@@ -216,10 +222,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>
@@ -228,7 +234,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
@@ -243,10 +250,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>
@@ -255,7 +262,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>
   
@@ -289,10 +297,10 @@ mvn hibernate:create -Dhibernate.schema.force=true
 <p>
     Example configuration for two goals:
   </p>
-  
-<div>
-{{< highlight guess >}}
 
+<div class="source">
+<div class="source">
+{{< highlight guess >}}
 <executions>
   <execution>
     <id>Create Drop-Schema</id>
@@ -316,7 +324,7 @@ mvn hibernate:create -Dhibernate.schema.force=true
   </execution>
 </executions>
 
-{{< /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 cee37a7f71e19e2c12c3a0620f61e2334317e647..c64e080b44af67c2ed5ba1acf5f7f243b9393f32 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 b26102119e4cc2efb371dc2d371f17d8c973abd7..c08af14912e6e80848bd5d49a9db8ea2055644d9 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:38 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:02 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Hibernate Maven Plugin 2.1.1 API)</title>
 <meta name="date" content="2026-04-29">
index b9e82bf77c6aa00665a178938a0086fa0317bfbe..808b9ab3c925c98332eecca5463e942e89994269 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:38 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:02 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Hibernate Maven Plugin 2.1.1 API)</title>
 <meta name="date" content="2026-04-29">
index 2a6cc8ff7d91aab5043b55c846688acc3cab4db8..35396e97f1eaf610b569edf87e6b22cdb298fbd8 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:38 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:02 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constant Field Values (Hibernate Maven Plugin 2.1.1 API)</title>
 <meta name="date" content="2026-04-29">
index 5a8423bc1504ba32af577d689b77f920d7e10327..37f0ae9c720ddf11d8b47b9a7c385ed8a4e68485 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:38 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:02 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>AbstractSchemaMojo (Hibernate Maven Plugin 2.1.1 API)</title>
 <meta name="date" content="2026-04-29">
index 8553c90c51994cf03d6711356969dd45406248fe..4cfd1d63f7de280e1f926c0436fa41afb8db8233 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:38 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:02 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>CreateMojo (Hibernate Maven Plugin 2.1.1 API)</title>
 <meta name="date" content="2026-04-29">
index 3fbe729f007a54cf3ed4e9d1fc02f119061ef5eb..216dbeefd95d3d5f002ccb38171a1903dd11bbed 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:38 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:02 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>DropMojo (Hibernate Maven Plugin 2.1.1 API)</title>
 <meta name="date" content="2026-04-29">
index 2f200c40144ecb7cabb5df32fb50e6eee6bd5c82..cb9b27692fa16197eedab847276e48c0890ec334 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:38 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:02 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>HelpMojo (Hibernate Maven Plugin 2.1.1 API)</title>
 <meta name="date" content="2026-04-29">
index e8f10cb5ebfa6ffa6ad69e5558a983d6f88944b9..6dce54785bd757521578d0030f960cf6b405b701 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:38 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:02 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ModificationTracker (Hibernate Maven Plugin 2.1.1 API)</title>
 <meta name="date" content="2026-04-29">
index 8aba731273752d36eccb28e4387ad9779e379c56..6698ad7418a3f3ba2572946417378aca85ed973e 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:38 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:02 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>MutableClassLoader (Hibernate Maven Plugin 2.1.1 API)</title>
 <meta name="date" content="2026-04-29">
index ecb24e5bfaab696c1ca535976a90960b079c8b91..1c8c468226c66db1ed72bb046188002ab8fc6f3f 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:38 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:02 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>UpdateMojo (Hibernate Maven Plugin 2.1.1 API)</title>
 <meta name="date" content="2026-04-29">
index 1edbf75cb9710fff0b0b68b96dabcddf066be6a2..eaab8bc7dd3152402e6acaa95439a5fccaca8ebe 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:38 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:02 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.1.1 API)</title>
 <meta name="date" content="2026-04-29">
index 726e684db24711f8ebfd24c4c9f4889785100ff2..015db74abae57854e1bdb69378a4ae2c1b0b6526 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:38 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:02 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.1.1 API)</title>
 <meta name="date" content="2026-04-29">
index 9cf7425c0a569386c63278884f1a3455e1850b04..580f2ef90b7e93d4445a260fc30099350e4c3a01 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:38 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:02 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.1.1 API)</title>
 <meta name="date" content="2026-04-29">
index ab460a0db8955fa49f23e27dbf86d4cdfeada8dc..c52f86f42e58f97000be97727d1c28fd9c08d6eb 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:38 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:02 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.1.1 API)</title>
 <meta name="date" content="2026-04-29">
index d92a63526b706edfd47e50e9035e397bff2172a9..37abb331148b407f44d54790e16290c25842a607 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:38 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:02 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.1.1 API)</title>
 <meta name="date" content="2026-04-29">
index 09f1c52366d85218c3a69d73ec937135c44d9352..12c5055a7e5aa6ca24a8c4c9c331f8cd01794023 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:38 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:02 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.1.1 API)</title>
 <meta name="date" content="2026-04-29">
index efae21e4f6e1f45e44be20e69eca857ef6ddffad..a4a6d7d06dfc7dd6c7962523f049c8837cc80015 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:38 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:02 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class de.juplo.plugins.hibernate.UpdateMojo (Hibernate Maven Plugin 2.1.1 API)</title>
 <meta name="date" content="2026-04-29">
index f2d12549947639fbcbf8a8e1d70ba6a959dab951..6ede5aa16b21371af11bd28359166ab8c30dd368 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:38 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:02 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.1.1 API)</title>
 <meta name="date" content="2026-04-29">
index 58fdf99c75c826988cc6e2e323ee54357d61eae7..03908d68462a332749623dba0da489a7229a942b 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:38 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:02 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.1.1 API)</title>
 <meta name="date" content="2026-04-29">
index 0b2cd363934b4b8b1459ee00fb3548a20562c60d..eb996ce8241901ffa0c695e6433f89ef02f98c86 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:38 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:02 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>de.juplo.plugins.hibernate Class Hierarchy (Hibernate Maven Plugin 2.1.1 API)</title>
 <meta name="date" content="2026-04-29">
index 9c4672d116ab895d14bb0c1a7c02f03e070298ec..41d4e7789cbb9d28ae1a80ff402bd61a2d0468d2 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:38 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:02 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.1.1 API)</title>
 <meta name="date" content="2026-04-29">
index f34944aaef9b9c7a448af479d42a8c7b576317b8..13f73cdb463b65a5251d0a58fb47be0a56cdd964 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:38 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:02 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Deprecated List (Hibernate Maven Plugin 2.1.1 API)</title>
 <meta name="date" content="2026-04-29">
index 202a6c788b645740d8310c023ed126e1463a4869..86d1cc27590df79f5d76390c02c300f84fbd8257 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:38 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:02 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API Help (Hibernate Maven Plugin 2.1.1 API)</title>
 <meta name="date" content="2026-04-29">
index f88292ffaea83f9c232b6f85be3d805aa4d75bcf..f80985648617348ff07aa624c4cdc787d1b5a089 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:38 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:02 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index (Hibernate Maven Plugin 2.1.1 API)</title>
 <meta name="date" content="2026-04-29">
index fbb1136dddc3ac4350d0f05dd25c1841398ff1ee..4d9fee124fdd9e59e744906ef6ce245f14760898 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:38 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:02 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Hibernate Maven Plugin 2.1.1 API</title>
 <script type="text/javascript">
index cf19b122f962539d8358fd37c2ccbe16e1e2eb97..4496b28b1ec2f9b0ebaf514274a618405be58a4d 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:38 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:02 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Class Hierarchy (Hibernate Maven Plugin 2.1.1 API)</title>
 <meta name="date" content="2026-04-29">
index a4d7240055e1e989f91efd80b2478ec3990b378d..5731c1745de65fff4c22ab29dd3624c1596e7773 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:36 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:00 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Hibernate Maven Plugin 2.1.1 Test API)</title>
 <meta name="date" content="2026-04-29">
index 61e7b33ab7386857cacd7de2521a211cc850c04e..d290806e49e395e19547d19229562644dfae169e 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:36 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:00 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Hibernate Maven Plugin 2.1.1 Test API)</title>
 <meta name="date" content="2026-04-29">
index da88aa262fcb4e3728e430d93f9a25fb4b76f5f0..ab04410549f819c9afb219014d53febbbb2aec65 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:36 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:00 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constant Field Values (Hibernate Maven Plugin 2.1.1 Test API)</title>
 <meta name="date" content="2026-04-29">
index 0e3a3265909a5ff98f6f0e78caef47d2982a5ccd..0eefb2f177256d580950e2f8611ea55ea53c9791 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:36 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:00 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>FileComparator (Hibernate Maven Plugin 2.1.1 Test API)</title>
 <meta name="date" content="2026-04-29">
index 4545f232b4e16b7509cfd6c6c1ada9af6a7f12a4..906b75ca3d3e65806824c6424de9d44e140823b3 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:36 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:00 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.1.1 Test API)</title>
 <meta name="date" content="2026-04-29">
index 09ce950350f4051d58225051e1735fafa082e5ce..616d5178a4d59dcddadc09cfd32805bb08c37df5 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:36 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:00 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>de.juplo.test (Hibernate Maven Plugin 2.1.1 Test API)</title>
 <meta name="date" content="2026-04-29">
index 2b4f938195afbc2275d6b110db9964e57d1b76e0..5e7a8124a52a49ad0d4d5dab570e736a338a51d8 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:36 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:00 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>de.juplo.test (Hibernate Maven Plugin 2.1.1 Test API)</title>
 <meta name="date" content="2026-04-29">
index 48c39cbbf93bb59087687832a1b90e1a237673be..65607c811c106b1c9a6079dae7ba3a682ae137d6 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:36 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:00 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>de.juplo.test Class Hierarchy (Hibernate Maven Plugin 2.1.1 Test API)</title>
 <meta name="date" content="2026-04-29">
index d37897da4d03c9cfac50725582cc9377d1c773bf..82d59f9d5e93258bcb42d1428f1f9088dfe3c1d5 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:36 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:00 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package de.juplo.test (Hibernate Maven Plugin 2.1.1 Test API)</title>
 <meta name="date" content="2026-04-29">
index 5be28ae48134a0e9121f45fc14196a1b77d46e20..4d31e76959f1943dc50abaa6b058c72eccf5c079 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:36 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:00 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Deprecated List (Hibernate Maven Plugin 2.1.1 Test API)</title>
 <meta name="date" content="2026-04-29">
index 86a438b760e253224751fadd9766c8a23db9f887..1bc929ff4cebbf8ee456b35099be3f59dab22a9b 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:36 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:00 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API Help (Hibernate Maven Plugin 2.1.1 Test API)</title>
 <meta name="date" content="2026-04-29">
index f895ac852aa67ad9e0cb5823d8da02e05fda5d6c..bd30ce4ee10da28afe26c6743e1d4cbfad55dbb9 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:36 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:00 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index (Hibernate Maven Plugin 2.1.1 Test API)</title>
 <meta name="date" content="2026-04-29">
index c3e3d0d4734012fcb866a027f8f1c42e39d44098..40c879ad3f86be15a0577abc3dca593ce7a2f827 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:36 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:00 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Hibernate Maven Plugin 2.1.1 Test API</title>
 <script type="text/javascript">
index 61d5775fd923185f544002cfc227f7101e874ddf..c063e1881c2301cfb4044e88c3e8364204bd9302 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 10:48:36 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 13:49:00 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Class Hierarchy (Hibernate Maven Plugin 2.1.1 Test API)</title>
 <meta name="date" content="2026-04-29">