X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=dist%2Fhibernate4-maven-plugin-1.0.1%2Findex.html;fp=dist%2Fhibernate4-maven-plugin-1.0.1%2Findex.html;h=171a8a048fc26e83d59ef0f12f54910bb13eac25;hp=0000000000000000000000000000000000000000;hb=a53595184bd6e57bdc45292cc92c393c4e2dfe6e;hpb=c48c9ee0e9faa89a4c0a5323b367b9f5a6abe602 diff --git a/dist/hibernate4-maven-plugin-1.0.1/index.html b/dist/hibernate4-maven-plugin-1.0.1/index.html new file mode 100644 index 00000000..171a8a04 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/index.html @@ -0,0 +1,149 @@ + + + + + + Hibernate 4 Maven Plugin - + + + + + + + + + + + +
+ +
+
+
+

A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annotations.

hibernate4-maven-plugin is a plugin for generating a database-schema from your Hibernate-4-Mappings and create or update your database accordingly.

The plugin was designed with three main goals in mind:

  • It should be easy to use.
  • It should be maximal unlikely, to erase a producation-database by accident.
  • It should not slow down the development cycle.

To achieve the first goal, the convention-over-configuration paradigma was applied and the plugin was stuffed with usefull logging-messages. So, if in doubt, just turn on the debugging output with the mvn -X ....

To achieve the second goal, the precedence in which the configuration locations are consulted was layouted in a way that makes it possible, to prevent overwrites of the wrong database by accident.

Last but not least, in order to not slow down the development cycle, the hibernate4-maven-plugin only executes the schema-export, if the mapping or the dialect changes (or if you force it to do so).

For more information about the inspiration to write this tiny plugin, read our blog-article about the hibernate4-maven-plugin.

Documentation

  • See Configuration Examples for Usage-Explanations and simple examples of how to use this plugin.
  • See hibernate4:export and Plugin Documentation for the full autogenerated documentation. These are mostly configuration-options of the Hibernate-Tools SchemaExport and SchemaUpdate, that do the work in the background.

Releases

+
+
+
+
+
+ + +