public class

AnnotatedClientGenerator

extends JavaMapperGenerator
java.lang.Object
   ↳ org.mybatis.generator.codegen.AbstractGenerator
     ↳ org.mybatis.generator.codegen.AbstractJavaGenerator
       ↳ org.mybatis.generator.codegen.AbstractJavaClientGenerator
         ↳ org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
           ↳ org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator

Summary

[Expand]
Inherited Fields
From class org.mybatis.generator.codegen.AbstractGenerator
Public Constructors
AnnotatedClientGenerator()
Public Methods
List<CompilationUnit> getExtraCompilationUnits()
AbstractXmlGenerator getMatchedXMLGenerator()
This method returns an instance of the XML generator associated with this client generator.
Protected Methods
void addCountByExampleMethod(Interface interfaze)
void addDeleteByExampleMethod(Interface interfaze)
void addDeleteByPrimaryKeyMethod(Interface interfaze)
void addInsertMethod(Interface interfaze)
void addInsertSelectiveMethod(Interface interfaze)
void addSelectByExampleWithBLOBsMethod(Interface interfaze)
void addSelectByExampleWithoutBLOBsMethod(Interface interfaze)
void addSelectByPrimaryKeyMethod(Interface interfaze)
void addUpdateByExampleSelectiveMethod(Interface interfaze)
void addUpdateByExampleWithBLOBsMethod(Interface interfaze)
void addUpdateByExampleWithoutBLOBsMethod(Interface interfaze)
void addUpdateByPrimaryKeySelectiveMethod(Interface interfaze)
void addUpdateByPrimaryKeyWithBLOBsMethod(Interface interfaze)
void addUpdateByPrimaryKeyWithoutBLOBsMethod(Interface interfaze)
[Expand]
Inherited Methods
From class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
From class org.mybatis.generator.codegen.AbstractJavaClientGenerator
From class org.mybatis.generator.codegen.AbstractJavaGenerator
From class org.mybatis.generator.codegen.AbstractGenerator
From class java.lang.Object

Public Constructors

public AnnotatedClientGenerator ()

Public Methods

public List<CompilationUnit> getExtraCompilationUnits ()

public AbstractXmlGenerator getMatchedXMLGenerator ()

This method returns an instance of the XML generator associated with this client generator.

Returns
  • the matched XML generator. May return null if no XML is required by this generator

Protected Methods

protected void addCountByExampleMethod (Interface interfaze)

protected void addDeleteByExampleMethod (Interface interfaze)

protected void addDeleteByPrimaryKeyMethod (Interface interfaze)

protected void addInsertMethod (Interface interfaze)

protected void addInsertSelectiveMethod (Interface interfaze)

protected void addSelectByExampleWithBLOBsMethod (Interface interfaze)

protected void addSelectByExampleWithoutBLOBsMethod (Interface interfaze)

protected void addSelectByPrimaryKeyMethod (Interface interfaze)

protected void addUpdateByExampleSelectiveMethod (Interface interfaze)

protected void addUpdateByExampleWithBLOBsMethod (Interface interfaze)

protected void addUpdateByExampleWithoutBLOBsMethod (Interface interfaze)

protected void addUpdateByPrimaryKeySelectiveMethod (Interface interfaze)

protected void addUpdateByPrimaryKeyWithBLOBsMethod (Interface interfaze)

protected void addUpdateByPrimaryKeyWithoutBLOBsMethod (Interface interfaze)