Patches item #709320, was opened at 2003-03-25 10:57
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376687&aid=709320&group_id=22866

Category: JBossCMP
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Heiko W.Rupp (pilhuhn)
Assigned to: Nobody/Anonymous (nobody)
Summary: create indices on db-tables

Initial Comment:
The patch(es) are attached to RFE 700282

 JBossCMP engine could create indices on fields marked
in jbosscmp-jdbc.xml. 

Fields are marked with <genIndex/> tag like this:

         <cmp-field>
            <field-name>email</field-name>
            <column-name>email</column-name>

                 <genIndex/>
        </cmp-field>


The patch also contains a xdoclet patch to say on field
level
     /**
      * @ejb.interface-method view-type="local"
      * @ejb.persistence column-name="email"
      * @jboss.persistence genIndex="true"
      */
     public abstract java.lang.String getEmail();


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376687&aid=709320&group_id=22866


-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to