public static class KotlinFragmentGenerator.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
KotlinFragmentGenerator |
build() |
KotlinFragmentGenerator.Builder |
withDynamicSqlSupportClassGenerator(KotlinDynamicSqlSupportClassGenerator generator) |
KotlinFragmentGenerator.Builder |
withIntrospectedTable(IntrospectedTable introspectedTable) |
KotlinFragmentGenerator.Builder |
withResultMapId(String resultMapId) |
KotlinFragmentGenerator.Builder |
withTableFieldName(String tableFieldName) |
public KotlinFragmentGenerator.Builder withIntrospectedTable(IntrospectedTable introspectedTable)
public KotlinFragmentGenerator.Builder withResultMapId(String resultMapId)
public KotlinFragmentGenerator.Builder withDynamicSqlSupportClassGenerator(KotlinDynamicSqlSupportClassGenerator generator)
public KotlinFragmentGenerator.Builder withTableFieldName(String tableFieldName)
public KotlinFragmentGenerator build()
Copyright © 2006–2023 MyBatis.org. All rights reserved.