Alright. This is more concrete :oP Does this method need to be static ?
On 4/15/05, Tim Dysinger <[EMAIL PROTECTED]> wrote:
Make sure your User class is marked with the stereotype of "Entity" in your model. Add a classifier method to it called "findAll" [or whatever you like to call it] and mark that method with the stereotype of "FinderMethod". [Run andromda:run again and Bam! you'll have data access and entities]
<<FinderMethod>> operations don't need to be, although it's more correct to model them in classifier scope (= Java static), this will make the Spring cartridge put the operation in the entity's DAO rather than the entity itself
of course, to simply get some code generated you can do whatever you want and watch the output
-- Wouter
------------------------------------------------------- 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 _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user
