I agree 100%, and I'm puzzled by this.
I posted about that in the Forum on SF,
asking the same questions.
Cf.
http://sourceforge.net/forum/forum.php?thread_id=802051&forum_id=128638
No answers yetam I missing something here?
Thanks,
Otis
On Thu, 30 Jan 2003, Aapo Laakkonen
([EMAIL P
Uh, LIMIT and OFFSET are not supported?
This may not be standard SQL, but some DBs
that Hibernate supports do support that SQL
extension. I thought that the whole point
of having different Dialects for different
types of databases was to support things
that are different, non-standard about them.
Hello,
Hm, there is no hibernate-user/general, so
I'll ask here and get out quickly.
1. Does Hibernate allow for fine tuning lazy
vs. non-lazy loading? That is, can I
specify when to uze lazy loading and when
not to use lazy loading?
2. Does Hibernate allow me to override it
and specify my own