On 11/1/05, Steve Bergman <[EMAIL PROTECTED]> wrote:
> But I must confess, I'm feeling more and more that SQLObject is trying
> to shoehorn OO into an area where good old SQL is simply far superior.

Does anyone know offhand how Hibernate handles queries that join data
from two tables? I don't have time to go look right this minute, and I
don't remember off the top of my head.

Objects are nice for putting your data and behavior together. SQL is
nice for collecting up and collating raw data. They each have their
strengths. An OR mapper has the unenviable task fo bridging the two.

Kevin

Reply via email to