Closed sophea closed 11 years ago
For example of One Domain DOffer has property Collection storeIds.
When I try to user dao.queryByStoreIds(Arrays.asList(storeId)), It does not find any stores at all.
dao.queryByStoreIds() implementation is creating equal filter , not IN filter.
The intention is to pass a single item as parameter, i.e. a Long storeId. Then, the Equals filter makes sense. Will close this issue - wont fix.
For example of One Domain DOffer has property Collection storeIds.
When I try to user dao.queryByStoreIds(Arrays.asList(storeId)), It does not find any stores at all.
dao.queryByStoreIds() implementation is creating equal filter , not IN filter.