Projekt-Dokumentation (Aktueller Stand von juplo.de) hinzugefĆ¼gt
[website] / dist / facebook-utils-2.5.0 / index.html
1 <!DOCTYPE html>
2 <!-- Generated by Apache Maven Doxia Site Renderer at Nov 10, 2015 -->
3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <!-- Current: index.html -->
4 <!-- Active: index.html -->
5 <!-- Path: [index.html] -->
6 <!-- Skiplist: [index.html, getting-started.html] -->
7 <html>
8   <head>
9     <title>juplo - </title>
10     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
11     <link rel="canonical" href="http://www.juplo.de/facebook-utils/index.html"/>
12     <meta name="viewport" content="width=device-width, initial-scale=1" />
13     <link rel="stylesheet" type="text/css" href="/css/base.css" />
14     <style type="text/css">
15       @import '/css/screen.css' screen;
16     </style>
17     <script src="/js/prettify.js"></script>
18     <!--[if lt IE 9]>
19       <script src="/js/html5shiv.js"></script>
20     <![endif]-->
21     <!--[if IE 8]>
22       <link rel="stylesheet" type="text/css" href="/css/ie8.css" />
23     <![endif]-->
24         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
25   </head>
26   <body class="menu" onload="prettyPrint()">
27     <div id="page" class="cf">
28       <header id="header">
29         <h1 id="logo"><a href="/" title="Home" class="l">juplo</a></h1>
30         <span id="slogan"><strong>Java</strong> bits from nerds for nerds</span>
31         <hr class="h" />
32       </header>
33       <div id="breadcrumb">
34         <strong class="b title">You are here:</strong>
35         <ol class="b">
36           <li class="b"><a class="b" href="/">Home</a></li>
37           <li class="b"><a class="b" href="/projects.html">Projects</a></li>
38                       <li class="b"><strong class="b">Juplo - Facebook Utils</strong></li>
39                   </ol>
40         <a class="hide" href="#navigation">Jump to navigation</a>
41         <hr class="b" />
42       </div>
43       <main class="content cf">
44         <article id="content" class="main">
45           <header><h1>$shortTitle</h1></header>
46           
47  
48  
49   <h1>Hibernate 4 Maven Plugin</h1>
50   <div class="section"><h2>A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annotations<a name="A_simple_Plugin_for_generating_a_Database-Schema_from_Hibernate_4_Mapping-Annotations"></a></h2>
51   <p>
52   The <b>hibernate-maven-plugin</b> is a plugin for generating a database-schema
53   from your Hibernate-4-Mappings and create or update your database
54   accordingly.
55   Its main usage is to automatically create and populate a test-database
56   for unit-tests in cooperation with the
57   <a class="externalLink" href="http://mojo.codehaus.org/dbunit-maven-plugin">dbunit-maven-plugin</a>.
58   </p>
59   <p>
60   The plugin was designed with three main goals in mind:
61   </p>
62   <ul>
63     <li>It should be easy to use.</li>
64     <li>It should be maximal unlikely, to erase a producation-database by accident.</li>
65     <li>It should not slow down the development cycle.</li>
66   </ul>
67   <p>
68   To achieve the first goal, the convention-over-configuration paradigma
69   was applied and the plugin was stuffed with usefull logging-messages.
70   So, if in doubt, just turn on the <a href="./debugging.html">debugging output</a> with the <tt>mvn -X ...</tt>. 
71   </p>
72   <p>
73   To achieve the second goal, the precedence in which the configuration
74   locations are consulted was layouted in a way that makes it possible, to
75   prevent overwrites of the wrong database by accident.
76   </p>
77   <p>
78   Last but not least, in order to not slow down the development cycle, the
79   hibernate-maven-plugin only executes the schema-export, if the mapping
80   or the dialect changes (or if you force it to do so).
81   </p>
82   <p>
83   For more information about the inspiration to write this tiny plugin,
84   <a href="/hibernate-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/">read our blog-article about the hibernate-maven-plugin</a>.
85   </p>
86   </div><div class="section"><h2>Documentation<a name="Documentation"></a></h2>
87   <ul>
88    <li>
89    See <a href="./configuration.html">Configuration Examples</a> for Usage-Explanations
90    and simple examples of how to use this plugin.
91    </li>
92    <li>
93    See <a href="./export-mojo.html">hibernate:export</a> and
94    <a href="./plugin-info.html">Plugin Documentation</a> for the full
95    autogenerated documentation. These are mostly configuration-options
96    of the Hibernate-Tools <tt>SchemaExport</tt> and <tt>SchemaUpdate</tt>, that do
97    the work in the background.
98    </li>
99   </ul>
100   </div><div class="section"><h2>Releases<a name="Releases"></a></h2>
101   <ul>
102     <li><a class="externalLink" href="http://juplo.de/hibernate-maven-plugin">current version</a></li>
103     <li>${project.version} (this version)</li>
104     <li><a class="externalLink" href="http://juplo.de/hibernate4-maven-plugin-1.0.5">1.0.5</a></li>
105     <li><a class="externalLink" href="http://juplo.de/hibernate4-maven-plugin-1.0.4">1.0.4</a></li>
106     <li><a class="externalLink" href="http://juplo.de/hibernate4-maven-plugin-1.0.3">1.0.3</a></li>
107     <li><a class="externalLink" href="http://juplo.de/hibernate4-maven-plugin-1.0.2">1.0.2</a></li>
108     <li><a class="externalLink" href="http://juplo.de/hibernate4-maven-plugin-1.0.1">1.0.1</a></li>
109     <li><a class="externalLink" href="http://juplo.de/hibernate4-maven-plugin-1.0">1.0</a></li>
110   </ul>
111  </div>
112
113         </article>
114         <div class="marginal">
115           <nav id="nav">
116             <hr class="n" />
117             <a id="navigation"></a>
118             <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
119             <h2 class="nav menu">Section-Menu</h2>
120             <ul id="menu">
121               <li class="m blog"><a href="/blog/" class="m">Blog</a></li>
122               <li class="m projects"><a href="/projects.html" class="m selected">Projects</a></li>
123               <li class="m about"><a href="/about.html" class="m">About</a></li>
124             </ul>
125             <h2 class="nav submenu">
126               <span class="s">Submenu for section</span>
127               <a class="s selected" href="/projects.html">Projects</a>
128             </h2>
129             <ul id="submenu" class="s">
130                                                               <li class="s sub off"><a class="s" href="/hibernate4-maven-plugin/">Hibernate 4 Maven Plugin</a></li>
131                                           </ul>
132             <hr class="n" />
133           </nav>
134           <aside class="m">
135             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
136               <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
137             </a>
138           </aside>
139         </div>
140       </main>
141       <footer id="footer">
142         <hr class="f" />
143         <ul id="footerlinks">
144           <li class="f" id="copyright">&#xa9; <strong>mo</strong>             2015
145       </li>
146           <li class="f"><a class="f" href="/impressum.html">Impressum</a></li>
147           <li class="f about"><a class="f" href="/about.html">About</a></li>
148         </ul>
149       </footer>
150     </div>
151         <script type="text/javascript"><!--//--><![CDATA[//><!--
152       var _gaq = _gaq || [];
153       _gaq.push(['_setAccount', 'UA-571104-3']);
154       _gaq.push(['_trackPageview']);
155       (function() {
156         var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
157         ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
158         var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
159       })();
160     //--><!]]>
161     </script>
162       </body>
163 </html>