[jbosstools-commits] JBoss Tools SVN: r43691 - in trunk/documentation/whatsnew/hibernate: images and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Sep 14 08:34:26 EDT 2012


Author: dgeraskov
Date: 2012-09-14 08:34:26 -0400 (Fri, 14 Sep 2012)
New Revision: 43691

Added:
   trunk/documentation/whatsnew/hibernate/hibernate-news-3.6.0.Alpha1.html
   trunk/documentation/whatsnew/hibernate/hibernate-news-3.6.0.Alpha2.html
   trunk/documentation/whatsnew/hibernate/images/jpa_type_compl.png
   trunk/documentation/whatsnew/hibernate/images/new_config_file_wizard1.png
   trunk/documentation/whatsnew/hibernate/images/new_config_file_wizard2.png
   trunk/documentation/whatsnew/hibernate/images/reveng_dialog.png
Log:
https://issues.jboss.org/browse/JBIDE-12617
N&N

Added: trunk/documentation/whatsnew/hibernate/hibernate-news-3.6.0.Alpha1.html
===================================================================
--- trunk/documentation/whatsnew/hibernate/hibernate-news-3.6.0.Alpha1.html	                        (rev 0)
+++ trunk/documentation/whatsnew/hibernate/hibernate-news-3.6.0.Alpha1.html	2012-09-14 12:34:26 UTC (rev 43691)
@@ -0,0 +1,129 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css"/>
+<title>Hibernate tools 3.6.0.Alpha1 What's New</title>
+<script type="text/javascript">
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-17645367-5']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+</script></head>
+<body>
+<h1>Hibernate tools 3.6.0.Alpha1 What's New</h1>
+
+<p align="right"><a href="../index.html">&lt; Main
+    Index</a>  <a
+href="../examples/examples-news-3.4.0.Alpha1.html">Project Examples &gt;</a></p>
+
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+
+  <tr>
+    <td colspan="2">
+      <hr/>
+      <h3>Hibernate Console Configuration</h3>
+	<hr/>
+    </td>
+  </tr>
+
+  <tr>
+    <td valign="top" align="right"><a name="itemname1" id="itemname1"></a><b>Console Configuration Rename</b></td>
+    <td valign="top">
+    <p>Console Configuration now could be easily renamed using short cut(F2) </p>
+	
+	<p><small><a href="https://issues.jboss.org/browse/JBIDE-8237">Related jira</a></p>
+	
+    </td>
+  </tr>
+  
+  <tr>
+    <td colspan="2">
+      <hr/>
+    </td>
+  </tr>
+  
+  <tr>
+    <td colspan="2">
+      <hr/>
+      <h3>JPA</h3>
+	<hr/>
+    </td>
+  </tr>
+
+  <tr>
+    <td valign="top" align="right"><a name="itemname1" id="itemname1"></a><b>Validator</b></td>
+    <td valign="top">
+    <p>JPA validator now takes into account hibernate properties hibernate.default_schema/hibernate.default_catalog when
+    validates database schema.</p>
+	
+	<p><small><a href="https://issues.jboss.org/browse/JBIDE-9535">Related jira</a></p>
+	
+    </td>
+  </tr>
+  
+  <tr>
+    <td colspan="2">
+      <hr/>
+    </td>
+  </tr>
+  
+   <tr>
+    <td valign="top" align="right"><a name="itemname1" id="itemname1"></a><b>Completion Proposals</b></td>
+    <td valign="top">
+    <p>@TypeDef names are used now as completion proposals for @Type annotation.</p>
+    <p><img src="images/jpa_type_compl.png"/></p>
+	
+	<p><small><a href="https://issues.jboss.org/browse/JBIDE-8512">Related jira</a></p>
+	
+    </td>
+  </tr>
+  
+  <tr>
+    <td colspan="2">
+      <hr/>
+    </td>
+  </tr>
+  
+   <tr>
+    <td colspan="2">
+      <hr/>
+      <h3>Reverse Engeneering Editor</h3>
+	<hr/>
+    </td>
+  </tr>
+
+  <tr>
+    <td valign="top" align="right"><a name="itemname1" id="itemname1"></a><b>Dialog</b></td>
+    <td valign="top">
+    <p>Continue reading DB dialog now has "Never Show again" option.</p>
+    <p><img src="images/reveng_dialog.png"/></p>
+	
+	<p><small><a href="https://issues.jboss.org/browse/JBIDE-7908">Related jira</a></p>
+	
+    </td>
+  </tr>
+  
+  <tr>
+    <td colspan="2">
+      <hr/>
+    </td>
+  </tr>
+
+</table>
+
+</body>
+
+</html>
+
+

Added: trunk/documentation/whatsnew/hibernate/hibernate-news-3.6.0.Alpha2.html
===================================================================
--- trunk/documentation/whatsnew/hibernate/hibernate-news-3.6.0.Alpha2.html	                        (rev 0)
+++ trunk/documentation/whatsnew/hibernate/hibernate-news-3.6.0.Alpha2.html	2012-09-14 12:34:26 UTC (rev 43691)
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css"/>
+<title>Hibernate tools 3.6.0.Alpha2 What's New</title>
+<script type="text/javascript">
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-17645367-5']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+</script></head>
+<body>
+<h1>Hibernate tools 3.6.0.Alpha2 What's New</h1>
+
+<p align="right"><a href="../index.html">&lt; Main Index</a>  <a
+href="../examples/examples-news-3.4.0.Alpha2.html">Project Examples &gt;</a></p>
+
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+
+  <tr>
+    <td colspan="2">
+      <hr/>
+      <h3>Wizards</h3>
+	<hr/>
+    </td>
+  </tr>
+
+  <tr>
+    <td valign="top" align="right"><a name="itemname1" id="itemname1"></a><b>Hibernate Configuration File</b></td>
+    <td valign="top">
+    <p>New Hibernate Configuration File wizard now can populate fields using Connection Profile.</p>
+	<p><img src="images/new_config_file_wizard1.png"/></p>
+	<p><img src="images/new_config_file_wizard2.png"/></p>
+	
+	
+	<p><small><a href="https://issues.jboss.org/browse/JBIDE-7996">Related jira</a></p>
+	
+    </td>
+  </tr>
+  
+  <tr>
+    <td colspan="2">
+      <hr/>
+    </td>
+  </tr>
+
+</table>
+
+</body>
+
+</html>
+
+

Added: trunk/documentation/whatsnew/hibernate/images/jpa_type_compl.png
===================================================================
(Binary files differ)


Property changes on: trunk/documentation/whatsnew/hibernate/images/jpa_type_compl.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/documentation/whatsnew/hibernate/images/new_config_file_wizard1.png
===================================================================
(Binary files differ)


Property changes on: trunk/documentation/whatsnew/hibernate/images/new_config_file_wizard1.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/documentation/whatsnew/hibernate/images/new_config_file_wizard2.png
===================================================================
(Binary files differ)


Property changes on: trunk/documentation/whatsnew/hibernate/images/new_config_file_wizard2.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/documentation/whatsnew/hibernate/images/reveng_dialog.png
===================================================================
(Binary files differ)


Property changes on: trunk/documentation/whatsnew/hibernate/images/reveng_dialog.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream



More information about the jbosstools-commits mailing list