The following issue has been updated:

    Updater: Jens Fischer (mailto:[EMAIL PROTECTED])
       Date: Sun, 3 Oct 2004 7:05 AM
    Comment:
I updated the previous patch to also include changes to xtags.xml and 
hibernate-subclass.xdt (including the older patch for hibernate.xdt and 
hibernate-joined-subclass.xdt).
    Changes:
             Attachment changed to XDT-818b.patch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-818?page=history

---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-818

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-818
    Summary: Support for lazy class attribute doesn't work
       Type: Improvement

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             Hibernate Module
   Versions:
             1.2

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Shorn Tolley

    Created: Thu, 26 Feb 2004 10:47 PM
    Updated: Sun, 3 Oct 2004 7:05 AM

Description:
The templates are not setup for Hibernate's new class-level lazy attribute.

A tage like: 
 * @hibernate:class 
 *      table="cl_person" 
 *      lazy="true"     

Should result in a mapping like:
    <class
        name="nrm.clas.domain.contact.Person"
        table="cl_person"
        lazy="true"
        dynamic-update="false"
        dynamic-insert="false"
    >

But when using XDoclet 1.2, the lazy attribute doesn't get generated.



---------------------------------------------------------------------
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: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to