Author: max.andersen(a)jboss.com
Date: 2007-10-04 12:35:21 -0400 (Thu, 04 Oct 2007)
New Revision: 4011
Added:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/doc/newandnoteworthy/entitymappingdiagram.png
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/doc/newandnoteworthy/hibernate-eclipse-news-3.2.0.beta11.html
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/doc/newandnoteworthy/multiexporter.png
Log:
new and noteworthy for b11
Added:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/doc/newandnoteworthy/entitymappingdiagram.png
===================================================================
(Binary files differ)
Property changes on:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/doc/newandnoteworthy/entitymappingdiagram.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/doc/newandnoteworthy/hibernate-eclipse-news-3.2.0.beta11.html
===================================================================
---
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/doc/newandnoteworthy/hibernate-eclipse-news-3.2.0.beta11.html
(rev 0)
+++
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/doc/newandnoteworthy/hibernate-eclipse-news-3.2.0.beta11.html 2007-10-04
16:35:21 UTC (rev 4011)
@@ -0,0 +1,86 @@
+<html>
+
+<head>
+<link rel="stylesheet" href="default_.css">
+<title>Hibernate Eclipse Tools 3.2.0.beta11 News</title>
+</head>
+
+<body>
+
+<h1>Hibernate Tools 3.2.0.beta11 - New and Noteworthy</h1>
+
+ <p>Previous <a
href="hibernate-eclipse-news-3.2.0.beta11.html">new and noteworthy for
3.2.0.beta11</a></p>
+ <p><a
href="http://opensource.atlassian.com/projects/hibernate/secure/Issu...
notes</a></p>
+<table border="0" cellpadding="10" cellspacing="0"
width="80%">
+ <tr>
+ <td colspan="2">
+ <hr>
+ <h3>General</h3>
+ <hr>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p align="right"><b>Eclipse 3.2
incompatible</b></td>
+ <td valign="top">
+ <p>This release is (unfortuantely) incompatible with Eclipse 3.2/WTP 1.5 and
thus requires Eclipse 3.3/WTP 2.0.</p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr>
+ <h3>Views</h3>
+ <hr>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p align="right"><b>New and improved entity/mapping
diagram</b></td>
+ <td valign="top">
+ <p>This release brings a "port" of Exadel Studio's entity
diagram to Hibernate Tools. Right-Click on an entity and you get an option for "Open
Mapping Diagram".</p>
+
+<p>This diagram shows your entities with relationships to its entities and how it
is mapped to the database.</p>
+
+<p><img src="entitymappingdiagram.png"/></p>
+
+<p>Be warned that for large sets of classes the diagram might get too crowded! You
can collapse/expand entities/tables and relationships as you want to get a better
overview.</p>
+
+<p> </p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr>
+ <h3>Code generation</h3>
+ <hr>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p align="right"><b>Multiple exporters in Eclipse code
generation</b></td>
+ <td valign="top">
+ <p></p>
+<p>The UI and code generation launch configuration have been updated to not just be
limited to a preset of exporters.</p>
+<p>Now you can add any number of exporters and each exporter have their own
settings with the possibility of having their own output and template path
directory.</p>
+
+<p><img src="multiexporter.png"/>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p align="right"><b>Eclipse variables support in
paths</b></td>
+ <td valign="top">
+ <p>You can now use Eclipse variables in output and template paths which allow
the launch configuration to be more portable between machines and can be parameterized
dependent on the current selection in the UI.</p>
+ </tr>
+
+</table>
+
+</body>
+
+</html>
+
+
Added:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/doc/newandnoteworthy/multiexporter.png
===================================================================
(Binary files differ)
Property changes on:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/doc/newandnoteworthy/multiexporter.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream