@Repository(value="MysqlDbSecurityConfigDaoImpl") public class MysqlDbSecurityConfigDaoImpl extends Object implements DbSecurityConfigDao
| 构造器和说明 |
|---|
MysqlDbSecurityConfigDaoImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
add(DbSecurityConfigDO dbSecurityConfigDO) |
Integer |
delete(Long dsId) |
Integer |
editDataSourceProperty(DbSecurityConfigDO dbSecurityConfigDO) |
DbSecurityConfigDO |
findById(Long id) |
DataDaoType |
getDataDaoType() |
public DataDaoType getDataDaoType()
getDataDaoType 在接口中 DbSecurityConfigDaopublic DbSecurityConfigDO findById(Long id) throws SQLException
findById 在接口中 DbSecurityConfigDaoSQLExceptionpublic Integer add(DbSecurityConfigDO dbSecurityConfigDO) throws SQLException
add 在接口中 DbSecurityConfigDaoSQLExceptionpublic Integer delete(Long dsId) throws SQLException
delete 在接口中 DbSecurityConfigDaoSQLExceptionpublic Integer editDataSourceProperty(DbSecurityConfigDO dbSecurityConfigDO) throws SQLException
editDataSourceProperty 在接口中 DbSecurityConfigDaoSQLExceptionCopyright © 2020. All rights reserved.