public class SimpleAnnotatedClientGenerator extends SimpleJavaClientGenerator
context, introspectedTable, progressCallback, warnings| Constructor and Description |
|---|
SimpleAnnotatedClientGenerator() |
| Modifier and Type | Method and Description |
|---|---|
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) |
AbstractXmlGenerator |
getMatchedXMLGenerator()
This method returns an instance of the XML generator associated
with this client generator.
|
getCompilationUnits, getExtraCompilationUnits, initializeAndExecuteGeneratorrequiresXMLGeneratoraddDefaultConstructor, getGetter, getRootClassgetContext, getIntrospectedTable, getProgressCallback, getWarnings, setContext, setIntrospectedTable, setProgressCallback, setWarningsprotected void addDeleteByPrimaryKeyMethod(Interface interfaze)
addDeleteByPrimaryKeyMethod in class SimpleJavaClientGeneratorprotected void addInsertMethod(Interface interfaze)
addInsertMethod in class SimpleJavaClientGeneratorprotected void addSelectByPrimaryKeyMethod(Interface interfaze)
addSelectByPrimaryKeyMethod in class SimpleJavaClientGeneratorprotected void addSelectAllMethod(Interface interfaze)
addSelectAllMethod in class SimpleJavaClientGeneratorprotected void addUpdateByPrimaryKeyMethod(Interface interfaze)
addUpdateByPrimaryKeyMethod in class SimpleJavaClientGeneratorpublic AbstractXmlGenerator getMatchedXMLGenerator()
AbstractJavaClientGeneratorgetMatchedXMLGenerator in class SimpleJavaClientGeneratorCopyright © 2006–2016 MyBatis.org. All rights reserved.