org.mybatis.generator.codegen.mybatis3.javamapper.elements
Class AbstractJavaMapperMethodGenerator
java.lang.Object
org.mybatis.generator.codegen.AbstractGenerator
org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
- Direct Known Subclasses:
- CountByExampleMethodGenerator, DeleteByExampleMethodGenerator, DeleteByPrimaryKeyMethodGenerator, InsertMethodGenerator, InsertSelectiveMethodGenerator, SelectAllMethodGenerator, SelectByExampleWithBLOBsMethodGenerator, SelectByExampleWithoutBLOBsMethodGenerator, SelectByPrimaryKeyMethodGenerator, UpdateByExampleSelectiveMethodGenerator, UpdateByExampleWithBLOBsMethodGenerator, UpdateByExampleWithoutBLOBsMethodGenerator, UpdateByPrimaryKeySelectiveMethodGenerator, UpdateByPrimaryKeyWithBLOBsMethodGenerator, UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
public abstract class AbstractJavaMapperMethodGenerator
- extends AbstractGenerator
- Author:
- Jeff Butler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractJavaMapperMethodGenerator
public AbstractJavaMapperMethodGenerator()
addInterfaceElements
public abstract void addInterfaceElements(Interface interfaze)
getResultAnnotation
protected String getResultAnnotation(Interface interfaze,
IntrospectedColumn introspectedColumn,
boolean idColumn,
boolean constructorBased)
addGeneratedKeyAnnotation
protected void addGeneratedKeyAnnotation(Interface interfaze,
Method method,
GeneratedKey gk)
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.