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

index 5f25173a662560604bc5b246b8ee311b2712c81e..a54fc935296c2805bd2cb6f9edc4379df01a4602 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 21c4651853cb1d855b2ab4aa968faaba81c33d6c..741e1541213c5c03f0aeb875bc23ce31ae401da8 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 a8bcdd8187ae310780ad834464ff352aa869a7c0..f192ac3da69fbbfb62c73f03ff51ba4cfe5d85ab 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 d52b666fd278fa455b7907b44053813705a4b15d..7d39a89bfd95e374a6758a26186588e6ff2922dd 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 712dc0a7d34f898cb4a7df9fb7b8118892ff2698..2023a844ef18a35ffc6967260630062449dcd133 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 421c89e24ca8676fd3ef939b97665860bdbd0524..b9c234a0d18dfe4e07cfb164e8ce645b07bbf466 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:15 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:23 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Hibernate Maven Plugin 2.1.0 API)</title>
 <meta name="date" content="2026-04-29">
index 808a7c96b3f37dbdd643908eaee1e66e8379b1cd..1144865a5283d1c8ce148f63f792e11a8d78f672 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:15 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:23 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Hibernate Maven Plugin 2.1.0 API)</title>
 <meta name="date" content="2026-04-29">
index 0f2e0bfe4e93516b492d241cfdf3dfa8d574728b..ae47b65d700c8d950b69c8084abe335dc7727bd3 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:15 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:23 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constant Field Values (Hibernate Maven Plugin 2.1.0 API)</title>
 <meta name="date" content="2026-04-29">
index 8a282ad2c2f412a1a3fa48fbea72c15a0438a6c7..460e437fb20d39adc37523431ee8d24a25bde37a 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:15 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:23 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>AbstractSchemaMojo (Hibernate Maven Plugin 2.1.0 API)</title>
 <meta name="date" content="2026-04-29">
index a0dbe5fd3ac41bb983e5a27a12e3a68927e4b8cb..97c70704f4d83a3795cf448565dcef25e97658e6 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:15 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:23 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>CreateMojo (Hibernate Maven Plugin 2.1.0 API)</title>
 <meta name="date" content="2026-04-29">
index e702cc1284dad8a6077b831f66458b1089e0c8f9..a8903e06c128f0d41ddfc197bf2f7ddb2b85e3c8 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:15 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:23 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>DropMojo (Hibernate Maven Plugin 2.1.0 API)</title>
 <meta name="date" content="2026-04-29">
index 3a5ceed6dc5cbd2ff276b024486dea5ad20c44ef..2c044926d4a11ecf3f63b437c78c60c9155b6751 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:15 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:23 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>HelpMojo (Hibernate Maven Plugin 2.1.0 API)</title>
 <meta name="date" content="2026-04-29">
index 73cd449eeffd90046bc30d8d77a765fcad9c8977..ca0024cbf6a6cbf8abb6a6441bb0958f1b3d0d88 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:15 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:23 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ModificationTracker (Hibernate Maven Plugin 2.1.0 API)</title>
 <meta name="date" content="2026-04-29">
index fc5f06cef8ce2f8a4b25f137b1b777833376e3f9..ecaeadfe163351041b3bcf639d8bef546050e40e 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:15 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:23 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>MutableClassLoader (Hibernate Maven Plugin 2.1.0 API)</title>
 <meta name="date" content="2026-04-29">
index 883f933c72a49b795488db1633dceb6fc1094b62..7e7f47d88eca0ecaae6977f45606f4e57f1dd59c 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:15 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:23 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>UpdateMojo (Hibernate Maven Plugin 2.1.0 API)</title>
 <meta name="date" content="2026-04-29">
index d707c485aafc02410c7328cb4b0cf9b1ad7d9a88..2934003ee6552f61728673649b86d99a54164db4 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:15 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:23 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.0 API)</title>
 <meta name="date" content="2026-04-29">
index c68fbbf621f9d61eb4586358f66282f3942ce7ff..6522bd7be72aaf2460d4ed62edfe2b26a4dcd303 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:15 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:23 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.0 API)</title>
 <meta name="date" content="2026-04-29">
index ede16bd8228776eb41e6ae3fd5437717e76c01b9..d19a7e275a695e40f1bdd531d0a4567a1d0340cd 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:15 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:23 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.0 API)</title>
 <meta name="date" content="2026-04-29">
index c30da22ad46734990cec1bbe50ea4389b03dcce2..4281af6397424f9b8b9bcc6f96356fe71e6f417d 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:15 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:23 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.0 API)</title>
 <meta name="date" content="2026-04-29">
index 8a65ba296382622af3337ff5998399926be2bd45..d879946a5a4a5f985ba5cddecac0be10eee0bdc8 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:15 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:23 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.0 API)</title>
 <meta name="date" content="2026-04-29">
index 7444a135091a7d94ef73631bab90fd82b8909dc3..333058e04c019f818f0e96bc01ce4d915293a264 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:15 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:23 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.0 API)</title>
 <meta name="date" content="2026-04-29">
index 0a1692b571ee797ecb58619978d28beb0f3091e2..67d3f9d6340f25492dd18eb9a41930df0d4ff504 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:15 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:23 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.0 API)</title>
 <meta name="date" content="2026-04-29">
index 1893e812678d1111eb5f05303062210713ad55f5..113fafa779289400facb89593ae9babb96a4af56 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:15 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:23 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.1.0 API)</title>
 <meta name="date" content="2026-04-29">
index f9f5e3cd15b36b07898b1f6f1e4fda80faaff1f9..97feaf2e9aa0a9dd7afa487e7a0694322753fd26 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:15 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:23 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.1.0 API)</title>
 <meta name="date" content="2026-04-29">
index a794c36adad70516b390047b51be3a017ff9458f..3b36362128f719afa46d427ed7ace92ea0743073 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:15 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:23 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.0 API)</title>
 <meta name="date" content="2026-04-29">
index 7256e6de4aa5f1eb39e9cd63cdcb78bb244a5fb2..657443cfa65ba12be777ef8694305e03d0de91b1 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:15 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:23 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.0 API)</title>
 <meta name="date" content="2026-04-29">
index 9eac0deb1c9cde340d4bb36328155b834f65242b..324f3c374299518d7ccddb570c4f86dfd98b2e0b 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:15 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:23 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Deprecated List (Hibernate Maven Plugin 2.1.0 API)</title>
 <meta name="date" content="2026-04-29">
index 251544d10b9ef66921bf16a2775cd1d24218c78b..ac1a02e6b2ee8c429a0c1fb3d634190d110d56bc 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:15 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:23 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API Help (Hibernate Maven Plugin 2.1.0 API)</title>
 <meta name="date" content="2026-04-29">
index 501ac8044a837be44168a4b14515d443395b9c61..b3a4aaceaf3e0eb90120952fefc124300da826d2 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:15 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:23 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index (Hibernate Maven Plugin 2.1.0 API)</title>
 <meta name="date" content="2026-04-29">
index 763818e8e85cd95b0c58a7d56d046f460709e14b..4ee7d9fdb48b27ad4ed8e64efb5cd757294778c5 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:15 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:23 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Hibernate Maven Plugin 2.1.0 API</title>
 <script type="text/javascript">
index 064c2e4fa1d45df7557f98bf51c36e554cd4ea58..893361df3d5e18714aaf5fd46d3aa9dcc81d7796 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:15 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:23 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Class Hierarchy (Hibernate Maven Plugin 2.1.0 API)</title>
 <meta name="date" content="2026-04-29">
index 4e74f184665dc76722bba2aa8dd09e04e4e2b5b6..e48a778c92bbf1274ca77e615de7deb3b6c8283b 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:13 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:21 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Hibernate Maven Plugin 2.1.0 Test API)</title>
 <meta name="date" content="2026-04-29">
index aa19d4d79a6bd2356157b43b47f9dc7cfc5fd593..c42072bde4939894616fe5a841c5947b4a365926 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:13 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:21 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Hibernate Maven Plugin 2.1.0 Test API)</title>
 <meta name="date" content="2026-04-29">
index 6124f5b734500780270dcff3f7c2ccd8a9f14bd1..a88c0f01d1e6b695647f36e6829bcefce28a1e9b 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:13 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:21 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constant Field Values (Hibernate Maven Plugin 2.1.0 Test API)</title>
 <meta name="date" content="2026-04-29">
index 0f073c7a67ce65213b0fb3e565c042ea19b55aef..ffed3ee98171c2f12ef08c876c38dd7a741c1fa6 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:13 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:21 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>FileComparator (Hibernate Maven Plugin 2.1.0 Test API)</title>
 <meta name="date" content="2026-04-29">
index ddde66430a835ce1039d631b0f93bbeb6d0b1aa3..b4987cefb34c7d277689e05d4902c71b2f685d74 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:13 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:21 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.0 Test API)</title>
 <meta name="date" content="2026-04-29">
index 44134f07aa0bfcacb11d2c8dde2dfad9c4815fcb..dbe9e9caa85f7e53ac5c2d309862701ba513eaef 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:13 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:21 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>de.juplo.test (Hibernate Maven Plugin 2.1.0 Test API)</title>
 <meta name="date" content="2026-04-29">
index 18171631d9156c9229964626b3b73c0040dbcc0b..35ec4a5708727b025ff6608bc9b62508fa93499f 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:13 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:21 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>de.juplo.test (Hibernate Maven Plugin 2.1.0 Test API)</title>
 <meta name="date" content="2026-04-29">
index 3d948b6f5d07ea76378fe79fc84ae84d1598297d..523000b575000ef71f731e6a80ccb18e01d357cb 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:13 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:21 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>de.juplo.test Class Hierarchy (Hibernate Maven Plugin 2.1.0 Test API)</title>
 <meta name="date" content="2026-04-29">
index be23cfa2cb5b8a5f9732baebf15ed7aa9021a5d7..60ec1d62d14a17fb1802064885678861cb6f1700 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:13 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:21 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.0 Test API)</title>
 <meta name="date" content="2026-04-29">
index 64f2186314ad4eed6cda40a5f2fe21677d28117b..8afe5075db80688374a783a9a6edc8536ecee2e8 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:13 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:21 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Deprecated List (Hibernate Maven Plugin 2.1.0 Test API)</title>
 <meta name="date" content="2026-04-29">
index a74099bf54a19d57fdb84b1c9cd8a4c72458dc9d..703401e97541cbb7d0f9ea02512ac4fb06ee6a26 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:13 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:21 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API Help (Hibernate Maven Plugin 2.1.0 Test API)</title>
 <meta name="date" content="2026-04-29">
index 555a075e636f148b2d230bcb50211721017910e3..f2ded41a121c6159024fd30dd72053f3a4937938 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:13 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:21 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index (Hibernate Maven Plugin 2.1.0 Test API)</title>
 <meta name="date" content="2026-04-29">
index 6d8e3c4a6d0df0e48a894b85f2165e1339efa6f5..e42e226d53544d828c4d8e1dca4e745e5877bb47 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:13 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:21 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Hibernate Maven Plugin 2.1.0 Test API</title>
 <script type="text/javascript">
index 62fbeb1ca59cb6a07308d7a9eca68a67e5d2896d..5589318166d07db43bfeb268fab210d4f4faee26 100644 (file)
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 12:52:13 UTC 2026 -->
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 29 17:08:21 UTC 2026 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Class Hierarchy (Hibernate Maven Plugin 2.1.0 Test API)</title>
 <meta name="date" content="2026-04-29">