I would like to use simpleJdbcInsert class and executeBatch method
public int[] executeBatch(Map[] batch)
http://stati
As far my knowledge
Frist try to create an array of java.lang.Object and then cast to Generic type T
Example:
class Example{ public DataType array = (DataType[]) new Object[5] ; }
In this way, you can create an array of generic datatype