Class GeneratorPropertiesBuilder.TargetConnectionBuilder
java.lang.Object
pro.chenggang.project.reactive.mybatis.support.generator.properties.GeneratorPropertiesBuilder.TargetConnectionBuilder
- Enclosing class:
- GeneratorPropertiesBuilder
The target connection builder.
-
Method Summary
Modifier and TypeMethodDescriptionjdbcConnectionUrl(String jdbcConnectionUrl) The Jdbc connection url.jdbcDriverClassName(String jdbcDriverClassName) The Jdbc driver class name.The jdbc password.Build TargetConnection and return GeneratorPropertiesBuilderThe jdbc username.
-
Method Details
-
jdbcDriverClassName
public GeneratorPropertiesBuilder.TargetConnectionBuilder jdbcDriverClassName(String jdbcDriverClassName) The Jdbc driver class name.- Parameters:
jdbcDriverClassName- the jdbc driver class name- Returns:
- the target connection builder
-
jdbcConnectionUrl
public GeneratorPropertiesBuilder.TargetConnectionBuilder jdbcConnectionUrl(String jdbcConnectionUrl) The Jdbc connection url.- Parameters:
jdbcConnectionUrl- the jdbc connection url- Returns:
- the target connection builder
-
username
The jdbc username.- Parameters:
username- the username- Returns:
- the target connection builder
-
password
The jdbc password.- Parameters:
password- the password- Returns:
- the target connection builder
-
thenBuilder
Build TargetConnection and return GeneratorPropertiesBuilder- Returns:
- the GeneratorPropertiesBuilder
-