Wouter Zoons wrote:
has anyone already encountered a query generated like this in a DaoBase ?
/** * @see be.vw.wc.person.Person#findBySerial(int, java.lang.String) */ public Object findBySerial(final int transform, final java.lang.String serial) { return this.findBySerial(transform, "from be.vw.wc.person.Person as person where person.serial = = :serial", serial); }
(notice the two equal signs)
I enabled the named parameters through the namespace property, and I am not using any OCL on this finder (I just have a single argument 'serial' which is an attribute of this entity)
-- Wouter
This has bee fixed in CVS.
------------------------------------------------------- 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_ide95&alloc_id396&op=click _______________________________________________ Andromda-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-devel
------------------------------------------------------- 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-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-devel
