Search:

Type: Posts; User: satya_662; Keyword(s):

Search: Search took 0.01 seconds.

  1. simplejdbc template batch update is not working

    Hi All,
    I am using simplejdbctemplate to insert the batchupdate in the following code
    public void importData(final HashMap map)
    {
    if(map.size()>0)
    {
    ...
  2. how to get autogenerated keys from batch update opertaion using sping SimpleJdbcTempl

    Hi All,
    I am using the below code for inserting the data but i want to get the autogenerated keys can anyone please explain me how can i get the keys?
    public class TestDBExportImpl
    {
    private...
Results 1 to 2 of 2