The following issue has been updated: Updater: Jan Berkel (mailto:[EMAIL PROTECTED]) Date: Mon, 17 Jan 2005 6:17 AM Comment: new version of above patch which supports more complex object hierarchies Changes: Attachment changed to xdoclet-interface.patch --------------------------------------------------------------------- For a full history of the issue, see:
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-697?page=history --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-697 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-697 Summary: Hibernate module ignores interface "subclassing" Type: Bug Status: Open Priority: Minor Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: XDoclet Components: Hibernate Module Versions: 1.2 Beta 3 Assignee: xdoclet-devel (Use for new issues) Reporter: Jan Berkel Created: Sun, 2 Nov 2003 6:57 PM Updated: Mon, 17 Jan 2005 6:17 AM Description: hibernatedoclet doesn't support interfaces and @subclass. /** @hibernate.class table="FOO" */ public interface Foo { // method declaration + doclets } /** @hibernate.subclass */ public class FooImpl implements Foo { // implementation } this should produce: <hibernate-mapping> <class name="Foo" table="FOO"> ...properties... <subclass name="FooImpl"> ...properties... </subclass> </class> but classes implementing Foo are silently ignored by the hibernate module, so the <subclass> -element inside the generated mapping file is missing. --------------------------------------------------------------------- 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/xdoclet/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel