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

2005-04-05 Thread Emmanuel Bernard
Henri Tremblay wrote: 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. Not to reassure me ;-) So the best way to insert a blob is different if you are using an oracle 9i thin, ora

[Hibernate] DAO generation templates

2005-04-05 Thread Gavin King
I’d really like to add DAO generation to hbm2java. All we need is a simple template that   (1)   creates typesafe versions of persist(), merge(), delete(), etc (2)   searches for relevant named queries and created findX() methods   I’ll spend some time on this tonight, perhaps, but