|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mybatis.generator.codegen.AbstractGenerator
org.mybatis.generator.codegen.AbstractJavaGenerator
org.mybatis.generator.codegen.AbstractJavaClientGenerator
org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
org.mybatis.generator.codegen.mybatis3.javamapper.SimpleAnnotatedClientGenerator
public class SimpleAnnotatedClientGenerator
Field Summary |
---|
Fields inherited from class org.mybatis.generator.codegen.AbstractGenerator |
---|
context, introspectedTable, progressCallback, warnings |
Constructor Summary | |
---|---|
SimpleAnnotatedClientGenerator()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator |
---|
getCompilationUnits, getExtraCompilationUnits, initializeAndExecuteGenerator |
Methods inherited from class org.mybatis.generator.codegen.AbstractJavaClientGenerator |
---|
requiresXMLGenerator |
Methods inherited from class org.mybatis.generator.codegen.AbstractJavaGenerator |
---|
addDefaultConstructor, getGetter, getJavaBeansField, getJavaBeansGetter, getJavaBeansSetter, getRootClass, isTrimStringsEnabled |
Methods inherited from class org.mybatis.generator.codegen.AbstractGenerator |
---|
getContext, getIntrospectedTable, getProgressCallback, getWarnings, setContext, setIntrospectedTable, setProgressCallback, setWarnings |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleAnnotatedClientGenerator()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |