Uses of Class
org.mybatis.scripting.thymeleaf.SqlGeneratorConfig
Packages that use SqlGeneratorConfig
-
Uses of SqlGeneratorConfig in org.mybatis.scripting.thymeleaf
Subclasses of SqlGeneratorConfig in org.mybatis.scripting.thymeleafMethods in org.mybatis.scripting.thymeleaf that return SqlGeneratorConfigModifier and TypeMethodDescriptionstatic SqlGeneratorConfigSqlGeneratorConfig.newInstance()Create an instance from default properties file.static SqlGeneratorConfigSqlGeneratorConfig.newInstanceWithCustomizer(Consumer<SqlGeneratorConfig> customizer) Create an instance using specified customizer and override using a default properties file.static SqlGeneratorConfigSqlGeneratorConfig.newInstanceWithProperties(Properties customProperties) Create an instance from specified properties.static SqlGeneratorConfigSqlGeneratorConfig.newInstanceWithResourcePath(String resourcePath) Create an instance from specified properties file.Method parameters in org.mybatis.scripting.thymeleaf with type arguments of type SqlGeneratorConfigModifier and TypeMethodDescriptionstatic SqlGeneratorConfigSqlGeneratorConfig.newInstanceWithCustomizer(Consumer<SqlGeneratorConfig> customizer) Create an instance using specified customizer and override using a default properties file.Constructors in org.mybatis.scripting.thymeleaf with parameters of type SqlGeneratorConfigModifierConstructorDescriptionSqlGenerator(SqlGeneratorConfig config) Constructor for creating instance with user specifiedSqlGenerator.