org.mybatis.generator.codegen.ibatis2.dao.elements
Class UpdateByPrimaryKeySelectiveMethodGenerator
java.lang.Object
org.mybatis.generator.codegen.AbstractGenerator
org.mybatis.generator.codegen.ibatis2.dao.elements.AbstractDAOElementGenerator
org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByPrimaryKeySelectiveMethodGenerator
public class UpdateByPrimaryKeySelectiveMethodGenerator
- extends AbstractDAOElementGenerator
- Author:
- Jeff Butler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateByPrimaryKeySelectiveMethodGenerator
public UpdateByPrimaryKeySelectiveMethodGenerator()
addImplementationElements
public void addImplementationElements(TopLevelClass topLevelClass)
- Specified by:
addImplementationElements
in class AbstractDAOElementGenerator
addInterfaceElements
public void addInterfaceElements(Interface interfaze)
- Specified by:
addInterfaceElements
in class AbstractDAOElementGenerator
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.