From: <leg...@at...> - 2003-12-08 02:25:41
|
The following comment has been added to this issue: Author: GoldenYears Created: Sun, 7 Dec 2003 8:25 PM Body: For this function. An mapping class is used for dynamaic filed and property map. An collection is used for one-to-many list. An indentify is used for one class to multi table mapping. --------------------------------------------------------------------- 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 Project: Hibernate2 Components: core Versions: 2.0.1 Assignee: Reporter: TURIN ACCOUNT Created: Tue, 8 Jul 2003 3:33 PM Updated: Sun, 7 Dec 2003 8:25 PM 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 |