From: <leg...@at...> - 2003-12-11 06:26:17
|
Message: The following issue has been closed. Resolver: Gavin King Date: Thu, 11 Dec 2003 12:26 AM I applied this patch. --------------------------------------------------------------------- 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: Closed Priority: Minor Resolution: FIXED Project: Hibernate2 Components: core Fix Fors: 2.1 final Versions: 2.1 Assignee: Gavin King Reporter: Nick Johnson Created: Tue, 2 Dec 2003 2:47 PM Updated: Thu, 11 Dec 2003 12:26 AM 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 |