public class SimpleJavaClientGenerator extends AbstractJavaClientGenerator
context, introspectedTable, progressCallback, warnings| 构造器和说明 |
|---|
SimpleJavaClientGenerator() |
SimpleJavaClientGenerator(boolean requiresMatchedXMLGenerator) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
addDeleteByPrimaryKeyMethod(Interface interfaze) |
protected void |
addInsertMethod(Interface interfaze) |
protected void |
addSelectAllMethod(Interface interfaze) |
protected void |
addSelectByPrimaryKeyMethod(Interface interfaze) |
protected void |
addUpdateByPrimaryKeyMethod(Interface interfaze) |
List<CompilationUnit> |
getCompilationUnits() |
List<CompilationUnit> |
getExtraCompilationUnits() |
AbstractXmlGenerator |
getMatchedXMLGenerator()
This method returns an instance of the XML generator associated
with this client generator.
|
protected void |
initializeAndExecuteGenerator(AbstractJavaMapperMethodGenerator methodGenerator,
Interface interfaze) |
requiresXMLGeneratoraddDefaultConstructor, getGetter, getRootClassgetContext, getIntrospectedTable, getProgressCallback, getWarnings, setContext, setIntrospectedTable, setProgressCallback, setWarningspublic SimpleJavaClientGenerator()
public SimpleJavaClientGenerator(boolean requiresMatchedXMLGenerator)
public List<CompilationUnit> getCompilationUnits()
getCompilationUnits 在类中 AbstractJavaGeneratorprotected void addDeleteByPrimaryKeyMethod(Interface interfaze)
protected void addInsertMethod(Interface interfaze)
protected void addSelectByPrimaryKeyMethod(Interface interfaze)
protected void addSelectAllMethod(Interface interfaze)
protected void addUpdateByPrimaryKeyMethod(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.