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, initializeAndExecuteGenerator
requiresXMLGenerator
addDefaultConstructor, addDefaultConstructorWithGeneratedAnnotatoin, getGetter, getProject, getRootClass
setContext, setIntrospectedTable, setProgressCallback, setWarnings
public SimpleAnnotatedClientGenerator(String project)
protected void addDeleteByPrimaryKeyMethod(Interface interfaze)
addDeleteByPrimaryKeyMethod
in class SimpleJavaClientGenerator
protected void addInsertMethod(Interface interfaze)
addInsertMethod
in class SimpleJavaClientGenerator
protected void addSelectByPrimaryKeyMethod(Interface interfaze)
addSelectByPrimaryKeyMethod
in class SimpleJavaClientGenerator
protected void addSelectAllMethod(Interface interfaze)
addSelectAllMethod
in class SimpleJavaClientGenerator
protected void addUpdateByPrimaryKeyMethod(Interface interfaze)
addUpdateByPrimaryKeyMethod
in class SimpleJavaClientGenerator
public AbstractXmlGenerator getMatchedXMLGenerator()
AbstractJavaClientGenerator
getMatchedXMLGenerator
in class SimpleJavaClientGenerator
Copyright © 2006–2022 MyBatis.org. All rights reserved.