Update of /cvsroot/xdoclet/xdoclet/modules/hibernate/src/META-INF In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8208/modules/hibernate/src/META-INF
Modified Files: xtags.xml Log Message: XDT-1352: added list-index element for lists Index: xtags.xml =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/modules/hibernate/src/META-INF/xtags.xml,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -r1.47 -r1.48 *** xtags.xml 22 Apr 2005 11:48:12 -0000 1.47 --- xtags.xml 22 Apr 2005 14:36:28 -0000 1.48 *************** *** 1586,1589 **** --- 1586,1607 ---- <tag> <level>method</level> + <name>hibernate.list-index</name> + <usage-description>Declares the index for a list.</usage-description> + <unique>true</unique> + <condition-description>Hibernate</condition-description> + <condition type="method"/> + <parameter type="text"> + <name>column</name> + <usage-description>The name of the mapped database table column</usage-description> + <mandatory>true</mandatory> + </parameter> + <parameter type="int"> + <name>base</name> + <usage-description>The number at which to begin indexing. Hibernate will default to 0 if you do not specify this.</usage-description> + <mandatory>false</mandatory> + </parameter> + </tag> + <tag> + <level>method</level> <name>hibernate.index-many-to-many</name> <usage-description>Declares many-to-many collection index. Will be used as map key for ternary associations. Shall be entity?</usage-description> ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel