[
https://issues.apache.org/jira/browse/CAY-419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrey Razumovsky closed CAY-419.
---------------------------------
Resolution: Fixed
Fix Version/s: 3.0 beta 1
> Collections aren't supported with in-memory filtering
> -----------------------------------------------------
>
> Key: CAY-419
> URL: https://issues.apache.org/jira/browse/CAY-419
> Project: Cayenne
> Issue Type: Improvement
> Components: Cayenne Core Library
> Affects Versions: Undefined future
> Reporter: Dave Merrin
> Assignee: Andrey Razumovsky
> Fix For: 3.0 beta 1
>
>
> It would be good to be able to filter objects based on a property where the
> property is a collection.
> i.e. be able to filter on the 'name' of the ANOtherClass.
> class ClassToBeFiltered
> {
> ArrayList<ANOtherClass> list = new ArrayList<ANOtherClass>();
> }
> class ANOtherClass
> {
> String name = "test";
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.