You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Mirko Vogelsmeier (JIRA)" <ji...@apache.org> on 2016/12/20 15:26:58 UTC

[jira] [Comment Edited] (OFBIZ-9152) SimpleMethod: FindByAnd never using EntityListIterator

    [ https://issues.apache.org/jira/browse/OFBIZ-9152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15764447#comment-15764447 ] 

Mirko Vogelsmeier edited comment on OFBIZ-9152 at 12/20/16 3:26 PM:
--------------------------------------------------------------------

Changed the method call to the correct one. (To be honest I did not run tests afterwards as gradle doesnt work with my ofbiz currently - I would be glad if someone else could do that)


was (Author: vogelsme):
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)