Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Undefined future
-
None
Description
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";
}