类 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
The abstract mysql mapper contains CRUD methods.
- 作者:
- blake.qiu
-
构造器概要
构造器 -
方法概要
从类继承的方法 com.alibaba.nacos.plugin.datasource.mapper.AbstractMapper
count, delete, getPrimaryKeyGeneratedKeys, insert, select, update从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.alibaba.nacos.plugin.datasource.mapper.Mapper
getDataSource, getTableName
-
构造器详细资料
-
AbstractMapperByMysql
public AbstractMapperByMysql()
-
-
方法详细资料
-
getFunction
从接口复制的说明:MapperGet function by functionName.- 参数:
functionName- functionName- 返回:
- function
-