Oemer Guersoy wrote:

Hi,

when using assigned identifier I expect create functions (in the DAO of that entity) with a parameter for the identifier. But andromda don't consider this issue. Am I wright?


Yeah I think I avoided adding a create that had the identifier, but when its assigned, then it does make sense....please file a JIRA request for the Spring cartridge.

For example:

Entity:
<<Entity>> User [EMAIL PROTECTED]
    <<Identifier>> name
    password

Generated DAO:
...
create(String password);

Expected:
..
create(String name, String password)

Oemer






------------------------------------------------------- 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

Reply via email to