-
Feb 26th, 2011, 01:13 AM
#1
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
-
Feb 26th, 2011, 08:05 AM
#2
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
-
Feb 26th, 2011, 08:11 AM
#3
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
-
Mar 10th, 2011, 12:15 AM
#4
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
-
Forum Rules