org.mybatis.generator.codegen.mybatis3.javamapper.elements
Class InsertMethodGenerator
java.lang.Object
org.mybatis.generator.codegen.AbstractGenerator
org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertMethodGenerator
- Direct Known Subclasses:
- AnnotatedInsertMethodGenerator
public class InsertMethodGenerator
- extends AbstractJavaMapperMethodGenerator
- Author:
- Jeff Butler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InsertMethodGenerator
public InsertMethodGenerator(boolean isSimple)
addInterfaceElements
public void addInterfaceElements(Interface interfaze)
- Specified by:
addInterfaceElements
in class AbstractJavaMapperMethodGenerator
addMapperAnnotations
public void addMapperAnnotations(Interface interfaze,
Method method)
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.