The following comment has been added to this issue:
Author: Kim Pepper
Created: Wed, 27 Oct 2004 2:44 AM
Body:
Is this patch going to be applied?
---------------------------------------------------------------------
View this comment:
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-697?page=comments#action_15176
---------------------------------------------------------------------
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: Wed, 27 Oct 2004 2:44 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
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel