public class SeqCodeGenerator extends ScriptCodeGenerator
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ |
interpreterMARK, MAX_LENGTH| Constructor and Description |
|---|
SeqCodeGenerator() |
| Modifier and Type | Method and Description |
|---|---|
String |
gen(CodeFixture fixture)
根据请求的实体,生成代码
|
protected CodeScript |
getCodeScript(String entityName) |
void |
setEntityDao(EntityDao entityDao) |
void |
setUp() |
String |
test(CodeFixture fixture,
CodeScript codeScript) |
isValidCode, testpublic static final String SEQ
public void setUp()
throws Exception
setUp in class ScriptCodeGeneratorExceptionprotected CodeScript getCodeScript(String entityName)
public String gen(CodeFixture fixture)
gen in interface CodeGeneratorgen in class ScriptCodeGeneratorpublic String test(CodeFixture fixture, CodeScript codeScript)
public void setEntityDao(EntityDao entityDao)
Copyright © 2005–2018 The Beangle Software. All rights reserved.