类 AbstractMapperByMysql

java.lang.Object
com.alibaba.nacos.plugin.datasource.mapper.AbstractMapper
com.alibaba.nacos.plugin.datasource.impl.mysql.AbstractMapperByMysql
所有已实现的接口:
Mapper
直接已知子类:
ConfigInfoBetaMapperByMySql, ConfigInfoGrayMapperByMySql, ConfigInfoMapperByMySql, ConfigInfoTagMapperByMySql, ConfigMigrateMapperByMysql, ConfigTagsRelationMapperByMySql, GroupCapacityMapperByMysql, HistoryConfigInfoMapperByMySql, TenantCapacityMapperByMySql, TenantInfoMapperByMySql

public abstract class AbstractMapperByMysql extends AbstractMapper
The abstract mysql mapper contains CRUD methods.
作者:
blake.qiu
  • 构造器详细资料

    • AbstractMapperByMysql

      public AbstractMapperByMysql()
  • 方法详细资料

    • getFunction

      public String getFunction(String functionName)
      从接口复制的说明: Mapper
      Get function by functionName.
      参数:
      functionName - functionName
      返回:
      function