[jira] [Updated] (OFBIZ-9152) SimpleMethod: FindByAnd never using EntityListIterator
Posted by
Nicolas Malin (Jira) on
URL: http://ofbiz.116.s1.nabble.com/jira-Updated-OFBIZ-9152-SimpleMethod-FindByAnd-never-using-EntityListIterator-tp4700621.html
[
https://issues.apache.org/jira/browse/OFBIZ-9152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mirko Vogelsmeier updated OFBIZ-9152:
-------------------------------------
Attachment: FindByAnd.java-OFBIZ-9152.tmp
Changed the method call to the propper one.
> SimpleMethod: FindByAnd never using EntityListIterator
> ------------------------------------------------------
>
> Key: OFBIZ-9152
> URL:
https://issues.apache.org/jira/browse/OFBIZ-9152> Project: OFBiz
> Issue Type: Bug
> Components: framework
> Affects Versions: Trunk, Release Branch 16.11
> Reporter: Mirko Vogelsmeier
> Fix For: Trunk
>
> Attachments: FindByAnd.java-OFBIZ-9152.tmp
>
>
> 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)