RE: [Hibernate] Query Counter Interceptor?

2003-11-25 Thread Eric Pugh
Good suggestion! I was thinking of writing my own interceptor, but I guess an Aspect would work as well. Interceptors being poor man's aspects! I haven't really played much with Aspects, only seen a couple demos, so this might be a good way to get into it. If I make any progress I'll put it on

RE : [Hibernate] Filtering collections with where clause??

2003-11-25 Thread St-Pierre Philip
Yes, but if I specify a where attribute for the set (I said the where clause in my last mail, but I was talking of the where attribute of the set), I have to use a field of the table associated with the set. What I want to do is filtering on a field that is in the target table, which is the table a

[Hibernate] [OT] reporting engines/tools

2003-11-25 Thread Butt, Dudley
Hi all, Has anyone used any good reporting stuff recently? Please let me know. We're currently evaluating to get rid of our Crystal reports, just need to know some other options...THANX NOTICE: This message contains privileged and confidential information intended only for the person or

[Hibernate] When will Hibernate be JDO compliant?

2003-11-25 Thread Butt, Dudley
Hi all, questions asked, please excuse me if I sound a little impatient, I was just wondering when this would happen..as we really want to use Hibernate, but with JDO emerging now with some semi ok implementations, we will need to know what sort of effort it will require to take a current Hiberna

Re: [Hibernate] When will Hibernate be JDO compliant?

2003-11-25 Thread Christian Bauer
On 25 Nov (17:03), Butt, Dudley wrote: > Hi all, questions asked, please excuse me if I sound a little impatient, I was just > wondering when this would happen..as we really want to use > Hibernate, but with JDO emerging now with some semi ok implementations, we will need > to know what sort of

Re: [Hibernate] When will Hibernate be JDO compliant?

2003-11-25 Thread Gavin King
We never, ever commit to any dates for anything. And lets be quite clear. There will be no Hibernate JDO implementation prior to an acceptable JDO2 spec. So far there is not even a JSR for JDO2. So don't hold your breath. Butt, Dudley wrote: Hi all, questions asked, please excuse me if I sound

Re: [Hibernate] When will Hibernate be JDO compliant?

2003-11-25 Thread Gavin King
P.S. We do not plan to "become compliant" to JDO or any other committee-designed APIs. We will continue to offer the best ORM API and query language, as judged by us. It is our intention that the vast majority of our users will continue to use these APIs and query language. Any Hibernate JDO2 i

[Hibernate] "service data objects"?

2003-11-25 Thread Gavin King
http://siliconvalley.internet.com/news/article.php/3113361 -- Gavin King JBoss Group +61 410534454 http://hibernate.org --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it h

Re: [Hibernate] "service data objects"?

2003-11-25 Thread Christian Bauer
On 26 Nov (02:51), Gavin King wrote: > http://siliconvalley.internet.com/news/article.php/3113361 I remember BEA opening some of their code lately, and if I'm correct, it was some XML data binding framework stuff. -- Christian Bauer [EMAIL PROTECTED] --

Re: [Hibernate] "service data objects"?

2003-11-25 Thread Gavin King
Nah this is way more ambitious. This looks a little bit like carrierwave plus some other ideas. Read the whitepaper: http://www-106.ibm.com/developerworks/library/j-commonj-sdowmt/ The even mention Hibernate twice. Very interesting stuff. They are talking about externalizable object graphs and

[Hibernate] Happy birthday to us!

2003-11-25 Thread Gavin King
We are two years old ;) -- Gavin King JBoss Group +61 410534454 http://hibernate.org --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHAR

RE: [Hibernate] "service data objects"?

2003-11-25 Thread Boring Jeff IT56 (ext-CDI)
I heard about this 3-4 months ago from an IBM Global Services employee. He got a briefing from IBM Software about a new API called, "WebSphere Data Objects." He also told me that WAS v6 and WSAD v5.2 would support it. The point being that they already have implementation code. Jeff W. Boring --

[Hibernate] Sample

2003-11-25 Thread RamNarasimhan
Guys, We're planning to use hibernate for building a new batch application in Java. I was wondering if some one can point me to "where I can get a sample application". Thanks Ram N --- This SF.net email is sponsored by: SF.net Giveback Pro

[Hibernate] Criteria.count() patch

2003-11-25 Thread Chris Nelson
All, Earlier I submitted a patch to add a Criteria.count() method. In further testing, I realized it did not work and play well with limit queries. I fixed this problem and added a test case (to FumTest, for lack of a better idea) to prove that it works. I noticed that all the test cases pass (

[Hibernate] "inverse=true" and foreign key constraints

2003-11-25 Thread Bear Giles
I've noticed that if I define a bidirectional set with the default "inverse=false," both elements of the set are (properly) marked with foreign key constraints. If I tag both sides of the bidirectional set "inverse=true", neither is marked with a foreign key constraint. Is this right? From a

RE: [Hibernate] Happy birthday to us!

2003-11-25 Thread Pablo I. Lalloni
Congratulations to the whole Hibernate community. I think it's quite impressive what has been accomplished by this community in both technological and industry fronts. IMO Hibernate is the best, far away, O/R tool available today and I cannot see any other tool getting closer to this. I also thi