public interface LenInsertListAndinsertUseGeneratedKeysMapper<T>
| Modifier and Type | Method and Description |
|---|---|
int |
insertList(List<T> recordList) |
int |
insertUseGeneratedKeys(T record) |
@Options(useGeneratedKeys=true,
keyProperty="id")
@InsertProvider(type=MySpecialProvider.class,
method="dynamicSQL")
int insertList(List<T> recordList)
@Options(useGeneratedKeys=true,
keyProperty="id")
@InsertProvider(type=MySpecialProvider.class,
method="dynamicSQL")
int insertUseGeneratedKeys(T record)
Copyright © 2019. All rights reserved.