Projekt-Dokumentation (Aktueller Stand von juplo.de) hinzugefĆ¼gt
[website] / dist / hibernate4-maven-plugin-1.0.3 / index.html
1 <!DOCTYPE html>
2 <!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2013-12-16 -->
3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     <!-- Current: index.html -->
4 <!-- Active: index.html -->
5 <!-- Path: [index.html] -->
6 <!-- Skiplist: [index.html, configuration.html, export-mojo.html, debugging.html, skip.html, force.html, pitfalls.html] -->
7 <html>
8   <head>
9     <title>juplo - Hibernate 4 Maven Plugin - A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annotations.</title>
10     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
11     <link rel="canonical" href="http://juplo.de/hibernate4-maven-plugin/index.html"/>
12     <link rel="stylesheet" type="text/css" href="/css/base.css" />
13     <style type="text/css">
14       @import '/css/screen.css' screen and (min-width: 960px);
15       @import '/css/phone.css' screen and (max-width: 599px);
16       @import '/css/tiny.css' screen and (max-width: 399px);
17     </style>
18     <script src="/js/base.js"></script>
19     <!--[if IE 8]>
20       <script src="/js/ie8.js"></script>
21     <![endif]-->
22     <!--[if IE 7]>
23       <script src="/js/ie7.js"></script>
24     <![endif]-->
25     <!--[if lt IE 7]>
26       <script src="/js/ie6.js"></script>
27     <![endif]-->
28     <meta name="author" content="Kai Moritz" />
29     <meta name="Date-Revision-yyyymmdd" content="20131216" />
30     <meta http-equiv="Content-Language" content="en" />
31         
32   </head>
33   <body onload="prettyPrint()">
34     <div id="page">
35       <header id="header">
36         <a href="/" title="Home" id="logo">juplo</a>
37         <span id="slogan"><strong>Java</strong> bits from nerds for nerds</span>
38         <hr class="h" />
39       </header>
40       <div id="breadcrumb">
41         <strong class="b title">You are here:</strong>
42         <ol class="b">
43           <li class="b"><a class="b" href="/">Home</a></li>
44           <li class="b"><a class="b" href="/projects.html">Projects</a></li>
45                       <li class="b"><strong class="b">Hibernate 4 Maven Plugin</strong></li>
46                   </ol>
47         <a class="hide" href="#navigation">Jump to navigation</a>
48         <div class="b"></div>
49       </div>
50       <div class="fc cols_2">
51         <div class="content cf">
52           <section id="content" class="main">
53             <h1>Hibernate 4 Maven Plugin - A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annotations.</h1>
54             <p><b>hibernate4-maven-plugin</b> is a plugin for generating a database-schema from your Hibernate-4-Mappings and create or update your database accordingly. Its main usage is to automatically create and populate a test-database for unit-tests in cooperation with the <a class="externalLink" href="http://mojo.codehaus.org/dbunit-maven-plugin/"> dbunit-maven-plugin</a>.</p>
55 <p>The plugin was designed with three main goals in mind:</p>
56 <ul>
57 <li>It should be easy to use.</li>
58 <li>It should be maximal unlikely, to erase a producation-database by accident.</li>
59 <li>It should not slow down the development cycle.</li></ul>
60 <p>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 <a href="./debugging.html"> debugging output</a> with the <tt>mvn -X ...</tt>. </p>
61 <p>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.</p>
62 <p>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).</p>
63 <p>For more information about the inspiration to write this tiny plugin, <a href="/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/"> read our blog-article about the hibernate4-maven-plugin</a>.</p>
64 <div class="section">
65 <h2>Documentation<a name="Documentation"></a></h2>
66 <ul>
67 <li>See <a href="./configuration.html"> Configuration Examples</a> for Usage-Explanations and simple examples of how to use this plugin.</li>
68 <li>See <a href="./export-mojo.html">hibernate4:export</a> and <a href="./plugin-info.html"> Plugin Documentation</a> for the full autogenerated documentation. These are mostly configuration-options of the Hibernate-Tools <tt>SchemaExport</tt> and <tt>SchemaUpdate</tt>, that do the work in the background.</li></ul></div>
69 <div class="section">
70 <h2>Releases<a name="Releases"></a></h2>
71 <ul>
72 <li><a class="externalLink" href="http://juplo.de/hibernate4-maven-plugin"> current version</a></li>
73 <li>1.0.3 (this version)</li>
74 <li><a class="externalLink" href="http://juplo.de/hibernate4-maven-plugin-1.0.2"> 1.0.2</a></li>
75 <li><a class="externalLink" href="http://juplo.de/hibernate4-maven-plugin-1.0.1"> 1.0.1</a></li>
76 <li><a class="externalLink" href="http://juplo.de/hibernate4-maven-plugin-1.0"> 1.0</a></li></ul></div>
77           </section>
78           <div class="marginal">
79             <nav id="nav">
80               <hr />
81               <a id="navigation"></a>
82               <h2 class="nav menu">Section-Menu</h2>
83               <ul id="menu">
84                 <li class="m blog"><a href="/blog/" class="m">Blog</a></li>
85                 <li class="m projects"><a href="/projects.html" class="m selected">Projects</a></li>
86               </ul>
87               <h2 class="nav submenu">
88                 <span class="s">Submenu for section</span>
89                 <a class="s selected" href="/projects.html">Projects</a>
90               </h2>
91               <ul id="submenu" class="s">
92                                                                       <li class="s sub">
93                                               <strong class="s">Hibernate 4 Maven Plugin</strong>
94                                             <ul class="s active">
95                                                                                                                                                                                                                                                           <li class="s">
96                     <a href="configuration.html" class="s" title="Configuration Examples">Configuration Examples</a>
97                 </li>
98                                                                                                       <li class="s">
99                     <a href="export-mojo.html" class="s" title="Parameter Documentation">Parameter Documentation</a>
100                 </li>
101                                                                                                       <li class="s">
102                     <a href="debugging.html" class="s" title="Enable Debug-Output">Enable Debug-Output</a>
103                 </li>
104                                                                                                       <li class="s">
105                     <a href="skip.html" class="s" title="Skipping Execution">Skipping Execution</a>
106                 </li>
107                                                                                                       <li class="s">
108                     <a href="force.html" class="s" title="Force Exceution">Force Exceution</a>
109                 </li>
110                                                                                                       <li class="s">
111                     <a href="pitfalls.html" class="s" title="Known Pitfalls (FAQ)">Known Pitfalls (FAQ)</a>
112                 </li>
113                                                                                                                                                                                                                                                                                                                                                   <li class="s sub">
114                     <a href="project-info.html" class="s" title="Project Information">Project Information</a>
115                 </li>
116                                                                                                                                                                                       <li class="s sub">
117                     <a href="project-reports.html" class="s" title="Project Reports">Project Reports</a>
118                 </li>
119                                                                                                       </ul>
120                     </li>
121                                                 </ul>
122               <hr />
123             </nav>
124             <p>
125               <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
126                 <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
127               </a>
128             </p>
129           </div>
130         </div>
131       </div>
132       <footer id="footer">
133         <hr />
134         <ul id="footerlinks">
135           <li class="f" id="copyright">&#xa9; <strong>mo</strong>             2013
136       </li>
137         </ul>
138       </footer>
139     </div>
140         <script type="text/javascript"><!--//--><![CDATA[//><!--
141       var _gaq = _gaq || [];
142       _gaq.push(['_setAccount', 'UA-571104-3']);
143       _gaq.push(['_trackPageview']);
144       (function() {
145         var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
146         ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
147         var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
148       })();
149     //--><!]]>
150       </body>
151 </html>