Author: max.andersen(a)jboss.com
Date: 2007-11-13 08:40:04 -0500 (Tue, 13 Nov 2007)
New Revision: 4875
Added:
trunk/documentation/whatsnew/hibernate/hibernate-news-3.2.0.cr1.html
Log:
updated whatsnew for CR1
Added: trunk/documentation/whatsnew/hibernate/hibernate-news-3.2.0.cr1.html
===================================================================
--- trunk/documentation/whatsnew/hibernate/hibernate-news-3.2.0.cr1.html
(rev 0)
+++ trunk/documentation/whatsnew/hibernate/hibernate-news-3.2.0.cr1.html 2007-11-13
13:40:04 UTC (rev 4875)
@@ -0,0 +1,100 @@
+<?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.2.0.CR1 What's New</title>
+</head>
+<body>
+<h1>Hibernate tools 3.2.0.CR1 What's New</h1>
+
+<table border="0" cellpadding="10" cellspacing="0"
width="80%">
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>Views</h3>
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Easy reload of
Hibernate Configuration</b></td>
+ <td valign="top">You can now click the "Reload" icon for a
Hibernate Console Configuration to quickly reload the Configuration to get the
configuration in sync with the latest changes.</td>
+ <p><img src="images/reloadconfiguration.png"/></p>
+ </tr>
+ <tr>
+ <td colspan="2"><hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right">
+ <b>Double click to open mapping/source</b>
+ </td>
+ <td valign="top"><p>Double clicking an entity in the
configuration will now try and locate the mapping for the corresponding entity.</p>
+<p>For annotated entities it will show the java source and for files mapped via XML
it will show the hbm.xml file.</p>
+<p>Currently we the hbm.xml needs to be listed in
<code>hibernate.cfg.xml</code> to be located by this
functionallity.</p>
+
+ <p><img src="images/openmappingdblclick.png"/></p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2"><hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right">
+ <a name="itemnam2e"
id="itemname2"></a><b>Sorted entity and table list</b>
+ </td>
+ <td width="70%" valign="top">Previously the list of
entities and tables in the configuration view was ordered in the order they were mapped;
with auto-discovery that order makes very little sense thus we now sort the entities and
table list by name.</td>
+ <p><img src="images/sortedconfiguration.png"/></p>
+ </tr>
+ <tr>
+ <td colspan="2"><hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right">
+ <a name="itemname3"
id="itemname3"></a><b>Syntax highlighting in Dynamic SQL
Preview</b>
+ </td>
+ <td valign="top">The Dynamic SQL Preview now has syntax highlighting
enabled for the previewed SQL.</td>
+ <p><img src="images/dynamicsqlhighlighting.png"/></p>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>Editors</h3>
+ <hr/>
+ </td>
+ </tr> <tr>
+ <td valign="top" align="right">
+ <a name="itemname3"
id="itemname3"></a><b>Code completion for Hibernate configuration
properties</b>
+ </td>
+ <td valign="top"><code>hibernate.cfg.xml</code> and
<code>persistence.xml</code> has had support for code completing hibernate
property keys, now it includes code completion for the values.</td>
+ <p><img src="images/cfgpropertyvaluecompletion.png"/></p>
+ </tr>
+ <tr>
+ <td colspan="2"><hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right">
+ <a name="itemname3"
id="itemname3"></a><b>Structured hbm.xml and cfg.xml
editor</b>
+ </td>
+ <td valign="top">The structured hbm.xml and cfg.xml editors known
from Exadel Studio are now available in Hibernate Tools instead of the generic xml tree
editor.</td>
+ <p><img src="images/structuredhbmxml.png"/></p>
+ <p><img src="images/structuredcfgxml.png"/></p>
+ </tr>
+ <tr>
+ <td colspan="2"><hr />
+ </td>
+ </tr>
+
+</table>
+
+</body>
+
+</html>
+
+