MCPcopy Create free account

hub / github.com/Cocowwy/ShowDB / types & classes

Types & classes59 in github.com/Cocowwy/ShowDB

↓ 3 callersClassError
@author cocowwy.cn @create 2022-03-03-10:39
showdb-core/src/main/java/cn/cocowwy/showdbcore/exception/Error.java:7
ClassBatchInsertPlugin
@author cocowwy.cn @create 2022-05-05-11:45
showdb-core/src/main/java/cn/cocowwy/showdbcore/generate/plugin/BatchInsertPlugin.java:23
ClassBatchUpdatePlugin
@author cocowwy.cn @create 2022-05-05-11:45
showdb-core/src/main/java/cn/cocowwy/showdbcore/generate/plugin/BatchUpdatePlugin.java:23
ClassCodeGenerateUtil
代码生成工具 @author Cocowwy
showdb-core/src/main/java/cn/cocowwy/showdbcore/util/CodeGenerateUtil.java:12
ClassConfigController
配置相关 @author Cocowwy
showdb-core/src/main/java/cn/cocowwy/showdbcore/controller/ConfigController.java:22
InterfaceConfigExecuteStrategy
@author Cocowwy @create 2022-03-03-20:06
showdb-core/src/main/java/cn/cocowwy/showdbcore/strategy/ConfigExecuteStrategy.java:7
ClassConfigService
@author Cocowwy @create 2022-03-03-21:24
showdb-core/src/main/java/cn/cocowwy/showdbcore/service/ConfigService.java:27
ClassCustomCommentGenerator
评论自定义生成器 @author cocowwy.cn @create 2022-05-05-11:45
showdb-core/src/main/java/cn/cocowwy/showdbcore/generate/custom/CustomCommentGenerator.java:23
ClassCustomize
showdb-spring-boot-autoconfigure/src/main/java/cn/cocowwy/showdb/configuration/ShowDbProperties.java:67
ClassCustomize
showdb-core/src/main/java/cn/cocowwy/showdbcore/entities/ShowDBConfig.java:34
EnumDBEnum
@author Cocowwy
showdb-core/src/main/java/cn/cocowwy/showdbcore/constants/DBEnum.java:9
ClassDaoInterfacePlugin
通用 DAO 接口插件 @author cocowwy.cn @create 2022-05-05-11:45
showdb-core/src/main/java/cn/cocowwy/showdbcore/generate/plugin/DaoInterfacePlugin.java:22
ClassDataSourcePropUtil
@author cocowwy.cn
showdb-core/src/main/java/cn/cocowwy/showdbcore/util/DataSourcePropUtil.java:16
ClassDefinedConfig
@author cocowwy.cn
showdb-core/src/main/java/cn/cocowwy/showdbcore/config/DefinedConfig.java:9
ClassDsInfo
数据源信息 @author Cocowwy @create 2022-03-03-21:54
showdb-core/src/main/java/cn/cocowwy/showdbcore/entities/DsInfo.java:11
ClassExecuteController
SQL执行器 @author cocowwy.cn @create 2022-05-05-11:45
showdb-core/src/main/java/cn/cocowwy/showdbcore/controller/ExecuteController.java:20
InterfaceExecuteService
@author cocowwy.cn @create 2022-05-05-11:45
showdb-core/src/main/java/cn/cocowwy/showdbcore/service/ExecuteService.java:10
ClassExecuteVo
@author cocowwy.cn @create 2022-05-05-11:45
showdb-core/src/main/java/cn/cocowwy/showdbcore/entities/ExecuteVo.java:11
ClassGenerateCodeBlock
代码块 @author cocowwy.cn @create 2022-05-05-11:45
showdb-core/src/main/java/cn/cocowwy/showdbcore/entities/GenerateCodeBlock.java:8
ClassGenerateController
@author cocowwy.cn @create 2022-05-05-11:45
showdb-core/src/main/java/cn/cocowwy/showdbcore/controller/GenerateController.java:13
ClassGenerateFileDefinition
GenerateFile abstract class @author <a href="https://github.com/Cocowwy">Cocowwy</a> @since 2023/1/19
showdb-core/src/main/java/cn/cocowwy/showdbcore/entities/GenerateFileDefinition.java:8
ClassGenerateService
@author cocowwy.cn @create 2022-05-05-11:45
showdb-core/src/main/java/cn/cocowwy/showdbcore/service/GenerateService.java:19
InterfaceGeneratorService
Generate file interface @author cocowwy.cn @create 2022-05-05-11:45
showdb-core/src/main/java/cn/cocowwy/showdbcore/generate/GeneratorService.java:10
ClassIpCount
IP-COUNT连接数 @author Cocowwy @create 2022-03-03-22:05
showdb-core/src/main/java/cn/cocowwy/showdbcore/entities/IpCount.java:8
ClassJsr310ResolverPlugin
@author cocowwy.cn @create 2022-05-05-11:45
showdb-core/src/main/java/cn/cocowwy/showdbcore/generate/plugin/Jsr310ResolverPlugin.java:16
ClassMonitorController
@author Cocowwy @create 2022-03-03-19:01
showdb-core/src/main/java/cn/cocowwy/showdbcore/controller/MonitorController.java:20
InterfaceMonitorExecuteStrategy
@author Cocowwy @create 2022-03-03-20:07
showdb-core/src/main/java/cn/cocowwy/showdbcore/strategy/MonitorExecuteStrategy.java:14
ClassMonitorService
@author Cocowwy @create 2022-03-03-22:08
showdb-core/src/main/java/cn/cocowwy/showdbcore/service/MonitorService.java:24
ClassMyBatisGenerateDefinition
MyBatis 代码生成自定义生成器 @author cocowwy.cn @create 2022-05-05-11:45
showdb-core/src/main/java/cn/cocowwy/showdbcore/entities/MyBatisGenerateDefinition.java:8
ClassMyBatisPlusGeneratorImpl
生成MyBatisPlus相关文件 @author cocowwy.cn @create 2022-05-05-11:45
showdb-core/src/main/java/cn/cocowwy/showdbcore/generate/impl/MyBatisPlusGeneratorImpl.java:11
ClassMySqlConfigExecuteStrategy
@author Cocowwy @create 2022-03-03-20:40
showdb-core/src/main/java/cn/cocowwy/showdbcore/strategy/impl/mysql/MySqlConfigExecuteStrategy.java:15
ClassMySqlExecuteServiceImpl
@author cocowwy.cn @create 2022-05-05-11:45
showdb-core/src/main/java/cn/cocowwy/showdbcore/strategy/impl/mysql/MySqlExecuteServiceImpl.java:15
ClassMySqlExecuteStrategy
抽象标记接口 用于区分策略类执行的数据库类型 Marker interface to distinguish the type of database the policy class executes @author cocowwy.cn @create 2022-03-03-16:40
showdb-core/src/main/java/cn/cocowwy/showdbcore/strategy/MySqlExecuteStrategy.java:14
ClassMySqlMonitorExecuteStrategy
@author Cocowwy @create 2022-03-03-20:40
showdb-core/src/main/java/cn/cocowwy/showdbcore/strategy/impl/mysql/MySqlMonitorExecuteStrategy.java:20
ClassMySqlStructExecuteStrategy
@author Cocowwy @create 2022-03-03-21:57
showdb-core/src/main/java/cn/cocowwy/showdbcore/strategy/impl/mysql/MySqlStructExecuteStrategy.java:18
ClassMybatisGeneratorImpl
MyBatis文件生成器 MyBatis的文件生成基于开源项目 mybatis/generator 进行定制 @author cocowwy.cn @create 2022-05-05-11:45
showdb-core/src/main/java/cn/cocowwy/showdbcore/generate/impl/MybatisGeneratorImpl.java:40
ClassPlugin
showdb-core/src/main/java/cn/cocowwy/showdbcore/entities/ShowDBConfig.java:85
ClassRes
统一封装ShowDB的返回 @author Cocowwy @create 2022-03-03-20:47
showdb-core/src/main/java/cn/cocowwy/showdbcore/entities/Res.java:12
ClassRouteController
@author Cocowwy @create 2022-03-03-21:32
showdb-core/src/main/java/cn/cocowwy/showdbcore/controller/RouteController.java:11
ClassRunner
@author cocowwy.cn @create 2022-03-03-10:35
showdb-test/src/main/java/cn/cocowwy/showdbtest/Runner.java:23
ClassShowDBConfig
配置信息 用于ShowDB前端读取配置 @author cocowwy.cn @create 2022-05-05-11:45
showdb-core/src/main/java/cn/cocowwy/showdbcore/entities/ShowDBConfig.java:9
ClassShowDBContext
ShowDB context @author cocowwy.cn
showdb-core/src/main/java/cn/cocowwy/showdbcore/config/ShowDBContext.java:25
ClassShowDbAutoConfiguration
ShowDB 自动配置类 @author Cocowwy @create 2022-03-03-22:13
showdb-spring-boot-autoconfigure/src/main/java/cn/cocowwy/showdb/configuration/ShowDbAutoConfiguration.java:30
ClassShowDbCache
ShowDB's simple cache @author Cocowwy
showdb-core/src/main/java/cn/cocowwy/showdbcore/config/ShowDbCache.java:17
ClassShowDbException
@author cocowwy.cn @create 2022-03-03-11:25
showdb-core/src/main/java/cn/cocowwy/showdbcore/exception/ShowDbException.java:7
ClassShowDbProperties
showdb-spring-boot-autoconfigure/src/main/java/cn/cocowwy/showdb/configuration/ShowDbProperties.java:14
ClassShowdbTestApplication
showdb-test/src/main/java/cn/cocowwy/showdbtest/ShowdbTestApplication.java:11
ClassShowdbTestApplicationTests
showdb-test/src/test/java/cn/cocowwy/showdbtest/ShowdbTestApplicationTests.java:5
ClassSlaveStatus
@author Cocowwy @create 2022-03-03-20:42
showdb-core/src/main/java/cn/cocowwy/showdbcore/entities/SlaveStatus.java:7
ClassSpringDataJDBCGeneratorImpl
@author cocowwy.cn @create 2022-05-05-11:45
showdb-core/src/main/java/cn/cocowwy/showdbcore/generate/impl/SpringDataJDBCGeneratorImpl.java:10
InterfaceSqlExecuteStrategy
@author cocowwy.cn @create 2022-03-03-19:33
showdb-core/src/main/java/cn/cocowwy/showdbcore/strategy/SqlExecuteStrategy.java:9
ClassStructController
@author Cocowwy @create 2022-03-03-18:58
showdb-core/src/main/java/cn/cocowwy/showdbcore/controller/StructController.java:20
InterfaceStructExecuteStrategy
@author Cocowwy @create 2022-03-03-20:05
showdb-core/src/main/java/cn/cocowwy/showdbcore/strategy/StructExecuteStrategy.java:12
ClassStructService
@author cocowwy.cn @create 2022-03-03-11:15
showdb-core/src/main/java/cn/cocowwy/showdbcore/service/StructService.java:31
ClassTableField
@author cocowwy.cn @create 2022-03-03-11:09
showdb-core/src/main/java/cn/cocowwy/showdbcore/entities/TableField.java:7
ClassTableInfo
@author cocowwy.cn @create 2022-03-03-16:20
showdb-core/src/main/java/cn/cocowwy/showdbcore/entities/TableInfo.java:7
ClassTableStruct
showdb-core/src/main/java/cn/cocowwy/showdbcore/entities/TableStructVo.java:16
ClassTableStructVo
@author cocowwy.cn @create 2022-03-03-15:20
showdb-core/src/main/java/cn/cocowwy/showdbcore/entities/TableStructVo.java:9
ClassTranscationalStatus
事务 trx_id:唯一事务id号,只读事务和非锁事务是不会创建id的。 TRX_WEIGHT:事务的高度,代表修改的行数(不一定准确)和被事务锁住的行数。为了解决死锁,innodb会选择一个高度最小的事务来当做牺牲品进行回滚。已经被更改的非交易型表的事务权重比其他事务高,即使改变的行和锁住的行比
showdb-core/src/main/java/cn/cocowwy/showdbcore/entities/TranscationalStatus.java:34