public static class InsertMethodGenerator.Builder extends AbstractMethodGenerator.BaseBuilder<InsertMethodGenerator.Builder,InsertMethodGenerator>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InsertMethodGenerator |
build() |
InsertMethodGenerator.Builder |
getThis() |
InsertMethodGenerator.Builder |
withRecordType(FullyQualifiedJavaType recordType) |
InsertMethodGenerator.Builder |
withTableFieldName(String tableFieldName) |
withContext, withIntrospectedTable
public InsertMethodGenerator.Builder withTableFieldName(String tableFieldName)
public InsertMethodGenerator.Builder withRecordType(FullyQualifiedJavaType recordType)
public InsertMethodGenerator.Builder getThis()
getThis
in class AbstractMethodGenerator.BaseBuilder<InsertMethodGenerator.Builder,InsertMethodGenerator>
public InsertMethodGenerator build()
build
in class AbstractMethodGenerator.BaseBuilder<InsertMethodGenerator.Builder,InsertMethodGenerator>
Copyright © 2006–2018 MyBatis.org. All rights reserved.