public abstract class AbstractJavaProviderMethodGenerator extends AbstractGenerator
Modifier and Type | Field and Description |
---|---|
protected String |
builderPrefix |
protected static FullyQualifiedJavaType |
NEW_BUILDER_IMPORT |
protected boolean |
useLegacyBuilder |
context, introspectedTable, progressCallback, warnings
Constructor and Description |
---|
AbstractJavaProviderMethodGenerator(boolean useLegacyBuilder) |
Modifier and Type | Method and Description |
---|---|
abstract void |
addClassElements(TopLevelClass topLevelClass) |
getContext, getIntrospectedTable, getProgressCallback, getWarnings, setContext, setIntrospectedTable, setProgressCallback, setWarnings
protected static final FullyQualifiedJavaType NEW_BUILDER_IMPORT
protected boolean useLegacyBuilder
protected final String builderPrefix
public AbstractJavaProviderMethodGenerator(boolean useLegacyBuilder)
public abstract void addClassElements(TopLevelClass topLevelClass)
Copyright © 2006–2018 MyBatis.org. All rights reserved.