Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-515
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-515
Summary: Allow a different persister for a Subclass
Type: Patch
Status: Unassigned
Priority: Minor
Project: Hibernate2
Components:
core
Versions:
2.1
Assignee:
Reporter: Nick Johnson
Created: Tue, 2 Dec 2003 2:47 PM
Updated: Tue, 2 Dec 2003 2:47 PM
Environment: Hibernate from CVS, using the same branch we used for our custom collection persister patch (see HB-419)
Description:
In some cases it is desirable to persist a subclass differently than a class; for example, if the subclass is persisting a different number of fields or if the fields are in a different order for some reason.
This patch allows a different persister to be bound to a Subclass. If one is not defined, the parent class's persister is used (as was the case before).
---------------------------------------------------------------------
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
|