From noreply at atlassian.com Tue Jun 30 08:21:10 2009 Content-Type: multipart/mixed; boundary="===============4790337379149811843==" MIME-Version: 1.0 From: Joachim Durchholz (JIRA) To: hibernate-issues at lists.jboss.org Subject: [hibernate-issues] [Hibernate-JIRA] Created: (HBX-1129) and tags too far away from each other Date: Tue, 30 Jun 2009 07:06:15 -0500 Message-ID: <961758576.751246363575862.JavaMail.j2ee-opensource-projects@vps07.contegix.com> --===============4790337379149811843== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable and
tags too far away from each other ------------------------------------------------------------ Key: HBX-1129 URL: http://opensource.atlassian.com/projects/hibernate/br= owse/HBX-1129 Project: Hibernate Tools Issue Type: New Feature Components: reverse-engineer Affects Versions: 3.2.4.GA Environment: Irrelevant Reporter: Joachim Durchholz For reasons of performance (reverse engineering is slow on Oracle) and keep= ing the list of relevant tables under control (only 10% of tables in the da= tabase are used in Java code), I'm using a separate directiv= e for each table. This gives me a hibernate.reveng.xml like this: ... (dozens of additional declarations)
...
...
... (dozens more) This means that the information pertaining to any specific table is distrib= uted over two separate blocks in hibernate.reveng.xml, the b= lock and the block. I see two approaches to improve this: a) Relax the DTD so that and
can be freely mixed. Th= is would allow to have a single block per file, and make empty separator li= nes between per-table blocks useful. b) Automatically import a table if it's mentioned in a
tag (or in a= foreign key) and wasn't imported through a tag already. -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============4790337379149811843==--