org.mybatis.generator.codegen.ibatis2.dao.elements
Class AbstractDAOElementGenerator
java.lang.Object
org.mybatis.generator.codegen.AbstractGenerator
org.mybatis.generator.codegen.ibatis2.dao.elements.AbstractDAOElementGenerator
- Direct Known Subclasses:
- CountByExampleMethodGenerator, DeleteByExampleMethodGenerator, DeleteByPrimaryKeyMethodGenerator, InsertMethodGenerator, InsertSelectiveMethodGenerator, SelectByExampleWithBLOBsMethodGenerator, SelectByExampleWithoutBLOBsMethodGenerator, SelectByPrimaryKeyMethodGenerator, UpdateByExampleParmsInnerclassGenerator, UpdateByExampleSelectiveMethodGenerator, UpdateByExampleWithBLOBsMethodGenerator, UpdateByExampleWithoutBLOBsMethodGenerator, UpdateByPrimaryKeySelectiveMethodGenerator, UpdateByPrimaryKeyWithBLOBsMethodGenerator, UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
public abstract class AbstractDAOElementGenerator
- extends AbstractGenerator
- Author:
- Jeff Butler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
daoTemplate
protected AbstractDAOTemplate daoTemplate
AbstractDAOElementGenerator
public AbstractDAOElementGenerator()
addInterfaceElements
public abstract void addInterfaceElements(Interface interfaze)
addImplementationElements
public abstract void addImplementationElements(TopLevelClass topLevelClass)
setDAOTemplate
public void setDAOTemplate(AbstractDAOTemplate abstractDAOTemplate)
getDAOMethodNameCalculator
public DAOMethodNameCalculator getDAOMethodNameCalculator()
getExampleMethodVisibility
public JavaVisibility getExampleMethodVisibility()
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.