I've read a similar thread (and possibly responded to it).

I vote for it. The point is to be able to programmatically generate queries to the Entity Engine. Using raw SQL will of course be RDBMS-dependent. Using an OFBiz SQL dialect will be RDBMS-independent.

That's what little I remember from the thread I read and/or responded to.

Jonathon

Adam Heath wrote:
Jacques Le Roux wrote:
Was not delegator methods thought to hide SQL code ? I think that David meant 
to prune not to replace. In both case such a changes
implie
major tedious refactoring. Though using deprecated concept it could be carried 
on carefully in time...

I don't think you understand.

You wouldn't be writing sql to the raw jdbc.  You'd be writing an Ofbiz
sql dialect.  Ofbiz would then translate that on the fly to the correct
underlying form.



Reply via email to