@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ReplaceInto
Change "insert [into]" to "replace [into]" for insert sql.
It will affect when use in entity Javabean.
In particular, this is generally used for MySQL.
- Since:
- 1.11
- Author:
- Kingstar