Author: dgeraskov
Date: 2010-09-24 07:31:50 -0400 (Fri, 24 Sep 2010)
New Revision: 25145
Added:
trunk/documentation/whatsnew/hibernate/hibernate-news-3.4.0.Beta1.html
trunk/documentation/whatsnew/hibernate/images/hql_sl_comments.png
trunk/documentation/whatsnew/hibernate/images/overwrite_schema_catalog.png
Log:
JBIDE-7130
Hibernate Component N&N
Added: trunk/documentation/whatsnew/hibernate/hibernate-news-3.4.0.Beta1.html
===================================================================
--- trunk/documentation/whatsnew/hibernate/hibernate-news-3.4.0.Beta1.html
(rev 0)
+++ trunk/documentation/whatsnew/hibernate/hibernate-news-3.4.0.Beta1.html 2010-09-24
11:31:50 UTC (rev 25145)
@@ -0,0 +1,79 @@
+<?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.M2 What's New</title>
+</head>
+<body>
+<h1>Hibernate tools 3.4.0.M2 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main
Index</a> <a href="../jst/jst-news-3.2.0.M2.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>Use Schema and
Catalog Specified for JPA Project</b></td>
+ <td valign="top">
+ <p>Console Configuration now uses schema and catalog specified for JPA project
as if they were in hibernate.properties file.
+ User can set the schema/catalog name at project creation wizard or at project
properties page.
+ Note schema and catalog in hibernate.properties file will overwrite the properties
specified for the project.</p>
+
+ <p><img src="images/overwrite_schema_catalog.png"/></p>
+ <p><small><a
href="https://jira.jboss.org/browse/JBIDE-6988">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>Properties in
HQL Editor</b></td>
+ <td valign="top">
+ <p>HQL Editor in addition to the entity's class properties now show parent
class properties.</p>
+ <p><img src="images/hql_parent_prop.png"/></p>
+ <p><small><a
href="https://jira.jboss.org/browse/JBIDE-6120">Related
jira</a></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Support comments
in HQL Editor</b></td>
+ <td valign="top">
+ <p>Single-line comments now supported in HQL editor. As HQL language
doesn't support comments itself they are just removed from the query before query
execution.</p>
+ <p><img src="images/hql_sl_comments.png"/></p>
+ <p><small><a
href="https://jira.jboss.org/browse/JBIDE-6974">Related
jira</a></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+
+
+
+</table>
+
+</body>
+
+</html>
+
+
Added: trunk/documentation/whatsnew/hibernate/images/hql_sl_comments.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/hibernate/images/hql_sl_comments.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/hibernate/images/overwrite_schema_catalog.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/whatsnew/hibernate/images/overwrite_schema_catalog.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream