Posted By:
Andy_Doerr
Posted On:
Wednesday, November 20, 2002 02:52 PM
How do I get xdoclet to create the abstract of a select method so I can use it from my interface?
I have tried:
/**
* @ejb.select
* signature="Collection selectAll()"
* query="SELECT OBJECT(u) FROM WA_USER as u"
* result-mapping="Local"
*/
public abstract Collection ejbSelectAll();