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
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
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