public class JavaMapperGenerator extends AbstractJavaClientGenerator
context, introspectedTable, progressCallback, warnings| Constructor and Description |
|---|
JavaMapperGenerator() |
JavaMapperGenerator(boolean requiresMatchedXMLGenerator) |
requiresXMLGeneratoraddDefaultConstructor, getGetter, getRootClassgetContext, getIntrospectedTable, getProgressCallback, getWarnings, setContext, setIntrospectedTable, setProgressCallback, setWarningspublic JavaMapperGenerator()
public JavaMapperGenerator(boolean requiresMatchedXMLGenerator)
public List<CompilationUnit> getCompilationUnits()
getCompilationUnits in class AbstractJavaGeneratorprotected void addCountByExampleMethod(Interface interfaze)
protected void addDeleteByExampleMethod(Interface interfaze)
protected void addDeleteByPrimaryKeyMethod(Interface interfaze)
protected void addInsertMethod(Interface interfaze)
protected void addInsertSelectiveMethod(Interface interfaze)
protected void addSelectByExampleWithBLOBsMethod(Interface interfaze)
protected void addSelectByExampleWithoutBLOBsMethod(Interface interfaze)
protected void addSelectByPrimaryKeyMethod(Interface interfaze)
protected void addUpdateByExampleSelectiveMethod(Interface interfaze)
protected void addUpdateByExampleWithBLOBsMethod(Interface interfaze)
protected void addUpdateByExampleWithoutBLOBsMethod(Interface interfaze)
protected void addUpdateByPrimaryKeySelectiveMethod(Interface interfaze)
protected void addUpdateByPrimaryKeyWithBLOBsMethod(Interface interfaze)
protected void addUpdateByPrimaryKeyWithoutBLOBsMethod(Interface interfaze)
protected void initializeAndExecuteGenerator(AbstractJavaMapperMethodGenerator methodGenerator, Interface interfaze)
public List<CompilationUnit> getExtraCompilationUnits()
public AbstractXmlGenerator getMatchedXMLGenerator()
AbstractJavaClientGeneratorgetMatchedXMLGenerator in class AbstractJavaClientGeneratorCopyright © 2006–2016 MyBatis.org. All rights reserved.