Class ColumnListGenerator.Builder
java.lang.Object
org.mybatis.generator.runtime.kotlin.elements.ColumnListGenerator.Builder
- Enclosing class:
ColumnListGenerator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Contextprivate IntrospectedTableprivate Stringprivate String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withContext(Context context) withIntrospectedTable(IntrospectedTable introspectedTable) withSupportObjectImport(String supportObjectImport) withTableFieldName(String tableFieldName)
-
Field Details
-
context
-
introspectedTable
-
supportObjectImport
-
tableFieldName
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withSupportObjectImport
-
withContext
-
withIntrospectedTable
-
withTableFieldName
-
build
-