[Hibernate] typo in hibernate API

2003-12-12 Thread Tim Kettering
Just noticed a minute ago that in the API doc for Interceptor.isUnsaved() - theres a typo.. unless 'shoose' is some type of aussie term I haven't heard yet. :) Returns: Boolean or null to shoose default behaviour --- This SF.net email

[Hibernate] Multiple database support w/ Hibernate

2003-08-14 Thread Tim Kettering
Pardon this question - I'm sure this has been asked, but I cannot find a definite answer in the Hibernate documents, and the sourceforge list archives (like usual) is taking forever to return any results. I know its possible to set up different session factories for multipled databases, but is

Re: [Hibernate] problems with date comparision

2003-01-18 Thread Tim Kettering
Allright! That worked beautifully. My question is.. if LIMIT is not supported, then why did it work just fine for the other 2 types of queries I'm using it in... and it even returns the correct amount of results i want! Kinda dangerous to let that in, if its going to give unpredictable resul