类 TenantInfoMapperByDerby
- java.lang.Object
-
- com.alibaba.nacos.plugin.datasource.mapper.AbstractMapper
-
- com.alibaba.nacos.plugin.datasource.impl.derby.TenantInfoMapperByDerby
-
- 所有已实现的接口:
Mapper,TenantInfoMapper
public class TenantInfoMapperByDerby extends AbstractMapper implements TenantInfoMapper
The derby implementation of TenantInfoMapper.- 作者:
- hyx
-
-
构造器概要
构造器 构造器 说明 TenantInfoMapperByDerby()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 java.lang.StringgetDataSource()Get the datasource name.java.lang.StringgetTableName()Get the name of table.-
从类继承的方法 com.alibaba.nacos.plugin.datasource.mapper.AbstractMapper
count, delete, getPrimaryKeyGeneratedKeys, insert, select, update
-
-
-
-
方法详细资料
-
getTableName
public java.lang.String getTableName()
从接口复制的说明:MapperGet the name of table.- 指定者:
getTableName在接口中Mapper- 返回:
- The name of table.
-
getDataSource
public java.lang.String getDataSource()
从接口复制的说明:MapperGet the datasource name.- 指定者:
getDataSource在接口中Mapper- 返回:
- The name of datasource.
-
-