类 OracleProvider


  • public class OracleProvider
    extends tk.mybatis.mapper.mapperhelper.MapperTemplate
    • 字段概要

      • 从类继承的字段 tk.mybatis.mapper.mapperhelper.MapperTemplate

        entityClassMap, mapperClass, mapperHelper, methodMap
    • 构造器概要

      构造器 
      构造器 说明
      OracleProvider​(Class<?> mapperClass, tk.mybatis.mapper.mapperhelper.MapperHelper mapperHelper)  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      String insertList​(org.apache.ibatis.mapping.MappedStatement ms)
      INSERT ALL INTO demo_country country_id,country_name,country_code, VALUES #{record.countryId},#{record.countryName},#{record.countryCode}, SELECT 1 FROM DUAL
      • 从类继承的方法 tk.mybatis.mapper.mapperhelper.MapperTemplate

        addMethodMap, createSqlSource, dynamicSQL, getConfig, getEntityClass, getIDENTITY, getIDENTITY, isBEFORE, isCheckExampleEntityClass, isNotEmpty, setResultType, setSqlSource, setSqlSource, supportMethod, tableName
    • 构造器详细资料

      • OracleProvider

        public OracleProvider​(Class<?> mapperClass,
                              tk.mybatis.mapper.mapperhelper.MapperHelper mapperHelper)
    • 方法详细资料

      • insertList

        public String insertList​(org.apache.ibatis.mapping.MappedStatement ms)
        INSERT ALL INTO demo_country country_id,country_name,country_code, VALUES #{record.countryId},#{record.countryName},#{record.countryCode}, SELECT 1 FROM DUAL
        参数:
        ms -
        返回: