Uses of Class
org.mybatis.scripting.thymeleaf.SqlGeneratorConfig
-
Uses of SqlGeneratorConfig in org.mybatis.scripting.thymeleaf
Modifier and TypeMethodDescriptionstatic SqlGeneratorConfig
SqlGeneratorConfig.newInstance()
Create an instance from default properties file.static SqlGeneratorConfig
SqlGeneratorConfig.newInstanceWithCustomizer
(Consumer<SqlGeneratorConfig> customizer) Create an instance using specified customizer and override using a default properties file.static SqlGeneratorConfig
SqlGeneratorConfig.newInstanceWithProperties
(Properties customProperties) Create an instance from specified properties.static SqlGeneratorConfig
SqlGeneratorConfig.newInstanceWithResourcePath
(String resourcePath) Create an instance from specified properties file.Modifier and TypeMethodDescriptionstatic SqlGeneratorConfig
SqlGeneratorConfig.newInstanceWithCustomizer
(Consumer<SqlGeneratorConfig> customizer) Create an instance using specified customizer and override using a default properties file.ModifierConstructorDescriptionSqlGenerator
(SqlGeneratorConfig config) Constructor for creating instance with user specifiedSqlGenerator
.