Author: dgeraskov
Date: 2011-06-20 06:07:16 -0400 (Mon, 20 Jun 2011)
New Revision: 32201
Added:
trunk/documentation/whatsnew/hibernate/hibernate-news-3.5.0.M1.html
Log:
https://issues.jboss.org/browse/JBIDE-8892
Hibernate N7N for 3.3.0.M1
Added: trunk/documentation/whatsnew/hibernate/hibernate-news-3.5.0.M1.html
===================================================================
--- trunk/documentation/whatsnew/hibernate/hibernate-news-3.5.0.M1.html
(rev 0)
+++ trunk/documentation/whatsnew/hibernate/hibernate-news-3.5.0.M1.html 2011-06-20
10:07:16 UTC (rev 32201)
@@ -0,0 +1,111 @@
+<?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.5.0.M1 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.5.0.M1 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main
+ Index</a> <a href="../jst/jst-news-3.3.0.M1.html">JST Tools
></a></p>
+
+<table border="0" cellpadding="10" cellspacing="0"
width="80%">
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>Dali Integration</h3>
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Validate
@TypeDef</b></td>
+ <td valign="top">
+ <p>Added validation of org.hibernate.annotation.TypeDef annotation (typeClass
attribute).</p>
+
+ <p><small><a
href="https://jira.jboss.org/browse/JBIDE-8239">Related
jira</a></p>
+
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>Hibernate libraries</h3>
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Libraries
installation</b></td>
+ <td valign="top">
+ <p>Added support for hibernate libraries installation using import
wizard.</p>
+ <p><img src="images/import_hibernate_jar.jpg"/></p>
+ <p><img src="images/import_hibernate_jar2.jpg"/></p>
+<p></p>
+
+
+ <p><small><a
href="https://jira.jboss.org/browse/JBIDE-6098">Related
jira</a></p>
+
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>Console Configuration</h3>
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Database Icon
Decorated</b></td>
+ <td valign="top">
+ <p>Database icon now is decorated so it is easy to see whether the connection
was established.</p>
+ <p><img src="images/database_icon_decorator.jpg"/></p>
+ <p><small><a
href="https://jira.jboss.org/browse/JBIDE-8221">Related
jira</a></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right"><a
name="itemname3"
id="itemname3"></a><b>Refactoring</b></td>
+ <td valign="top">
+ <p>Rename Console Configuration as refactoring change. Rename of Console
Configuration now call update of the relationships.
+ For example rename Console Configuration call name change in Project
Properties->Hibernate Settings.</p>
+ <p><small><a
href="https://jira.jboss.org/browse/JBIDE-8236">Related
jira</a></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+
+
+
+</table>
+
+</body>
+
+</html>
+
+