public class SimpleAnnotatedClientGenerator extends SimpleJavaClientGenerator
context, introspectedTable, progressCallback, warnings| Constructor and Description |
|---|
SimpleAnnotatedClientGenerator(String project) |
| 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()
Returns an instance of the XML generator associated
with this client generator.
|
getCompilationUnits, getExtraCompilationUnits, initializeAndExecuteGeneratorrequiresXMLGeneratoraddDefaultConstructor, addDefaultConstructorWithGeneratedAnnotatoin, getGetter, getProject, getRootClasssetContext, setIntrospectedTable, setProgressCallback, setWarningspublic SimpleAnnotatedClientGenerator(String project)
protected 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–2025 MyBatis.org. All rights reserved.