On 19 Nov (10:38), Vivian Fonger wrote:

> involve more than 1 million records sometime.  I want to know is there
> ANY way that I don't need to select out the data through session.find
> and save individual data through session.save into the system table.  I

For this kind of trivial mass operation, you can't and shouldn't use an
object/relational mapping tool. Use an SQL abstraction layer, like
iBatis or search Google. I think there is no clean and/or easy solution
for this in Hibernate. 

Please ask further questions on the user forum.

-- 
Christian Bauer
[EMAIL PROTECTED]


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to