类 SeqCodeGenerator
java.lang.Object
org.beangle.ems.dictionary.service.impl.ScriptCodeGenerator
org.beangle.ems.dictionary.service.impl.SeqCodeGenerator
- 所有已实现的接口:
CodeGenerator
- 版本:
- $Id: SeqCodeGenerator.java May 5, 2011 3:57:11 PM chaostone $
- 作者:
- chaostone
-
字段概要
字段从类继承的字段 org.beangle.ems.dictionary.service.impl.ScriptCodeGenerator
interpreter从接口继承的字段 org.beangle.ems.dictionary.service.CodeGenerator
MARK, MAX_LENGTH -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明gen(CodeFixture fixture) 根据请求的实体,生成代码protected CodeScriptgetCodeScript(String entityName) voidsetEntityDao(EntityDao entityDao) voidsetUp()test(CodeFixture fixture, CodeScript codeScript) 从类继承的方法 org.beangle.ems.dictionary.service.impl.ScriptCodeGenerator
isValidCode, test
-
字段详细资料
-
SEQ
- 另请参阅:
-
-
构造器详细资料
-
SeqCodeGenerator
public SeqCodeGenerator()
-
-
方法详细资料
-
setUp
- 覆盖:
setUp在类中ScriptCodeGenerator- 抛出:
Exception
-
getCodeScript
-
gen
根据请求的实体,生成代码- 指定者:
gen在接口中CodeGenerator- 覆盖:
gen在类中ScriptCodeGenerator
-
test
-
setEntityDao
-