Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-154
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-154
Summary: Multi-table Mappings
Type: New Feature
Status: Unassigned
Priority: Blocker
Project: Hibernate2
Components:
core
Versions:
2.0.1
Assignee:
Reporter: Mike Gorman
Created: Thu, 26 Jun 2003 7:58 AM
Updated: Thu, 26 Jun 2003 7:58 AM
Description:
Ability to map one class across two or more tables. 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 or creation of a database view.
---------------------------------------------------------------------
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
|