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, initializeAndExecuteGenerator
requiresXMLGenerator
addDefaultConstructor, getGetter, getJavaBeansField, getJavaBeansGetter, getJavaBeansSetter, getRootClass, isTrimStringsEnabled
getContext, getIntrospectedTable, getProgressCallback, getWarnings, setContext, setIntrospectedTable, setProgressCallback, setWarnings
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 © 2010–2018 MyBatis.org. All rights reserved.