Interface InsertListMapper<T>

Type Parameters:
T - 泛型
All Known Subinterfaces:
OracleMapper<T>

public interface InsertListMapper<T>
Oracle批量插入 支持@KeySql.genId(),不支持@KeySql.sql() 因INSERT ALL语法不支持序列,可手工获取序列并设置至Entity或绑定触发器
Since:
Java 17+
Author:
Kimi Liu