public abstract class AbstractGenerator extends Object
Modifier and Type | Field and Description |
---|---|
protected Context |
context |
protected IntrospectedTable |
introspectedTable |
protected ProgressCallback |
progressCallback |
protected List<String> |
warnings |
Constructor and Description |
---|
AbstractGenerator() |
Modifier and Type | Method and Description |
---|---|
Context |
getContext() |
IntrospectedTable |
getIntrospectedTable() |
ProgressCallback |
getProgressCallback() |
List<String> |
getWarnings() |
void |
setContext(Context context) |
void |
setIntrospectedTable(IntrospectedTable introspectedTable) |
void |
setProgressCallback(ProgressCallback progressCallback) |
void |
setWarnings(List<String> warnings) |
protected Context context
protected IntrospectedTable introspectedTable
protected ProgressCallback progressCallback
public Context getContext()
public void setContext(Context context)
public IntrospectedTable getIntrospectedTable()
public void setIntrospectedTable(IntrospectedTable introspectedTable)
public ProgressCallback getProgressCallback()
public void setProgressCallback(ProgressCallback progressCallback)
Copyright © 2010–2018 MyBatis.org. All rights reserved.