@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface MyBatchUpdate
abstract methods of ineterface can have parameter type pattens as blow:
1, Map<String, Object>
2, javabean[]
3, List<Map<String, Object>>
4, List<T>
return type is int[]