Re: [Hibernate] New subproject proposal: a batching, client/server JDBC layer

2004-06-14 Thread David Rees
Philipp Meier wrote, On 6/14/2004 6:46 AM: > > There is c-jdbd which acts as a kind of jdbc-"raid" for databases > (Implementing db-clustering at jdbc level), which might be a goot starting > point for this. Yes, c-jdbc http://c-jdbc.objectweb.org/ was my first thought as well. -Dave

Re: [Hibernate] Evil finalize()

2004-02-17 Thread David Rees
On Tue, February 17, 2004 at 8:32 pm, Gavin King wrote: > http://blog.hibernate.org/cgi-bin/blosxom.cgi/2004/02/18#finalize Wow! Cutting down the overhead of Hibernate by 50% is huge! -Dave --- SF.Net is sponsored by: Speed Start Your Linux A

Re: [Hibernate] updating exiting objects with a new clone

2003-11-02 Thread David Rees
Troy McKinnon wrote: > The only way I can see doing this now is to transfer the field values > from myItem to fromDatabase. > (Note: using the reflect package to do this is fairly trivial - but just > more work ) > If there was some way to updateSimilar or updateFromClone or similar > method that