The following comment has been added to this issue:

     Author: Andrew Stevens
    Created: Fri, 27 Feb 2004 2:12 AM
       Body:
What hibernate version(s) support this feature?  I don't see anything in your patch to 
check on the version; if the support was only added in 2.x (which I believe is the 
case, based on the DTDs in the resources directory) you've just broken the module for 
anyone still using 1.1 ;-)

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

  http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-819


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-819
    Summary: Add support for property-level meta attributes
       Type: Improvement

     Status: Open
   Priority: Minor

 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 11:14 PM
    Updated: Fri, 27 Feb 2004 2:12 AM

Description:
Hibernate supports property and class level "meta" attributes, but there's not xdoclet 
tag for it.

There should be an xdoclet tag something like:
     * @hibernate:property column="t_surname" not-null="true" length="60"
     * @hibernate:meta name="expression" value="kapow"

which result in an hbm.xml mapping like:
        <property
            name="surname"
            type="java.lang.String"
            update="true"
            insert="true"
            column="t_surname"
            length="60"
            not-null="true"
        >
            <meta attribute="expression">kapow</meta>
        </property>

And there should be a similar one at the class level.


---------------------------------------------------------------------
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