public abstract class

AbstractJavaMapperMethodGenerator

extends AbstractGenerator
java.lang.Object
   ↳ org.mybatis.generator.codegen.AbstractGenerator
     ↳ org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
Known Direct Subclasses
Known Indirect Subclasses

Summary

[Expand]
Inherited Fields
From class org.mybatis.generator.codegen.AbstractGenerator
Public Constructors
AbstractJavaMapperMethodGenerator()
Public Methods
abstract void addInterfaceElements(Interface interfaze)
Protected Methods
void addGeneratedKeyAnnotation(Interface interfaze, Method method, GeneratedKey gk)
String getResultAnnotation(Interface interfaze, IntrospectedColumn introspectedColumn, boolean idColumn, boolean constructorBased)
[Expand]
Inherited Methods
From class org.mybatis.generator.codegen.AbstractGenerator
From class java.lang.Object

Public Constructors

public AbstractJavaMapperMethodGenerator ()

Public Methods

public abstract void addInterfaceElements (Interface interfaze)

Protected Methods

protected void addGeneratedKeyAnnotation (Interface interfaze, Method method, GeneratedKey gk)

protected String getResultAnnotation (Interface interfaze, IntrospectedColumn introspectedColumn, boolean idColumn, boolean constructorBased)