> Specifically, I'm wondering about the impact of such an approach in terms of
> performance and code readability.

If you care about performance, you probably don't want to use an ORM
anyway. I know people tend to say the problem [of E/R vs. OO impedance
mismatch] has been solved, but in performance critical applications
beyond naive CRUD, it most certainly has not. I call it the projection
problem and I have a strong suspicion it's the real motivation behind
Gavin King's "Ceylon" language.

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

Reply via email to