Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-414 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-414 Summary: Add support to composite-id without a class Type: Improvement Status: Assigned Priority: Major Time Spent: Unknown Estimate: 0 minutes Project: XDoclet Component: Hibernate Module Versions: 1.2 Beta 2 Assignee: xdoclet-devel (Use for new issues) Reporter: Marcus Brito Created: Mon, 31 Mar 2003 12:00 PM Updated: Mon, 31 Mar 2003 12:00 PM Description: While we all know that composite keys are BAD, some of us have no choice about them. Worse yet, some of us are converting old class hierachies to work with hibernate and can't change much of it. Hibernate is so nice to these people, and allows them to use simple id's, composites id's represented by a class and even composite id's without a class to represent it (just properties). XDoclet support all of them except for the last one. In other words, xdoclet should be able to generate: <composite-id> <key-property name="medicareNumber"/> <key-property name="dependent"/> </composite-id> and also <composite-id> <key-property name="sectionNumber"/> <key-many-to-one name="departmentId" class="Department"/> </composite-id> --------------------------------------------------------------------- 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/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: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
