mybatis-dynamic-sql
mybatis-dynamic-sql copied to clipboard
Support for for handling duplicates?
I'm using MyBatis Dynamic SQL with MySQL, and would like to know whether there are any methods to handle duplicates, such that I can do something similar to:
INSERT INTO ...... ON DUPLICATE KEY UPDATE...
or
INSERT IGNORE INTO...
Thanks! :)