- GenDTO - Class in com.github.lynzabo.codegen.model
-
生成配置信息类 代码和模板文件使用的大本营
- GenDTO() - Constructor for class com.github.lynzabo.codegen.model.GenDTO
-
- GenDTO.GenDTOBuilder - Class in com.github.lynzabo.codegen.model
-
- GenDTOBuilder() - Constructor for class com.github.lynzabo.codegen.model.GenDTO.GenDTOBuilder
-
- GenerateStarter - Class in com.github.lynzabo.codegen
-
GenerateStarter
- GenerateStarter() - Constructor for class com.github.lynzabo.codegen.GenerateStarter
-
- Generator - Interface in com.github.lynzabo.codegen.service
-
代码生成
- getAllExportedKeys(String, String) - Method in class com.github.lynzabo.codegen.util.DatabaseMetaDateApplication
-
获得一个表的外键信息
- getAllPrimaryKeys(String, String) - Method in class com.github.lynzabo.codegen.util.DatabaseMetaDateApplication
-
获得一个表的主键信息
- getAllSchemas() - Method in class com.github.lynzabo.codegen.util.DatabaseMetaDateApplication
-
获得数据库中所有方案名称
- getAllTableList(String) - Method in class com.github.lynzabo.codegen.util.DatabaseMetaDateApplication
-
获得该用户下面的所有表
- getAllViewList(String) - Method in class com.github.lynzabo.codegen.util.DatabaseMetaDateApplication
-
获得该用户下面的所有视图
- getApplicationContext() - Static method in class com.github.lynzabo.codegen.supports.SpringContextUtil
-
- getBean(String) - Static method in class com.github.lynzabo.codegen.supports.SpringContextUtil
-
获取对象
这里重写了bean方法,起主要作用
- getColumnNameType(String) - Method in class com.github.lynzabo.codegen.dao.impl.OracleConnectorImpl
-
- getColumnRemark(String) - Method in class com.github.lynzabo.codegen.dao.impl.OracleConnectorImpl
-
- getColumns(String) - Method in interface com.github.lynzabo.codegen.dao.Connector
-
获取表各个列信息
- getColumns(String) - Method in class com.github.lynzabo.codegen.dao.impl.MySQLConnectorImpl
-
- getColumns(String) - Method in class com.github.lynzabo.codegen.dao.impl.OracleConnectorImpl
-
- getColumns() - Method in class com.github.lynzabo.codegen.model.RenderDataDTO
-
- getComponentIOCName() - Method in class com.github.lynzabo.codegen.model.ProxyImplDTO
-
- getConnection() - Method in interface com.github.lynzabo.codegen.dao.Connector
-
获取数据库连接
- getConnection() - Method in class com.github.lynzabo.codegen.dao.impl.MySQLConnectorImpl
-
- getConnection() - Method in class com.github.lynzabo.codegen.dao.impl.OracleConnectorImpl
-
- getControllerDescription() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取controller的description
- getControllerDTO() - Method in class com.github.lynzabo.codegen.model.GenDTO
-
- getControllerIOCName() - Method in class com.github.lynzabo.codegen.model.ControllerDTO
-
- getControllerIOCName() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取Controller的controllerIOCName
- getControllerLocation() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取Controller location
- getControllerName() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取controller名称
- getControllerPackage() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取controller的Package
- getControllerRequestMapping() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取Controller的request mapper
- getDaoDescription() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取Dao的description
- getDaoDTO() - Method in class com.github.lynzabo.codegen.model.GenDTO
-
- getDaoLocation() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取Dao location
- getDaoName() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取Dao名称
- getDaoPackage() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取Dao的Package
- getDataBaseInformations() - Method in class com.github.lynzabo.codegen.util.DatabaseMetaDateApplication
-
获得数据库的一些相关信息
- getDatabaseMetaData() - Method in interface com.github.lynzabo.codegen.dao.Connector
-
获取数据库元数据信息
- getDatabaseMetaData() - Method in class com.github.lynzabo.codegen.dao.impl.MySQLConnectorImpl
-
- getDatabaseMetaData() - Method in class com.github.lynzabo.codegen.dao.impl.OracleConnectorImpl
-
- getDataSource() - Method in enum com.github.lynzabo.codegen.supports.CodegenConfig
-
获取数据源信息
- getDbLength() - Method in class com.github.lynzabo.codegen.model.RenderDataDTO.Column
-
- getDbType() - Method in class com.github.lynzabo.codegen.model.RenderDataDTO.Column
-
- getDescription() - Method in class com.github.lynzabo.codegen.model.ControllerDTO
-
- getDescription() - Method in class com.github.lynzabo.codegen.model.DaoDTO
-
- getDescription() - Method in class com.github.lynzabo.codegen.model.ModelDTO
-
- getDescription() - Method in class com.github.lynzabo.codegen.model.ProxyDTO
-
- getDescription() - Method in class com.github.lynzabo.codegen.model.ProxyImplDTO
-
- getDescription() - Method in class com.github.lynzabo.codegen.model.ServiceDTO
-
- getDescription() - Method in class com.github.lynzabo.codegen.model.ServiceImplDTO
-
- getDescription() - Method in class com.github.lynzabo.codegen.model.SqlMapperDTO
-
- getDriverClassName() - Method in class com.github.lynzabo.codegen.supports.CodegenConfig.DataSource
-
- getEntityAliaName() - Method in class com.github.lynzabo.codegen.model.RenderDataDTO
-
- getEntityName() - Method in class com.github.lynzabo.codegen.model.RenderDataDTO
-
- getEntityName() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取Model名称
- getFtl() - Method in class com.github.lynzabo.codegen.model.ControllerDTO
-
- getFtl() - Method in class com.github.lynzabo.codegen.model.DaoDTO
-
- getFtl() - Method in class com.github.lynzabo.codegen.model.ModelDTO
-
- getFtl() - Method in class com.github.lynzabo.codegen.model.ProxyDTO
-
- getFtl() - Method in class com.github.lynzabo.codegen.model.ProxyImplDTO
-
- getFtl() - Method in class com.github.lynzabo.codegen.model.ServiceDTO
-
- getFtl() - Method in class com.github.lynzabo.codegen.model.ServiceImplDTO
-
- getFtl() - Method in class com.github.lynzabo.codegen.model.SqlMapperDTO
-
- getGenDTO() - Method in enum com.github.lynzabo.codegen.supports.CodegenConfig
-
生成代码配置
- getIndexInfo(String, String) - Method in class com.github.lynzabo.codegen.util.DatabaseMetaDateApplication
-
获得一个表的索引信息
- getInstance() - Static method in enum com.github.lynzabo.codegen.supports.CodegenConfig
-
- getIsAutoIncr() - Method in class com.github.lynzabo.codegen.model.RenderDataDTO.Column
-
- getIsCanNull() - Method in class com.github.lynzabo.codegen.model.RenderDataDTO.Column
-
- getIsPK() - Method in class com.github.lynzabo.codegen.model.RenderDataDTO.Column
-
- getJavaObject() - Method in class com.github.lynzabo.codegen.model.RenderDataDTO.Column
-
- getJavaType() - Method in class com.github.lynzabo.codegen.model.RenderDataDTO.Column
-
- getJdbcType() - Method in class com.github.lynzabo.codegen.model.RenderDataDTO.Column
-
- getKeywordName() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取生成代码关键名称 和Model相比,不带默认Model
- getLocation() - Method in class com.github.lynzabo.codegen.model.ControllerDTO
-
- getLocation() - Method in class com.github.lynzabo.codegen.model.DaoDTO
-
- getLocation() - Method in class com.github.lynzabo.codegen.model.ModelDTO
-
- getLocation() - Method in class com.github.lynzabo.codegen.model.ProxyDTO
-
- getLocation() - Method in class com.github.lynzabo.codegen.model.ProxyImplDTO
-
- getLocation() - Method in class com.github.lynzabo.codegen.model.ServiceDTO
-
- getLocation() - Method in class com.github.lynzabo.codegen.model.ServiceImplDTO
-
- getLocation() - Method in class com.github.lynzabo.codegen.model.SqlMapperDTO
-
- getMapper() - Method in enum com.github.lynzabo.codegen.supports.CodegenConfig
-
获取sql - Java 类型映射
- getModelDescription() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取Model的description
- getModelDTO() - Method in class com.github.lynzabo.codegen.model.GenDTO
-
- getModelLocation() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取Model location
- getModelPackage() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取Model的Package
- getMpackage() - Method in class com.github.lynzabo.codegen.model.ControllerDTO
-
- getMpackage() - Method in class com.github.lynzabo.codegen.model.DaoDTO
-
- getMpackage() - Method in class com.github.lynzabo.codegen.model.GenDTO
-
- getMpackage() - Method in class com.github.lynzabo.codegen.model.ModelDTO
-
- getMpackage() - Method in class com.github.lynzabo.codegen.model.ProxyDTO
-
- getMpackage() - Method in class com.github.lynzabo.codegen.model.ProxyImplDTO
-
- getMpackage() - Method in class com.github.lynzabo.codegen.model.ServiceDTO
-
- getMpackage() - Method in class com.github.lynzabo.codegen.model.ServiceImplDTO
-
- getName() - Method in class com.github.lynzabo.codegen.model.ControllerDTO
-
- getName() - Method in class com.github.lynzabo.codegen.model.DaoDTO
-
- getName() - Method in class com.github.lynzabo.codegen.model.ModelDTO
-
- getName() - Method in class com.github.lynzabo.codegen.model.ProxyDTO
-
- getName() - Method in class com.github.lynzabo.codegen.model.ProxyImplDTO
-
- getName() - Method in class com.github.lynzabo.codegen.model.ServiceDTO
-
- getName() - Method in class com.github.lynzabo.codegen.model.ServiceImplDTO
-
- getName() - Method in class com.github.lynzabo.codegen.model.SqlMapperDTO
-
- getPassword() - Method in class com.github.lynzabo.codegen.supports.CodegenConfig.DataSource
-
- getPrimaryKey(String) - Method in class com.github.lynzabo.codegen.dao.impl.OracleConnectorImpl
-
- getProjectPath() - Method in class com.github.lynzabo.codegen.model.GenDTO
-
- getProperties() - Method in class com.github.lynzabo.codegen.model.ControllerDTO
-
- getProperties() - Method in class com.github.lynzabo.codegen.model.DaoDTO
-
- getProperties() - Method in class com.github.lynzabo.codegen.model.ModelDTO
-
- getProperties() - Method in class com.github.lynzabo.codegen.model.ProxyDTO
-
- getProperties() - Method in class com.github.lynzabo.codegen.model.ProxyImplDTO
-
- getProperties() - Method in class com.github.lynzabo.codegen.model.ServiceDTO
-
- getProperties() - Method in class com.github.lynzabo.codegen.model.ServiceImplDTO
-
- getProperties() - Method in class com.github.lynzabo.codegen.model.SqlMapperDTO
-
- getProperties() - Method in enum com.github.lynzabo.codegen.supports.CodegenConfig
-
获取自定义生成器环境变量
- getProxyDescription() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取proxy的description
- getProxyDTO() - Method in class com.github.lynzabo.codegen.model.GenDTO
-
- getProxyImplDescription() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取ProxyImpl的description
- getProxyImplDTO() - Method in class com.github.lynzabo.codegen.model.GenDTO
-
- getProxyImplLocation() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取ProxyImpl location
- getProxyImplName() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取ProxyImpl名称
- getProxyImplPackage() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取proxyImpl的Package
- getProxyIOCName() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取ProxyImpl的proxyIOCName
- getProxyLocation() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取proxy location
- getProxyName() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取proxy名称
- getProxyPackage() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取proxy的Package
- getReallyDir(String) - Static method in class com.github.lynzabo.codegen.util.FileUtil
-
获取绝对路径 支持相对参数和绝对路径,并转换路径\\为/表示
- getRemark() - Method in class com.github.lynzabo.codegen.model.RenderDataDTO.Column
-
- getRenderDataDTO() - Method in class com.github.lynzabo.codegen.model.GenDTO
-
- getRenderDataDTO() - Method in enum com.github.lynzabo.codegen.supports.CodegenConfig
-
- getRequestMapping() - Method in class com.github.lynzabo.codegen.model.ControllerDTO
-
- getServiceDescription() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取service的description
- getServiceDTO() - Method in class com.github.lynzabo.codegen.model.GenDTO
-
- getServiceImplDescription() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取ServiceImpl的description
- getServiceImplDTO() - Method in class com.github.lynzabo.codegen.model.GenDTO
-
- getServiceImplLocation() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取ServiceImpl location
- getServiceImplName() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取ServiceImpl名称
- getServiceImplPackage() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取ServiceImpl的Package
- getServiceIOCName() - Method in class com.github.lynzabo.codegen.model.ServiceImplDTO
-
- getServiceIOCName() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取ServiceImpl的serviceIOCName
- getServiceLocation() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取service location
- getServiceName() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取Service名称
- getServicePackage() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取service的Package
- getSqlMapperDTO() - Method in class com.github.lynzabo.codegen.model.GenDTO
-
- getSqlMapperLocation() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取sqlMapper location
- getSqlMapperName() - Method in class com.github.lynzabo.codegen.service.impl.AbstractGeneratorServiceImpl
-
获取SqlMapper名称
- getTable() - Method in enum com.github.lynzabo.codegen.supports.CodegenConfig
-
获取要gen的所有表
- getTableColumns(String, String) - Method in class com.github.lynzabo.codegen.util.DatabaseMetaDateApplication
-
获得表或视图中的所有列信息
- getTableName() - Method in class com.github.lynzabo.codegen.model.RenderDataDTO
-
- getTableRemark(String) - Method in interface com.github.lynzabo.codegen.dao.Connector
-
获取表/视图备注
- getTableRemark(String) - Method in class com.github.lynzabo.codegen.dao.impl.MySQLConnectorImpl
-
- getTableRemark(String) - Method in class com.github.lynzabo.codegen.dao.impl.OracleConnectorImpl
-
- getTableRemark() - Method in class com.github.lynzabo.codegen.model.RenderDataDTO
-
- getUrl() - Method in class com.github.lynzabo.codegen.supports.CodegenConfig.DataSource
-
- getUsername() - Method in class com.github.lynzabo.codegen.supports.CodegenConfig.DataSource
-
- getWorkDir() - Method in enum com.github.lynzabo.codegen.supports.CodegenConfig
-
获取codegen工作根目录 (codegen.yaml文件和template目录所在目录