[
http://opensource.atlassian.com/projects/hibernate/browse/HBX-738?page=co...
]
Diego Pires Plentz commented on HBX-738:
----------------------------------------
Something like this:
- You have a table Person. You reveng this table and generate the class file.
- Sometime later, you create the table PersonAdress and you wanna reveng this table too.
But this class must have a relationship with Person(already created) and you dont wanna to
re-generate Person class because you already modified it.
The idea:
- Create a way to configure reveng to look at existing entity pojos and, if the class that
it is mapping have relationships with the existing POJOs, map then automatically.
gotcha?
Allow ability to look at existing POJOs
---------------------------------------
Key: HBX-738
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HBX-738
Project: Hibernate Tools
Type: Improvement
Components: reverse-engineer
Reporter: Diego Pires Plentz
When reverse-engineering a database table, allow to set an opition to look at the
existing POJOs and automatically map then to the new class.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira