Class SqlProviderGenerator


public class SqlProviderGenerator extends AbstractJavaGenerator
  • Constructor Details

    • SqlProviderGenerator

      public SqlProviderGenerator(String project)
  • Method Details

    • getCompilationUnits

      public List<CompilationUnit> getCompilationUnits()
      Specified by:
      getCompilationUnits in class AbstractJavaGenerator
    • addCountByExampleMethod

      protected boolean addCountByExampleMethod(TopLevelClass topLevelClass)
    • addDeleteByExampleMethod

      protected boolean addDeleteByExampleMethod(TopLevelClass topLevelClass)
    • addInsertSelectiveMethod

      protected void addInsertSelectiveMethod(TopLevelClass topLevelClass)
    • addSelectByExampleWithBLOBsMethod

      protected boolean addSelectByExampleWithBLOBsMethod(TopLevelClass topLevelClass)
    • addSelectByExampleWithoutBLOBsMethod

      protected boolean addSelectByExampleWithoutBLOBsMethod(TopLevelClass topLevelClass)
    • addUpdateByExampleSelectiveMethod

      protected boolean addUpdateByExampleSelectiveMethod(TopLevelClass topLevelClass)
    • addUpdateByExampleWithBLOBsMethod

      protected boolean addUpdateByExampleWithBLOBsMethod(TopLevelClass topLevelClass)
    • addUpdateByExampleWithoutBLOBsMethod

      protected boolean addUpdateByExampleWithoutBLOBsMethod(TopLevelClass topLevelClass)
    • addUpdateByPrimaryKeySelectiveMethod

      protected void addUpdateByPrimaryKeySelectiveMethod(TopLevelClass topLevelClass)
    • addApplyWhereMethod

      protected void addApplyWhereMethod(TopLevelClass topLevelClass)
    • initializeAndExecuteGenerator

      protected void initializeAndExecuteGenerator(AbstractJavaProviderMethodGenerator methodGenerator, TopLevelClass topLevelClass)