@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface Flush
How to use:
public interface UserMapper { @Flush List<BatchResult> flush(); }
Copyright © 2009–2021 MyBatis.org. All rights reserved.