Class MybatisDynamicCodeGenerator.Configurer

    • Method Detail

      • customizeGeneratorProperties

        public GeneratorPropertiesBuilder customizeGeneratorProperties()
        Configure properties.
        Returns:
        the configurer
      • configureGenerateBasePackage

        public MybatisDynamicCodeGenerator.Configurer configureGenerateBasePackage​(String baseLocation,
                                                                                   String basePackage)
        Configure generate base package
        Parameters:
        baseLocation - the base location
        basePackage - the base package
        Returns:
        the configurer
      • applyGenerateBasePackageFromClass

        public MybatisDynamicCodeGenerator.Configurer applyGenerateBasePackageFromClass​(Class<?> specificClass)
        Configure base package from specific class
        Parameters:
        specificClass - the specific class
        Returns:
        the configurer
      • toGenerator

        public MybatisDynamicCodeGenerator toGenerator()
        Return mybatis dynamic code generator.
        Returns:
        the mybatis dynamic code generator