com.googlecode.gendevcode.service.impl
类 GenCodeServiceImpl

java.lang.Object
  继承者 com.googlecode.gendevcode.service.basic.ServiceSupport<GenCodeServiceImpl>
      继承者 com.googlecode.gendevcode.service.impl.GenCodeServiceImpl
所有已实现的接口:
BaseService, GenCodeService

public class GenCodeServiceImpl
extends ServiceSupport<GenCodeServiceImpl>
implements GenCodeService

生成代码实现类

作者:
devilishking

字段摘要
protected  String GENLEVEL_ALL
          生成级别:全部
protected  String GENLEVEL_DICTIONARY_XML
          生成级别:字典文件
protected  String GENLEVEL_HIBERNATE_XML
          生成级别:Spring的hibernate配置文件
protected  String GENLEVEL_SERVICE_XML
          生成级别:Spring的service配置文件
 
从类 com.googlecode.gendevcode.service.basic.ServiceSupport 继承的字段
FLAG_END
 
构造方法摘要
GenCodeServiceImpl()
           
 
方法摘要
 void genCode()
          生成代码
 
从类 com.googlecode.gendevcode.service.basic.ServiceSupport 继承的方法
getNewId, inputBoolean, inputBoolean, inputDouble, inputDouble, inputInt, inputInt, inputLong, inputLong, inputStr, inputStr, setDebug, setDebug, setError, setError, setFatal, setFatal, setInfo, setInfo, setTrace, setTrace, setWarn, setWarn
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

GENLEVEL_HIBERNATE_XML

protected final String GENLEVEL_HIBERNATE_XML
生成级别:Spring的hibernate配置文件

另请参见:
常量字段值

GENLEVEL_SERVICE_XML

protected final String GENLEVEL_SERVICE_XML
生成级别:Spring的service配置文件

另请参见:
常量字段值

GENLEVEL_DICTIONARY_XML

protected final String GENLEVEL_DICTIONARY_XML
生成级别:字典文件

另请参见:
常量字段值

GENLEVEL_ALL

protected final String GENLEVEL_ALL
生成级别:全部

另请参见:
常量字段值
构造方法详细信息

GenCodeServiceImpl

public GenCodeServiceImpl()
方法详细信息

genCode

public void genCode()
             throws Exception
生成代码

指定者:
接口 GenCodeService 中的 genCode
抛出:
Exception


Copyright © 2012 Devilishkom. All Rights Reserved.