Package org.apache.ibatis.annotations
Annotation 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