@Service(value="generatorService") public abstract class AbstractGeneratorServiceImpl extends Object implements Generator
| Constructor and Description |
|---|
AbstractGeneratorServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getControllerDescription()
获取controller的description
|
protected String |
getControllerIOCName()
获取Controller的controllerIOCName
|
protected String |
getControllerLocation()
获取Controller location
|
protected String |
getControllerName()
获取controller名称
|
protected String |
getControllerPackage()
获取controller的Package
|
protected String |
getControllerRequestMapping()
获取Controller的request mapper
|
protected String |
getDaoDescription()
获取Dao的description
|
protected String |
getDaoLocation()
获取Dao location
|
protected String |
getDaoName()
获取Dao名称
|
protected String |
getDaoPackage()
获取Dao的Package
|
protected String |
getEntityName()
获取Model名称
|
protected String |
getKeywordName()
获取生成代码关键名称 和Model相比,不带默认Model
|
protected String |
getModelDescription()
获取Model的description
|
protected String |
getModelLocation()
获取Model location
|
protected String |
getModelPackage()
获取Model的Package
|
protected String |
getProxyDescription()
获取proxy的description
|
protected String |
getProxyImplDescription()
获取ProxyImpl的description
|
protected String |
getProxyImplLocation()
获取ProxyImpl location
|
protected String |
getProxyImplName()
获取ProxyImpl名称
|
protected String |
getProxyImplPackage()
获取proxyImpl的Package
|
protected String |
getProxyIOCName()
获取ProxyImpl的proxyIOCName
|
protected String |
getProxyLocation()
获取proxy location
|
protected String |
getProxyName()
获取proxy名称
|
protected String |
getProxyPackage()
获取proxy的Package
|
protected String |
getServiceDescription()
获取service的description
|
protected String |
getServiceImplDescription()
获取ServiceImpl的description
|
protected String |
getServiceImplLocation()
获取ServiceImpl location
|
protected String |
getServiceImplName()
获取ServiceImpl名称
|
protected String |
getServiceImplPackage()
获取ServiceImpl的Package
|
protected String |
getServiceIOCName()
获取ServiceImpl的serviceIOCName
|
protected String |
getServiceLocation()
获取service location
|
protected String |
getServiceName()
获取Service名称
|
protected String |
getServicePackage()
获取service的Package
|
protected String |
getSqlMapperLocation()
获取sqlMapper location
|
protected String |
getSqlMapperName()
获取SqlMapper名称
|
abstract void |
render() |
protected String getSqlMapperLocation()
protected String getSqlMapperName()
protected String getModelPackage()
protected String getEntityName()
protected String getKeywordName()
protected String getModelLocation()
protected String getModelDescription()
protected String getDaoPackage()
protected String getDaoName()
protected String getDaoLocation()
protected String getDaoDescription()
protected String getServicePackage()
protected String getServiceName()
protected String getServiceLocation()
protected String getServiceDescription()
protected String getServiceImplPackage()
protected String getServiceImplDescription()
protected String getServiceIOCName()
protected String getServiceImplName()
protected String getServiceImplLocation()
protected String getProxyPackage()
protected String getProxyName()
protected String getProxyLocation()
protected String getProxyDescription()
protected String getProxyImplPackage()
protected String getProxyImplDescription()
protected String getProxyIOCName()
protected String getProxyImplName()
protected String getProxyImplLocation()
protected String getControllerPackage()
protected String getControllerDescription()
protected String getControllerIOCName()
protected String getControllerRequestMapping()
protected String getControllerName()
protected String getControllerLocation()
Copyright © 2016 Le. All rights reserved.