[hibernate-issues] [Hibernate-JIRA] Commented: (HBX-738) Allow ability to look at existing POJOs
Diego Pires Plentz (JIRA)
noreply at atlassian.com
Sat Aug 26 12:36:24 EDT 2006
[ http://opensource.atlassian.com/projects/hibernate/browse/HBX-738?page=comments#action_24122 ]
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.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list