/[Apache-SVN]
ViewVC logotype

Revision 1782498


Jump to revision: Previous Next
Author: jleroux
Date: Fri Feb 10 18:46:04 2017 UTC (7 years, 2 months ago)
Changed paths: 1
Log Message:
Fixed: SimpleMethod: FindByAnd never using EntityListIterator
(OFBIZ-9152)

Since the introduction of EntityQuery there was no distinction between a simple 
method tags 
<find-by-and use-iterator="true"> and <find-by-and use-iterator="false"> 
(except cache handling).
There is a condition "if (useIterator)" but with entityQueries did use 
"[...].queryList()".

Thanks: Mirko Vogelsmeier

Changed paths

Path Details
Directoryofbiz/trunk/framework/minilang/src/main/java/org/apache/ofbiz/minilang/method/entityops/FindByAnd.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26