T
public interface InsertMapper<T>
int
insert(T record)
@Options(useGeneratedKeys=true) @InsertProvider(type=SqlServerProvider.class, method="dynamicSQL") int insert(T record)
record
Copyright © 2022. All Rights Reserved.