That is a cut-n-paste from the method above, whoops. It should be removed. I'll do it much later tonight, or tomorrow.
--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
Adrian Crum <
[hidden email]> wrote:
On 5/14/2012 9:59 PM,
[hidden email] wrote:
> --- ofbiz/trunk/framework/entity/src/org/ofbiz/entity/Delegator.java (original)
> +++ ofbiz/trunk/framework/entity/src/org/ofbiz/entity/Delegator.java Mon May 14 20:59:20 2012
> @@ -363,6 +363,26 @@ public interface Delegator {
> public List<GenericValue> findByAndCache(String entityName, Map<String, ? extends Object> fields, List<String> orderBy) throws GenericEntityException;
>
> /**
> + * Finds Generic Entity records by all of the specified fields (ie: combined
> + * using AND), looking first in the cache; uses orderBy for lookup, but only
> + * keys results on the entityName and fields NOTE 20080502: 56 references
Umm... A new method has a note from 2008? I sense a temporal distortion.
-Adrian