Present a sql query in service engine Apache OFBiz -


i present sql query in service engine ofbiz follows:

select * a.a in (select b.a b b.b = '2');

please me.

always use entity-engine if possible (try view-entity, entitylistiterator ...) if can't avoid sqlprocessor way go. has been answered @ does apache ofbiz delegator api support fetching list of records database limit or offset


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -