@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface MyInsertWithKey
abstract methods of ineterface can have parameter type pattens as blow:
1, no map, no javabean, can array or list
2, javaben
3, Map<String, Object>
return type is primary key type.