Results 1 to 4 of 4

Thread: Finders on Embeddables

  1. #1

    Default Finders on Embeddables

    Hi,
    Roo doesn't seem to provide dynamic finders on embeddable objects. Will explain with a hypothetical example

    @RooEntity
    class Person {

    @Embedded
    Address address;
    }
    And now Address
    @Embeddable
    class Address {

    String streetName;
    String city;

    }
    If I am to find Person's whose address's city streetName field is null, Roo's "finder list" on Person is not giving me an appropriate finder.

    Regards
    Sathya

  2. #2
    Join Date
    Jun 2010
    Posts
    440

    Default Look Mom: A column sorting solution

    To whom it may be interested,

    Another of the LM series...

    http://pragmatikroo.blogspot.com/201...n-sorting.html


    K. Roogards
    jD

  3. #3
    Join Date
    Jun 2010
    Posts
    440

    Default Aplogee

    Hi Sathyakumar,

    I mistakenly reply to you question... Please just disregard it.

    I clicked on the wrong option. I'll be more careful next time.


    Thank you
    jD

  4. #4

    Default

    So I guess this is not possible.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •