Hi,
I am using bulk insert for saving 100s of objects I get per second. I really liked stateless session for doing this job.
But the problem is, my objects are having collection maps which are ignored while saving the objects. I know its a known behavior, but is there any work around to make it work with an object with collections?
I have tried the other batch insert method in hibernate but that isn't fast enough. Is there any thing else in hibernate which supports collection object and also is fast enough.
Any help appreciated!
Thanks
|