Re: RE: [Hibernate] CodeGenerator in Hibernate2

2003-01-30 Thread otisg
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

Re: Re: [Hibernate] problems with date comparision

2003-01-18 Thread otisg
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.

[Hibernate] 2 Hibernate questions

2003-01-07 Thread otisg
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