3f55eddd01cda69fa0fd2c7fc81ecc3ff1eeea1e
[website] / dist / hibernate-maven-plugin-2.1.0 / apidocs / de / juplo / plugins / hibernate / class-use / AbstractSchemaMojo.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!-- NewPage -->
3 <html lang="de">
4 <head>
5 <!-- Generated by javadoc (1.8.0_131) on Fri Jun 02 12:07:53 CEST 2017 -->
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>Uses of Class de.juplo.plugins.hibernate.AbstractSchemaMojo (Hibernate Maven Plugin 2.1.0 API)</title>
8 <meta name="date" content="2017-06-02">
9 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
10 <script type="text/javascript" src="../../../../../script.js"></script>
11 </head>
12 <body>
13 <script type="text/javascript"><!--
14     try {
15         if (location.href.indexOf('is-external=true') == -1) {
16             parent.document.title="Uses of Class de.juplo.plugins.hibernate.AbstractSchemaMojo (Hibernate Maven Plugin 2.1.0 API)";
17         }
18     }
19     catch(err) {
20     }
21 //-->
22 </script>
23 <noscript>
24 <div>JavaScript is disabled on your browser.</div>
25 </noscript>
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <div class="topNav"><a name="navbar.top">
28 <!--   -->
29 </a>
30 <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31 <a name="navbar.top.firstrow">
32 <!--   -->
33 </a>
34 <ul class="navList" title="Navigation">
35 <li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
36 <li><a href="../../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
37 <li class="navBarCell1Rev">Use</li>
38 <li><a href="../package-tree.html">Tree</a></li>
39 <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
40 <li><a href="../../../../../index-all.html">Index</a></li>
41 <li><a href="../../../../../help-doc.html">Help</a></li>
42 </ul>
43 </div>
44 <div class="subNav">
45 <ul class="navList">
46 <li>Prev</li>
47 <li>Next</li>
48 </ul>
49 <ul class="navList">
50 <li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html" target="_top">Frames</a></li>
51 <li><a href="AbstractSchemaMojo.html" target="_top">No&nbsp;Frames</a></li>
52 </ul>
53 <ul class="navList" id="allclasses_navbar_top">
54 <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
55 </ul>
56 <div>
57 <script type="text/javascript"><!--
58   allClassesLink = document.getElementById("allclasses_navbar_top");
59   if(window==top) {
60     allClassesLink.style.display = "block";
61   }
62   else {
63     allClassesLink.style.display = "none";
64   }
65   //-->
66 </script>
67 </div>
68 <a name="skip.navbar.top">
69 <!--   -->
70 </a></div>
71 <!-- ========= END OF TOP NAVBAR ========= -->
72 <div class="header">
73 <h2 title="Uses of Class de.juplo.plugins.hibernate.AbstractSchemaMojo" class="title">Uses of Class<br>de.juplo.plugins.hibernate.AbstractSchemaMojo</h2>
74 </div>
75 <div class="classUseContainer">
76 <ul class="blockList">
77 <li class="blockList">
78 <ul class="blockList">
79 <li class="blockList"><a name="de.juplo.plugins.hibernate">
80 <!--   -->
81 </a>
82 <h3>Uses of <a href="../../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a> in <a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a></h3>
83 <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
84 <caption><span>Subclasses of <a href="../../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a> in <a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a></span><span class="tabEnd">&nbsp;</span></caption>
85 <tr>
86 <th class="colFirst" scope="col">Modifier and Type</th>
87 <th class="colLast" scope="col">Class and Description</th>
88 </tr>
89 <tbody>
90 <tr class="altColor">
91 <td class="colFirst"><code>class&nbsp;</code></td>
92 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate">CreateMojo</a></span></code>
93 <div class="block">Generate/Execute SQL to create a database-schema that represents the
94  configured mappings.</div>
95 </td>
96 </tr>
97 <tr class="rowColor">
98 <td class="colFirst"><code>class&nbsp;</code></td>
99 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate">DropMojo</a></span></code>
100 <div class="block">Generate/Execute SQL to drop all tables of a database-schema that represents
101  the configured mappings.</div>
102 </td>
103 </tr>
104 <tr class="altColor">
105 <td class="colFirst"><code>class&nbsp;</code></td>
106 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate">UpdateMojo</a></span></code>
107 <div class="block">Generate/Execute SQL to update the database-schema according to the
108  configured mappings.</div>
109 </td>
110 </tr>
111 </tbody>
112 </table>
113 </li>
114 </ul>
115 </li>
116 </ul>
117 </div>
118 <!-- ======= START OF BOTTOM NAVBAR ====== -->
119 <div class="bottomNav"><a name="navbar.bottom">
120 <!--   -->
121 </a>
122 <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
123 <a name="navbar.bottom.firstrow">
124 <!--   -->
125 </a>
126 <ul class="navList" title="Navigation">
127 <li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
128 <li><a href="../../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
129 <li class="navBarCell1Rev">Use</li>
130 <li><a href="../package-tree.html">Tree</a></li>
131 <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
132 <li><a href="../../../../../index-all.html">Index</a></li>
133 <li><a href="../../../../../help-doc.html">Help</a></li>
134 </ul>
135 </div>
136 <div class="subNav">
137 <ul class="navList">
138 <li>Prev</li>
139 <li>Next</li>
140 </ul>
141 <ul class="navList">
142 <li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html" target="_top">Frames</a></li>
143 <li><a href="AbstractSchemaMojo.html" target="_top">No&nbsp;Frames</a></li>
144 </ul>
145 <ul class="navList" id="allclasses_navbar_bottom">
146 <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
147 </ul>
148 <div>
149 <script type="text/javascript"><!--
150   allClassesLink = document.getElementById("allclasses_navbar_bottom");
151   if(window==top) {
152     allClassesLink.style.display = "block";
153   }
154   else {
155     allClassesLink.style.display = "none";
156   }
157   //-->
158 </script>
159 </div>
160 <a name="skip.navbar.bottom">
161 <!--   -->
162 </a></div>
163 <!-- ======== END OF BOTTOM NAVBAR ======= -->
164 <p class="legalCopy"><small>Copyright &#169; 2017. All Rights Reserved.</small></p>
165 </body>
166 </html>