Uploaded image for project: 'Cayenne'
  1. Cayenne
  2. CAY-419

Collections aren't supported with in-memory filtering

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Undefined future
    • 3.0 beta 1, 3.0
    • Core Library
    • 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";
      }

      Attachments

        Activity

          People

            antidote Andrey Razumovsky
            dmerrin Dave Merrin
            Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: