The following issue has been updated:

    Updater: Shorn Tolley (mailto:[EMAIL PROTECTED])
       Date: Thu, 26 Feb 2004 11:03 PM
    Comment:
patch
    Changes:
             Attachment changed to patch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  
http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-818&page=history

---------------------------------------------------------------------
View the issue:

  http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=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: Thu, 26 Feb 2004 11:03 PM

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



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to