类 ExampleProvider

java.lang.Object
cn.virens.common.mapper.example.mapper.ExampleProvider

public class ExampleProvider extends Object
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    static String
    deleteByExample(org.apache.ibatis.builder.annotation.ProviderContext providerContext)
    根据 Example 删除
    static String
    selectByExample(org.apache.ibatis.builder.annotation.ProviderContext providerContext)
    根据 Example 条件批量查询,根据 Example 条件查询总数,查询结果的数量由方法定义
    static String
    selectCountByExample(org.apache.ibatis.builder.annotation.ProviderContext providerContext)
    根据 Example 条件批量查询,根据 Example 条件查询总数,查询结果的数量由方法定义
    static String
    updateByExample(org.apache.ibatis.builder.annotation.ProviderContext providerContext)
    根据 Example 条件批量更新实体信息
    static String
    updateByExampleSelective(org.apache.ibatis.builder.annotation.ProviderContext providerContext)
    根据 Example 条件批量更新实体不为空的字段

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • 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