接口 InsertSelectiveMapper<T>

  • 类型参数:
    T - 不能为空
    所有已知子接口:
    SqlServerMapper<T>

    public interface InsertSelectiveMapper<T>
    通用Mapper接口,插入
    作者:
    liuzh
    • 方法详细资料

      • insertSelective

        @Options(useGeneratedKeys=true)
        @InsertProvider(type=SqlServerProvider.class,
                        method="dynamicSQL")
        int insertSelective​(T record)