[Hibernate] Tools

2004-01-20 Thread Henri Tremblay
Hello,   At job we have decided to convert our application to Hibernate to solve some persistence issues that were previously done by hand (caching, lazy loading, outter-join and so on).   An existing application is not really easy to convert but it's going pretty well. The first thing that w

Re: [Hibernate] Tools

2004-01-20 Thread Henri Tremblay
l be too much .hbm.xml files to put all their paths in the registry. So I'm doing a real file Open, Save, Save as..., Recent files functionality. Henri - Original Message - From: "Max Rydahl Andersen" <[EMAIL PROTECTED]> To: "Henri Tremblay" <[EMAIL PROT

Re: [Hibernate] Tools

2004-01-20 Thread Henri Tremblay
m trying to fill the hole. - Original Message - From: "Christian Bauer" <[EMAIL PROTECTED]> To: "Henri Tremblay" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, January 20, 2004 10:05 PM Subject: Re: [Hibernate] Tools > On 20 Jan (21:52), Henri T

Re: [Hibernate] Tools

2004-01-20 Thread Henri Tremblay
nate and we still can > belive how much productivity we have gained from this combination. > > > Regards, > Angel Aray. > > > On Tuesday 20 January 2004 16:52, Henri Tremblay wrote: > > Hello, > > > > At job we have decided to convert our application to Hibernat

Re: [Hibernate] Tools

2004-01-20 Thread Henri Tremblay
al Message - From: "Christian Bauer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 20, 2004 10:45 PM Subject: Re: [Hibernate] Tools > On 20 Jan (22:42), Henri Tremblay wrote: > > > But there's not much support for project conversion from

Re: [Hibernate] Lazy components

2004-02-24 Thread Henri Tremblay
IMHO, I've been doing a lot of mapping these days on a lot of classes and tables from different teams on my project. I've seen a lot of different mapping issues. And I agree, I don't think you need to mess the code to put lazy components. The only time I've been using components is in the case whe

Re: [Hibernate] Lazy components

2004-02-24 Thread Henri Tremblay
uot;Emmanuel Bernard" <[EMAIL PROTECTED]> To: "'hibernate-devel'" <[EMAIL PROTECTED]> Sent: Wednesday, February 25, 2004 12:39 AM Subject: Re: [Hibernate] Lazy components > Henri Tremblay wrote: > > >P.S.: Just to be annoying, according to the way I'

RE: [Hibernate] Lazy components

2004-02-25 Thread Henri Tremblay
I think I can't agree more with everything you said. And I didn't know the thing about the database reading the complete row anyway. It makes vanish the last argument I can think of for component lazy loading. From: "Joshua Davis" <[EMAIL PROTECTED]> To: "

Re: [Hibernate] Startup time

2004-04-27 Thread Henri Tremblay
Happily, I'm currently having this problem on my project. It takes ages to load the configuration (more than one minute at least). So I played with OptimizeIt quickly. Our real problem was a little bit tricky (it's based on a special enum implementation we have, we have one custom type per enum ty

Re: [Hibernate] support for ON CASCADE DELETE

2004-07-21 Thread Henri Tremblay
Does this remove the hibernate limitation on nullable foreign keys? (that foreign keys of collections need to be nullable even if there is a cascade all-delete-orphan). If yes, great! If no, still great! (but I'll be back on this issue). Henri - Original Message - From: "Gavin King" <[EM

Re: [Hibernate] support for ON CASCADE DELETE

2004-07-21 Thread Henri Tremblay
I think). Sorry to have made you jump a little, Henri - Original Message - From: "Christian Bauer" <[EMAIL PROTECTED]> To: "Henri Tremblay" <[EMAIL PROTECTED]> Cc: "hibernate-devel" <[EMAIL PROTECTED]> Sent: Thursday, July 22, 2004 12:07 A

Re: [Hibernate] Why is the element required in the hibernate config (XML) file?

2004-12-16 Thread Henri Tremblay
It is possible to do it in Hibernate2 but only using the hibernate.properties. It won't work with the xml. So you need to have the .properties for your configuration and then you can add your mapping programmatically. On Thu, 16 Dec 2004 08:27:50 +0100, Max Rydahl Andersen <[EMAIL PROTECTED]> wro

Re: [Hibernate] Re: SV: Re: [PRODUCT] ORM + RDBMS = OODBMS / Evaluation Against Fictive jamStore

2004-12-26 Thread Henri Tremblay
I still don't if it worth it by I've decided to answer this mail. Two parts, first: I've started using Hibernate on my project because of lots of performance issues doing straight JDBC and also loads of bugs. So we really needed an O/R mapping tool since there was way to many classes in our domai

Re: [Hibernate] someone looking at flushing performance...

2005-01-05 Thread Henri Tremblay
(Steve, sorry, you will get this mail twice... it seems that the gmail reply didn't do what I was expecting ie posting to the mailing list) --- Thanks Max for your comment on the forum, I was eagerly reading the thread in the mailing list and will no

Re: [Hibernate] byte[] to Blob and char[]/String to Clob

2005-04-04 Thread Henri Tremblay
Hello, Recently I had a lot of "fun" playing with Blob on Oracle. The thing you need to be aware of is that the way to work with them depends on the driver you use. So the best way to insert a blob is different if you are using an oracle 9i thin, oracle 9i oci or some more JDBC compliant drivers