Annotation Interface Flush


@Documented @Retention(RUNTIME) @Target(METHOD) public @interface Flush
The maker annotation that invoke a flush statements via Mapper interface.

How to use:

 public interface UserMapper {
   @Flush
   List<BatchResult> flush();
 }
 
Since:
3.3.0
Author:
Kazuki Shimizu