public class ListProvider extends Object
| Constructor and Description |
|---|
ListProvider() |
| Modifier and Type | Method and Description |
|---|---|
static String |
insertList(org.apache.ibatis.builder.annotation.ProviderContext providerContext,
List<?> entityList) |
static String |
updateList(org.apache.ibatis.builder.annotation.ProviderContext providerContext,
List<?> entityList)
批量更新
|
static String |
updateListSelective(org.apache.ibatis.builder.annotation.ProviderContext providerContext,
List<?> entityList)
非空更新
|
public static String insertList(org.apache.ibatis.builder.annotation.ProviderContext providerContext, @Param(value="entityList") List<?> entityList)
public static String updateList(org.apache.ibatis.builder.annotation.ProviderContext providerContext, @Param(value="entityList") List<?> entityList)
Copyright © 2022. All rights reserved.