[jira] [Created] (OFBIZ-9152) SimpleMethod: FindByAnd not using EntityListIterator
Posted by
Nicolas Malin (Jira) on
Dec 20, 2016; 3:24pm
URL: http://ofbiz.116.s1.nabble.com/jira-Created-OFBIZ-9152-SimpleMethod-FindByAnd-not-using-EntityListIterator-tp4700626.html
Mirko Vogelsmeier created OFBIZ-9152:
----------------------------------------
Summary: SimpleMethod: FindByAnd not using EntityListIterator
Key: OFBIZ-9152
URL:
https://issues.apache.org/jira/browse/OFBIZ-9152 Project: OFBiz
Issue Type: Bug
Components: framework
Affects Versions: Release Branch 16.11, Trunk
Reporter: Mirko Vogelsmeier
Fix For: Trunk
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()".
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)