Ronald Jaramillo wrote:

Hi,
Ian has a point there, one of the reason Hibernate is doing so much, is partly because writing logic in Java is not as fun as doing it in Python, so doing as much as possible in a declarative way is reasonable in the J2EE world.

Except that selectBy always hits the Database and doesn't seem to cache the results. This is similar to the problem with alternate ID columns: when you request something by an alternate ID, you're doing query even if the object is already in memory -- at least that's what I've been able to figure out.

--
Jeff Watkins
http://newburyportion.com

Reply via email to