Thanks rongnguyen!

rongnguyen wrote
> You can use custom SQL:
> String helperName = delegator.getGroupHelperName("org.ofbiz");
> SQLProcessor sqlProc = new SQLProcessor(helperName);
> sqlProc.prepareStatement("SELECT * FROM TABLE");
> ResultSet resultSet = sqlproc.executeQuery();

And Deepak, I'm using 12.04.02! And weird enough I can't find findAll() in
GenericDelegator!


Deepak Dixit-2 wrote
> Hi Jad,
> 
> Which release are you using?
> findAll exists in trunk (refer GenericDelegtor.java)
> 
> Thanks & Regards
> -- 
> Deepak Dixit
> 
> 
> On Jan 17, 2014, at 2:35 PM, Jad El Omeiri wrote:
> 
>> Hi,
>> 
>> I'm trying to use delegator.findAll("entityName") in beanshell.
>> Was the method moved, removed, changed, or replaced?
>> Because for example I can use delegator.getNextSeqId("entityName")
>> successfully.
>> I actually couldn't find any method called findAll() in the Ofbiz
>> packages!
>> 
>> Cheers,
>> 
>> 
>> 
>> -----
>> Jad El Omeiri
>> --
>> View this message in context:
>> http://ofbiz.135035.n4.nabble.com/delegator-findAll-missing-tp4647322.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
> 
> 
> 
> smime.p7s (6K)
> <http://ofbiz.135035.n4.nabble.com/attachment/4647324/0/smime.p7s>





-----
Jad El Omeiri
--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/delegator-findAll-missing-tp4647322p4647325.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to