类 ExampleProvider
java.lang.Object
cn.virens.common.mapper.example.mapper.ExampleProvider
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static StringdeleteByExample(org.apache.ibatis.builder.annotation.ProviderContext providerContext) 根据 Example 删除static StringselectByExample(org.apache.ibatis.builder.annotation.ProviderContext providerContext) 根据 Example 条件批量查询,根据 Example 条件查询总数,查询结果的数量由方法定义static StringselectCountByExample(org.apache.ibatis.builder.annotation.ProviderContext providerContext) 根据 Example 条件批量查询,根据 Example 条件查询总数,查询结果的数量由方法定义static StringupdateByExample(org.apache.ibatis.builder.annotation.ProviderContext providerContext) 根据 Example 条件批量更新实体信息static StringupdateByExampleSelective(org.apache.ibatis.builder.annotation.ProviderContext providerContext) 根据 Example 条件批量更新实体不为空的字段
-
构造器详细资料
-
ExampleProvider
public ExampleProvider()
-
-
方法详细资料
-
deleteByExample
public static String deleteByExample(org.apache.ibatis.builder.annotation.ProviderContext providerContext) 根据 Example 删除- 参数:
providerContext- 上下文- 返回:
- cacheKey
-
updateByExample
public static String updateByExample(org.apache.ibatis.builder.annotation.ProviderContext providerContext) 根据 Example 条件批量更新实体信息- 参数:
providerContext- 上下文- 返回:
- cacheKey
-
updateByExampleSelective
public static String updateByExampleSelective(org.apache.ibatis.builder.annotation.ProviderContext providerContext) 根据 Example 条件批量更新实体不为空的字段- 参数:
providerContext- 上下文- 返回:
- cacheKey
-
selectByExample
public static String selectByExample(org.apache.ibatis.builder.annotation.ProviderContext providerContext) 根据 Example 条件批量查询,根据 Example 条件查询总数,查询结果的数量由方法定义- 参数:
providerContext- 上下文- 返回:
- cacheKey
-
selectCountByExample
public static String selectCountByExample(org.apache.ibatis.builder.annotation.ProviderContext providerContext) 根据 Example 条件批量查询,根据 Example 条件查询总数,查询结果的数量由方法定义- 参数:
providerContext- 上下文- 返回:
- cacheKey
-