1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
5 <!-- Generated by javadoc on Tue Sep 08 14:09:04 CEST 2015 -->
6 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
7 <title>Hibernate 4 Maven Plugin 1.1.0 Test 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) {
16 url = decodeURIComponent(url);
21 var pos = url.indexOf(".html");
22 if (pos == -1 || pos != url.length - 5)
24 var allowNumber = false;
27 for (var i = 0; i < url.length - 5; i++) {
28 var ch = url.charAt(i);
29 if ('a' <= ch && ch <= 'z' ||
30 'A' <= ch && ch <= 'Z' ||
33 ch.charCodeAt(0) > 127) {
36 } else if ('0' <= ch && ch <= '9'
40 } else if (ch == '/' || ch == '.') {
47 if (ch == '/' && seenDot)
55 function loadFrames() {
56 if (targetPage != "" && targetPage != "undefined")
57 top.classFrame.location = top.targetPage;
61 <frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
62 <frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
63 <frame src="de/juplo/test/package-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
66 <div>JavaScript is disabled on your browser.</div>
69 <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/test/package-summary.html">Non-frame version</a>.</p>