org.mybatis.generator.codegen
Class AbstractGenerator

java.lang.Object
  extended by org.mybatis.generator.codegen.AbstractGenerator
Direct Known Subclasses:
AbstractDAOElementGenerator, AbstractJavaGenerator, AbstractJavaMapperMethodGenerator, AbstractJavaProviderMethodGenerator, AbstractXmlElementGenerator, AbstractXmlElementGenerator, AbstractXmlGenerator

public abstract class AbstractGenerator
extends Object

Author:
Jeff Butler

Field Summary
protected  Context context
           
protected  IntrospectedTable introspectedTable
           
protected  ProgressCallback progressCallback
           
protected  List<String> warnings
           
 
Constructor Summary
AbstractGenerator()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

protected Context context

introspectedTable

protected IntrospectedTable introspectedTable

warnings

protected List<String> warnings

progressCallback

protected ProgressCallback progressCallback
Constructor Detail

AbstractGenerator

public AbstractGenerator()
Method Detail

getContext

public Context getContext()

setContext

public void setContext(Context context)

getIntrospectedTable

public IntrospectedTable getIntrospectedTable()

setIntrospectedTable

public void setIntrospectedTable(IntrospectedTable introspectedTable)

getWarnings

public List<String> getWarnings()

setWarnings

public void setWarnings(List<String> warnings)

getProgressCallback

public ProgressCallback getProgressCallback()

setProgressCallback

public void setProgressCallback(ProgressCallback progressCallback)


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.