Projekt-Dokumentation (Aktueller Stand von juplo.de) hinzugefĆ¼gt
[website] / dist / hibernate4-maven-plugin-1.0.2 / apidocs / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
2 <!-- NewPage -->
3 <html lang="de">
4 <head>
5 <!-- Generated by javadoc on Tue Apr 29 19:45:00 CEST 2014 -->
6 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
7 <title>Hibernate 4 Maven Plugin 1.0.2 API</title>
8 <script type="text/javascript">
9     targetPage = "" + window.location.search;
10     if (targetPage != "" && targetPage != "undefined")
11         targetPage = targetPage.substring(1);
12     if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
13         targetPage = "undefined";
14     function validURL(url) {
15         var pos = url.indexOf(".html");
16         if (pos == -1 || pos != url.length - 5)
17             return false;
18         var allowNumber = false;
19         var allowSep = false;
20         var seenDot = false;
21         for (var i = 0; i < url.length - 5; i++) {
22             var ch = url.charAt(i);
23             if ('a' <= ch && ch <= 'z' ||
24                     'A' <= ch && ch <= 'Z' ||
25                     ch == '$' ||
26                     ch == '_') {
27                 allowNumber = true;
28                 allowSep = true;
29             } else if ('0' <= ch && ch <= '9'
30                     || ch == '-') {
31                 if (!allowNumber)
32                      return false;
33             } else if (ch == '/' || ch == '.') {
34                 if (!allowSep)
35                     return false;
36                 allowNumber = false;
37                 allowSep = false;
38                 if (ch == '.')
39                      seenDot = true;
40                 if (ch == '/' && seenDot)
41                      return false;
42             } else {
43                 return false;
44             }
45         }
46         return true;
47     }
48     function loadFrames() {
49         if (targetPage != "" && targetPage != "undefined")
50              top.classFrame.location = top.targetPage;
51     }
52 </script>
53 </head>
54 <frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
55 <frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
56 <frame src="de/juplo/plugins/hibernate4/package-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
57 <noframes>
58 <noscript>
59 <div>JavaScript is disabled on your browser.</div>
60 </noscript>
61 <h2>Frame Alert</h2>
62 <p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="de/juplo/plugins/hibernate4/package-summary.html">Non-frame version</a>.</p>
63 </noframes>
64 </frameset>
65 </html>