Uses of Class
org.beangle.ems.dictionary.service.CodeFixture
-
Packages that use CodeFixture Package Description org.beangle.ems.dictionary.service org.beangle.ems.dictionary.service.impl -
-
Uses of CodeFixture in org.beangle.ems.dictionary.service
Methods in org.beangle.ems.dictionary.service with parameters of type CodeFixture Modifier and Type Method Description StringCodeGenerator. gen(CodeFixture fixture)根据实体类的信息,生成一个代码StringCodeGenerator. test(CodeFixture fixture)测试脚本 -
Uses of CodeFixture in org.beangle.ems.dictionary.service.impl
Methods in org.beangle.ems.dictionary.service.impl with parameters of type CodeFixture Modifier and Type Method Description StringScriptCodeGenerator. gen(CodeFixture fixture)StringSeqCodeGenerator. gen(CodeFixture fixture)根据请求的实体,生成代码StringScriptCodeGenerator. test(CodeFixture fixture)StringSeqCodeGenerator. test(CodeFixture fixture, CodeScript codeScript)
-