public class JavaMapperGenerator extends AbstractJavaClientGenerator
context, introspectedTable, progressCallback, warnings| 构造器和说明 |
|---|
JavaMapperGenerator() |
JavaMapperGenerator(boolean requiresMatchedXMLGenerator) |
requiresXMLGeneratoraddDefaultConstructor, getGetter, getRootClassgetContext, getIntrospectedTable, getProgressCallback, getWarnings, setContext, setIntrospectedTable, setProgressCallback, setWarningspublic JavaMapperGenerator()
public JavaMapperGenerator(boolean requiresMatchedXMLGenerator)
public List<CompilationUnit> getCompilationUnits()
getCompilationUnits 在类中 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 在类中 AbstractJavaClientGeneratorCopyright © 2006–2016 MyBatis.org. All rights reserved.