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

index 9883da906aab0f2a99a9200f3d0123db88dd90f4..c568fdfbb08990506ade65bc923b0df0564d110e 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 5e866c4379d265c2ebf691f4b24ccde691ad8594..f30c93df8713b91ca4b3c5e65e2ecb8e13a4e063 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 47acfe976f9091173b3f3f490b1fd80000569b07..de4246b9a4f9f1c25fe99fbd42209f618dc393e1 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 d28cb5c7382cd1c0f933ecdd347a26dd50eb0385..7d76812903fb503190f0ab2e15ae00acf1724768 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 4dc0795f6ea835e1bc0780159f502821ddb77f31..7f8bd35d73119f84c1f44d5c4cc46056d9241fb9 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 9d7b11967263973fbb72f6de43fc7c2809d31060..45ade1c277df38aba94f3e0dfd47f15ec34c8f68 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:54 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:15 CEST 2026 -->
 <title>Alle Klassen und Schnittstellen (Hibernate Maven Plugin 2.1.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index 6ae4440014e7a2e1ce1a825daf17867bef9ac2c2..5a5aeac78a0727d933978a7aea9b4db8c7a4141b 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:54 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:15 CEST 2026 -->
 <title>Alle Packages (Hibernate Maven Plugin 2.1.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index d1d0c008898413a1902dec1bb51296e89a37200b..b61cc9f6a8d6e0fdd51ec3dc01bf4e9d1b87c017 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:54 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:15 CEST 2026 -->
 <title>Konstantenfeldwerte (Hibernate Maven Plugin 2.1.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index e69df1bd6602d3e31c0680387225e6e642423549..7106acb0e0dc2a0d12fca2a42c3774c148be9325 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:54 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:15 CEST 2026 -->
 <title>AbstractSchemaMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index 1410abc7966edf6830242496e5de3fdd01232e0c..7e4ef1247089878be6be0de6ff6fe6b41ff4d121 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:54 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:15 CEST 2026 -->
 <title>CreateMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index a3edbe11cf6e025bbf294b11a078dd5db413ed47..2c2f8cf936e63ee4040260bf2c6243599373b14d 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:54 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:15 CEST 2026 -->
 <title>DropMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index 7cf821d5efe857135166220d40b02ac40ca13979..debef8335cdec5ccb05218de350d0ccefd3883ae 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:54 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:15 CEST 2026 -->
 <title>HelpMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index 08dbdfc7ba146a0d2de4cc47700ee8084266590c..de489d317c2252ff93bad70cc6a8899d699cca25 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:54 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:15 CEST 2026 -->
 <title>ModificationTracker (Hibernate Maven Plugin 2.1.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index 29720c4389b329dc19510d12a04a1974a1e0bc55..2d9909087ef023ec90aef480170706e5c9b58dbd 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:54 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:15 CEST 2026 -->
 <title>MutableClassLoader (Hibernate Maven Plugin 2.1.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index 701f896cb48e28a1bbab38572c2d1a6af69b70b5..64d1902fe7490038494ce90cfa0cf8ba271a66b6 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:54 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:15 CEST 2026 -->
 <title>UpdateMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index edd8432a3d4692af6cb77da39250e1d1cd969de5..cb00c8dbacbe2cd7d0757f3d5b281c8b96cf7a09 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:54 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:15 CEST 2026 -->
 <title>Verwendungsweise von Klasse de.juplo.plugins.hibernate.AbstractSchemaMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index 734dee016c8ded1f4644c480bd2ba6cc17b1b628..93bcf5db3d5168db4c9cf2876462dda4e4cfd051 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:54 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:15 CEST 2026 -->
 <title>Verwendungsweise von Klasse de.juplo.plugins.hibernate.CreateMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index 248dabb117f9ffbea07fc969019bc6e7c096f5da..8c1f64467072deeee5881660a63affbb8dc155ed 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:54 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:15 CEST 2026 -->
 <title>Verwendungsweise von Klasse de.juplo.plugins.hibernate.DropMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index 9dc5320e1ba0c5c91a78eaacb7506ab89d21dec2..c5b1aa105bf4c7cca65f7e04cb30fbf1217f85ae 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:54 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:15 CEST 2026 -->
 <title>Verwendungsweise von Klasse de.juplo.plugins.hibernate.HelpMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index ca9e1e5dd252f0aa8909dcb96314c4f10e41d5e3..d899d532b6a37a73b795dd9797b468eea84870ea 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:54 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:15 CEST 2026 -->
 <title>Verwendungsweise von Klasse de.juplo.plugins.hibernate.ModificationTracker (Hibernate Maven Plugin 2.1.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index 3442687711de6db4534af8facbe9996b5c01907f..5dfc191c39b437e8d086d17b88e53269c66648c3 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:54 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:15 CEST 2026 -->
 <title>Verwendungsweise von Klasse de.juplo.plugins.hibernate.MutableClassLoader (Hibernate Maven Plugin 2.1.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index 7ae362ba2a56de542a248ca97296ef5897bd5725..8c6946945378e004a2d3cbc78a663bbd2887d74d 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:54 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:15 CEST 2026 -->
 <title>Verwendungsweise von Klasse de.juplo.plugins.hibernate.UpdateMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index 1951c829c98f2cc9e9d11875f23a57c9f460e706..291db7217d3e310e3522cb0e13ae9b8977a955b8 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:54 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:15 CEST 2026 -->
 <title>de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.1.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index ca69a70a9b04e4f4a4f86c9359e572a789a7a052..b474680d820775084a4721a4e3e412febb7c1302 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:54 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:15 CEST 2026 -->
 <title>de.juplo.plugins.hibernate Klassenhierarchie (Hibernate Maven Plugin 2.1.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index 00245db611a9b39e923b0d6153a9995e4e3a0604..f760f4f18fa66353387f6d87e4475e640320ccf6 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:54 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:15 CEST 2026 -->
 <title>Verwendungsweise von Package de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.1.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index f065068afeec3eedf2d798fce203f4bdb86825de..72b075b3a21ddf715a4bdf9401001a572fd3d034 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:54 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:15 CEST 2026 -->
 <title>API-Hilfe (Hibernate Maven Plugin 2.1.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index a61d184c606ff6f2f20792ecf18d0cab4b7fc36b..954edf0ece784ccba67e292dad1e1313e8e6c262 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:54 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:15 CEST 2026 -->
 <title>Index (Hibernate Maven Plugin 2.1.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index 164273dd0991bdac78d09e4e179d0823ceaf5c5c..b01b63df46b0caf870fbfc6b3b9ce734377ead3c 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:54 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:15 CEST 2026 -->
 <title>Hibernate Maven Plugin 2.1.2-SNAPSHOT API</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index 3572014b7ed184f594a8dbf3fb7e453b11e04ffb..880e8d26dc2074bc51d4ae07ee8380ddfb245adf 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:54 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:15 CEST 2026 -->
 <title>Klassenhierarchie (Hibernate Maven Plugin 2.1.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index 49dff38780690efd08efeae72f25d96c00ad444b..28174995c4ee4ad0365044b5e392f5cda5d2460a 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:54 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:15 CEST 2026 -->
 <title>Suchen (Hibernate Maven Plugin 2.1.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index 7850a4eb1c8878f9c7ac7ea44b911c400050454e..17ae27c7ec263e69c622efb20010650ebbc8e346 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:51 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:11 CEST 2026 -->
 <title>Alle Klassen und Schnittstellen (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index 44813a82992f3a3a9cdc16b06495473bfa6ac90a..1c6d9bbceb6c1a952a81491ae4cff7a65c255824 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:51 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:11 CEST 2026 -->
 <title>Alle Packages (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index b0d025272aeda5165b7ebbbabb45fb52994afc82..a750a7bb25d69e3852a1fcf3864edb92ef7ec333 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:51 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:11 CEST 2026 -->
 <title>FileComparator (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index 4f0d39c0d2400f3e715b8689a7d32d630c6407bc..bf558a62be055f5e48adcfce824076d60677015a 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:51 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:11 CEST 2026 -->
 <title>Verwendungsweise von Klasse de.juplo.test.FileComparator (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index 8b548f54ca260ffb24e70be987adc0c9debcc527..4dc172ede29c891b206938456e8e738fa6de4f56 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:51 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:11 CEST 2026 -->
 <title>de.juplo.test (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index 1c46979d0af6f0f1b226bdb057a95bc25bc00a46..d2b35dc76d0643bf50b07d908460f4ca82f4a7df 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:51 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:11 CEST 2026 -->
 <title>de.juplo.test Klassenhierarchie (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index 3c7792936c1e48e7add25e6c47f649213aa57cbd..3408cbcae05eeaeedfc59c5d503dc2a1d5df4e10 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:51 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:11 CEST 2026 -->
 <title>Verwendungsweise von Package de.juplo.test (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index 2b45aaa9917c1e8c54e6ff9b4466740e87a91e79..27e3a8704c15d99a86266c4beb8f4698328fccc3 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:51 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:11 CEST 2026 -->
 <title>API-Hilfe (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index bf29c59ad54313d45142036fffa22c953de04483..ac5026920918bcd6573106559f96083b74cb17ea 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:51 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:11 CEST 2026 -->
 <title>Index (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index 65f3f081790a30b0166c19d0eff89d2383e34478..cb9b80a7fffdf7c290d5fdd900ef23ff1301c5bd 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:51 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:11 CEST 2026 -->
 <title>Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index 923813b8464258680f537e62c23664feb9ed6b6a..64b2d69e04cc2450eef02142ff418d01a610edfd 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:51 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:11 CEST 2026 -->
 <title>Klassenhierarchie (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
index ffe8830747b8f63062bbfa6338449669e5afa5b6..5cb38ab7ba33030705520acd8d32aad142596f8f 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html lang="de">
 <head>
-<!-- Generated by javadoc (21) on Wed Apr 29 13:34:51 CEST 2026 -->
+<!-- Generated by javadoc (21) on Wed Apr 29 15:40:11 CEST 2026 -->
 <title>Suchen (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">