Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
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: Christian Bauer
Created: Tue, 8 Jul 2003 3:33 PM
Updated: Tue, 8 Jul 2003 3:33 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
|