Author: dgeraskov
Date: 2010-07-08 08:47:41 -0400 (Thu, 08 Jul 2010)
New Revision: 23310
Added:
trunk/documentation/whatsnew/hibernate/hibernate-news-3.4.0.M1.html
trunk/documentation/whatsnew/hibernate/images/brackets_highlight.png
trunk/documentation/whatsnew/hibernate/images/ddl_generation.png
trunk/documentation/whatsnew/hibernate/images/jpa2_0.png
Log:
3.2.0.M1 Hibernate new and noteworthy
Added: trunk/documentation/whatsnew/hibernate/hibernate-news-3.4.0.M1.html
===================================================================
--- trunk/documentation/whatsnew/hibernate/hibernate-news-3.4.0.M1.html
(rev 0)
+++ trunk/documentation/whatsnew/hibernate/hibernate-news-3.4.0.M1.html 2010-07-08
12:47:41 UTC (rev 23310)
@@ -0,0 +1,106 @@
+<?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.4.0.M1 What's New</title>
+</head>
+<body>
+<h1>Hibernate tools 3.4.0.M1 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main
Index</a> <a href="../examples/examples-news-1.1.0.M4.html">Project
Examples ></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>Support Dali
2.3</b></td>
+ <td valign="top">
+ <p>Hibernate tools 3.4.0 support Dali 2.3 version and don't support
previous ones because of the API changes.</p>
+
+<p></p>
+
+
+ <p><small><a
href="https://jira.jboss.org/browse/JBIDE-5847">Related
jira</a></p>
+
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Support Jpa 2.0
in jpa projects</b></td>
+ <td valign="top">
+ <p>Jpa projects with Hibernate platform support now hibernate jpa 2.0
implementation.</p>
+ <p><img src="images/jpa2_0.png"/></p>
+<p></p>
+
+
+ <p><small><a
href="https://jira.jboss.org/browse/JBIDE-6473">Related
jira</a></p>
+
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>HQL Editor</h3>
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Brackets in HQL
Editor</b></td>
+ <td valign="top">
+ <p>HQL Editor now highlights matching brackets.</p>
+ <p><img src="images/brackets_highlight.png"/></p>
+ <p><small><a
href="https://jira.jboss.org/browse/JBIDE-5805">Related
jira</a></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>Code Generation</h3>
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>DDL
script</b></td>
+ <td valign="top">
+ <p>DDL script isn't executed after generation by default because it could
clear the database data.</p>
+ <p><img src="images/ddl_generation.png"/></p>
+ <p>Related jiras:<small><a
href="https://jira.jboss.org/browse/JBIDE-6115">1</a>, <a
href="http://opensource.atlassian.com/projects/hibernate/browse/HBX-...
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+
+
+
+</table>
+
+</body>
+
+</html>
+
+
Added: trunk/documentation/whatsnew/hibernate/images/brackets_highlight.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/hibernate/images/brackets_highlight.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/hibernate/images/ddl_generation.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/hibernate/images/ddl_generation.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/hibernate/images/jpa2_0.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/hibernate/images/jpa2_0.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream