public static class ColumnListGenerator.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ColumnListGenerator |
build() |
ColumnListGenerator.Builder |
withContext(Context context) |
ColumnListGenerator.Builder |
withIntrospectedTable(IntrospectedTable introspectedTable) |
ColumnListGenerator.Builder |
withSupportObjectImport(String supportObjectImport) |
ColumnListGenerator.Builder |
withTableFieldName(String tableFieldName) |
public ColumnListGenerator.Builder withSupportObjectImport(String supportObjectImport)
public ColumnListGenerator.Builder withContext(Context context)
public ColumnListGenerator.Builder withIntrospectedTable(IntrospectedTable introspectedTable)
public ColumnListGenerator.Builder withTableFieldName(String tableFieldName)
public ColumnListGenerator build()
Copyright © 2006–2023 MyBatis.org. All rights reserved.