public class AnnotatedSelectByPrimaryKeyMethodGenerator extends SelectByPrimaryKeyMethodGenerator
context, introspectedTable, progressCallback, warnings
Constructor and Description |
---|
AnnotatedSelectByPrimaryKeyMethodGenerator(boolean useResultMapIfAvailable,
boolean isSimple) |
Modifier and Type | Method and Description |
---|---|
void |
addExtraImports(Interface interfaze) |
void |
addMapperAnnotations(Interface interfaze,
Method method) |
addInterfaceElements
addGeneratedKeyAnnotation, addGeneratedKeyImports, getResultAnnotation
getContext, getIntrospectedTable, getProgressCallback, getWarnings, setContext, setIntrospectedTable, setProgressCallback, setWarnings
public AnnotatedSelectByPrimaryKeyMethodGenerator(boolean useResultMapIfAvailable, boolean isSimple)
public void addMapperAnnotations(Interface interfaze, Method method)
addMapperAnnotations
in class SelectByPrimaryKeyMethodGenerator
public void addExtraImports(Interface interfaze)
addExtraImports
in class SelectByPrimaryKeyMethodGenerator
Copyright © 2006–2018 MyBatis.org. All rights reserved.