|
|
Loading mass data from database with SQL
Hi,
i need to load mass data from the database using SQL.
how do u recommend me to approach it ?
does spring has some kind of class/utility which can help me ?
example will be highly appreciated.
thanks,
Eran.
Hello Eran
Have you read about Spring Batch?
I could pick this definitively, you have transactions management available and you can use chunks
HTH |
|