org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
Class AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator

java.lang.Object
  extended by org.mybatis.generator.codegen.AbstractGenerator
      extended by org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
          extended by org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
              extended by org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator

public class AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator
extends UpdateByPrimaryKeyWithoutBLOBsMethodGenerator

Author:
Jeff Butler

Field Summary
 
Fields inherited from class org.mybatis.generator.codegen.AbstractGenerator
context, introspectedTable, progressCallback, warnings
 
Constructor Summary
AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator(boolean isSimple)
           
 
Method Summary
 void addMapperAnnotations(Interface interfaze, Method method)
           
 
Methods inherited from class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
addInterfaceElements
 
Methods inherited from class org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
addGeneratedKeyAnnotation, getResultAnnotation
 
Methods inherited from class org.mybatis.generator.codegen.AbstractGenerator
getContext, getIntrospectedTable, getProgressCallback, getWarnings, setContext, setIntrospectedTable, setProgressCallback, setWarnings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator

public AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator(boolean isSimple)
Method Detail

addMapperAnnotations

public void addMapperAnnotations(Interface interfaze,
                                 Method method)
Overrides:
addMapperAnnotations in class UpdateByPrimaryKeyWithoutBLOBsMethodGenerator


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.