Package com.cm.codemaker.service.impl
Class ImplServiceImpl
java.lang.Object
com.cm.codemaker.service.impl.ImplServiceImpl
- All Implemented Interfaces:
IImplService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateImplementationCode(String tableName, CodeGenerator meta, String code)
-
Constructor Details
-
ImplServiceImpl
public ImplServiceImpl()
-
-
Method Details
-
generateImplementationCode
public String generateImplementationCode(String tableName, CodeGenerator meta, String code) throws Exception - Specified by:
generateImplementationCodein interfaceIImplService- Throws:
Exception
-