Hi All,

Have 3 entity persisted in same table:
- Contact
- PersonContact extends Contact
- CompanyContact extends Contact

I can create request which will return Contact... Something like
Request<java.util.List<ContactProxy>> findContactEntries(). The
problem is what this ContactProxy will contain only fields in
ContactProxy...

How to return a List which will contain both PersonContact &
CompanyContact proxies? How to parameterize request in this case,
cause Request<java.util.List<java.lang.Object>> not gonna work.

Thx!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to