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