public class

MixedClientGenerator

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.MixedClientGenerator

Class Overview

This class overrides the base mapper to provide annotated methods for the methods that don't require SQL provider support

Summary

[Expand]
Inherited Fields
From class org.mybatis.generator.codegen.AbstractGenerator
Public Constructors
MixedClientGenerator()
Public Methods
AbstractXmlGenerator getMatchedXMLGenerator()
This method returns an instance of the XML generator associated with this client generator.
Protected Methods
void addDeleteByPrimaryKeyMethod(Interface interfaze)
void addInsertMethod(Interface interfaze)
void addSelectByPrimaryKeyMethod(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 MixedClientGenerator ()

Public Methods

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 addDeleteByPrimaryKeyMethod (Interface interfaze)

protected void addInsertMethod (Interface interfaze)

protected void addSelectByPrimaryKeyMethod (Interface interfaze)

protected void addUpdateByPrimaryKeyWithBLOBsMethod (Interface interfaze)

protected void addUpdateByPrimaryKeyWithoutBLOBsMethod (Interface interfaze)