类 AbstractMapper
java.lang.Object
com.alibaba.nacos.plugin.datasource.mapper.AbstractMapper
- 所有已实现的接口:
Mapper
The abstract mapper contains CRUD methods.
- 作者:
- hyx
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明The count method contains where params.The delete method contains.String[]Get config_info table primary keys name.The insert method contains columns.The select method contains columns and where params.The update method contains columns and where params.从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.alibaba.nacos.plugin.datasource.mapper.Mapper
getDataSource, getFunction, getTableName
-
构造器详细资料
-
AbstractMapper
public AbstractMapper()
-
-
方法详细资料
-
select
从接口复制的说明:MapperThe select method contains columns and where params. -
insert
从接口复制的说明:MapperThe insert method contains columns. -
update
从接口复制的说明:MapperThe update method contains columns and where params. -
delete
从接口复制的说明:MapperThe delete method contains. -
count
从接口复制的说明:MapperThe count method contains where params. -
getPrimaryKeyGeneratedKeys
从接口复制的说明:MapperGet config_info table primary keys name. The old default value: Statement.RETURN_GENERATED_KEYS The new default value: new String[]{"id"}- 指定者:
getPrimaryKeyGeneratedKeys在接口中Mapper- 返回:
- an array of column names indicating the columns
-