From: <leg...@at...> - 2003-12-02 21:02:41
|
Message: The following issue has been re-assigned. Assignee: Gavin King (mailto:ga...@hi...) Assigner: Max Rydahl Andersen (mailto:xa...@xa...) Date: Tue, 2 Dec 2003 3:01 PM Comment: Interesting, and a nice and simple patch ;) ...but i'll let Gavin have a saying before applying the patch. So, Gavin - can you see any problems with this ? The arguments sounds valid enough when we talk about custom persisters. --------------------------------------------------------------------- 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: Open Priority: Minor Project: Hibernate2 Components: core Versions: 2.1 Assignee: Gavin King Reporter: Nick Johnson Created: Tue, 2 Dec 2003 2:47 PM Updated: Tue, 2 Dec 2003 3:01 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 |