From: <leg...@at...> - 2004-03-08 08:12:01
|
The following comment has been added to this issue: Author: CVS Notification Service Created: Mon, 8 Mar 2004 1:53 AM Body: CVS COMMIT LOG: SUBJECT: [Hibernate-commits] Hibernate2/src/net/sf/hibernate/persister AbstractEntityPersister.java,1.33.2.59.2.8,1.33.2.59.2.9 EntityPersister.java,1.38.2.34.2.6,1.38.2.34.2.7 NormalizedEntityPersister.java,1.32.2.37.2.8,1.32.2.37.2.9 support for a single <join> element in EntityPersister TODO-33 HB-152 --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-152 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-152 Summary: Ability to map one class across two or more tables Type: New Feature Status: Unassigned Priority: Minor Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: Hibernate2 Components: core Fix Fors: 2.2 alpha Versions: 2.0.1 Assignee: Reporter: TURIN ACCOUNT Created: Tue, 8 Jul 2003 3:33 PM Updated: Mon, 8 Mar 2004 1:53 AM Description: Assumption is that the tables can all be joined with regular joins all the time, and that the key structure matches, although the name of the columns may differ across the tables. An insert of an object results in an insert to each of the mapped tables all using the same key value. The class can then map its properties to any column in any table. This should all be done without the workaround of using a delegate. Thank you. --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |