On 7/8/05, Kirill Uvaev <[EMAIL PROTECTED]> wrote: > Hi Anatol! > > I'm sorry for disturbing you by email. Please, let me know what way is > preferrable to communicate with you about plugin.
Better to send all your plugin related questions to [email protected] maillist. > > Is plugin supports java5 generics in mapping sets and lists? > For example: > > /** > * @hibernate.set inverse="true" cascade="all" lazy="true" > * @hibernate.collection-key column="ADVERTISER_IDF" > * @hibernate.collection-one-to-many > */ > public Set<Contact> getContacts() { > return contacts; > } Xdoclet supports generics in java5. Actually saying QDox supports java5 because of qdox used by xdoclet2 a language parser. But it has several unresolved issues with generics. You can find more info in project JIRA tracker (http://jira.codehaus.org/browse/QDOX). > Will plugin determine which class name use for class parameter for > hibernate.collection-one-to-many? Do you mean determine class name from generic?? In fact I don't know. I have never used xdoclet2 with java5. But anyway you can do it as in pre-java5 versions do: specify classname with 'class' attribute explicitly. And one more item: hibernate.collection-one-to-many tag was renamed to hibernate.one-to-many in xdoclet2 > > Thank you! > -- anatol ------------------------------------------------------- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar _______________________________________________ xdoclet-plugins-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest
