public abstract class AbstractJavaMapperMethodGenerator extends AbstractGenerator
context, introspectedTable, progressCallback, warnings
Constructor and Description |
---|
AbstractJavaMapperMethodGenerator() |
Modifier and Type | Method and Description |
---|---|
protected void |
addGeneratedKeyAnnotation(Interface interfaze,
Method method,
GeneratedKey gk) |
abstract void |
addInterfaceElements(Interface interfaze) |
protected String |
getResultAnnotation(Interface interfaze,
IntrospectedColumn introspectedColumn,
boolean idColumn,
boolean constructorBased) |
getContext, getIntrospectedTable, getProgressCallback, getWarnings, setContext, setIntrospectedTable, setProgressCallback, setWarnings
public abstract void addInterfaceElements(Interface interfaze)
protected String getResultAnnotation(Interface interfaze, IntrospectedColumn introspectedColumn, boolean idColumn, boolean constructorBased)
protected void addGeneratedKeyAnnotation(Interface interfaze, Method method, GeneratedKey gk)
Copyright © 2010–2018 MyBatis.org. All rights reserved.