Closed
Description
Provide a general insert statement that is not based on a POJO class. The current insert statements assume that a class exists that holds field data for insert statements. This works well for retrieving generated keys with MyBatis, but is unnecessary for Spring. If we allow a general INSERT like we do with UPDATE, we can also easily implement something like type handlers for Spring (like #131).