java - What is the use of this spring class BatchPreparedStatementSetter? -
can give me short description spring class
org.springframework.jdbc.core.batchpreparedstatementsetter
it's used bulk insertion of many rows @ once.
this code illustrate how it's used.
take @ importemployees
method, , should become clear.
Comments
Post a Comment