Message:

   The following issue has been re-assigned.

   Assignee: Paul Galbraith (mailto:[EMAIL PROTECTED])
---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/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: Paul Galbraith
   Reporter: Shorn Tolley

    Created: Thu, 26 Feb 2004 11:14 PM
    Updated: Fri, 6 May 2005 10:41 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



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to