Mybatis won't insert a list - you need to make that work yourself. It might be possible to do a for-each in your mapped statement to create multiple inserts there, or if you're using mysql, use the "insert ... values () () ... ()" syntax.
Larry
Mybatis won't insert a list - you need to make that work yourself. It might be possible to do a for-each in your mapped statement to create multiple inserts there, or if you're using mysql, use the "insert ... values () () ... ()" syntax.
Larry