Class ServerBDMCodeGenerator


public class ServerBDMCodeGenerator extends AbstractBDMCodeGenerator
Author:
Romain Bioteau, Emmanuel Duchastenier
  • Constructor Details

    • ServerBDMCodeGenerator

      public ServerBDMCodeGenerator()
  • Method Details

    • addDAO

      protected void addDAO(org.bonitasoft.engine.bdm.model.BusinessObject bo, com.sun.codemodel.JDefinedClass entity) throws com.sun.codemodel.JClassAlreadyExistsException
      Specified by:
      addDAO in class AbstractBDMCodeGenerator
      Throws:
      com.sun.codemodel.JClassAlreadyExistsException
    • addConstructor

      protected com.sun.codemodel.JFieldVar addConstructor(com.sun.codemodel.JDefinedClass implClass)
    • getMethodParam

      protected com.sun.codemodel.JVar getMethodParam(com.sun.codemodel.JVar[] params, String paramName)
    • toDaoImplClassname

      protected String toDaoImplClassname(org.bonitasoft.engine.bdm.model.BusinessObject bo)