| Package | Description |
|---|---|
| org.mybatis.scripting.thymeleaf |
The mybatis-thymeleaf root package.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ThymeleafLanguageDriverConfig
Configuration class for
ThymeleafLanguageDriver. |
| Modifier and Type | Method and Description |
|---|---|
static 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 Type | Method and Description |
|---|---|
static SqlGeneratorConfig |
SqlGeneratorConfig.newInstanceWithCustomizer(Consumer<SqlGeneratorConfig> customizer)
Create an instance using specified customizer and override using a default properties file.
|
| Constructor and Description |
|---|
SqlGenerator(SqlGeneratorConfig config)
Constructor for creating instance with user specified
SqlGenerator. |
Copyright © 2018–2020 MyBatis.org. All rights reserved.