Uses of Class
pro.chenggang.project.reactive.mybatis.support.generator.properties.GeneratorPropertiesBuilder.TargetConnectionBuilder
-
Packages that use GeneratorPropertiesBuilder.TargetConnectionBuilder Package Description pro.chenggang.project.reactive.mybatis.support.generator.properties -
-
Uses of GeneratorPropertiesBuilder.TargetConnectionBuilder in pro.chenggang.project.reactive.mybatis.support.generator.properties
Methods in pro.chenggang.project.reactive.mybatis.support.generator.properties that return GeneratorPropertiesBuilder.TargetConnectionBuilder Modifier and Type Method Description GeneratorPropertiesBuilder.TargetConnectionBuilderGeneratorPropertiesBuilder.TargetConnectionBuilder. jdbcConnectionUrl(String jdbcConnectionUrl)The Jdbc connection url.GeneratorPropertiesBuilder.TargetConnectionBuilderGeneratorPropertiesBuilder.TargetConnectionBuilder. jdbcDriverClassName(String jdbcDriverClassName)The Jdbc driver class name.GeneratorPropertiesBuilder.TargetConnectionBuilderGeneratorPropertiesBuilder.TargetConnectionBuilder. password(String password)The jdbc password.GeneratorPropertiesBuilder.TargetConnectionBuilderGeneratorPropertiesBuilder. targetConnectionBuilder()new target connection builderGeneratorPropertiesBuilder.TargetConnectionBuilderGeneratorPropertiesBuilder.TargetConnectionBuilder. username(String username)The jdbc username.
-