org.apache.ibatis.ibator.generator.ibatis2.dao.elements
Class UpdateByExampleSelectiveMethodGenerator

java.lang.Object
  extended by org.apache.ibatis.ibator.generator.AbstractGenerator
      extended by org.apache.ibatis.ibator.generator.ibatis2.dao.elements.AbstractDAOElementGenerator
          extended by org.apache.ibatis.ibator.generator.ibatis2.dao.elements.UpdateByExampleSelectiveMethodGenerator

public class UpdateByExampleSelectiveMethodGenerator
extends AbstractDAOElementGenerator

Author:
Jeff Butler

Field Summary
 
Fields inherited from class org.apache.ibatis.ibator.generator.ibatis2.dao.elements.AbstractDAOElementGenerator
daoTemplate
 
Fields inherited from class org.apache.ibatis.ibator.generator.AbstractGenerator
ibatorContext, introspectedTable, progressCallback, warnings
 
Constructor Summary
UpdateByExampleSelectiveMethodGenerator()
           
 
Method Summary
 void addImplementationElements(TopLevelClass topLevelClass)
           
 void addInterfaceElements(Interface interfaze)
           
 
Methods inherited from class org.apache.ibatis.ibator.generator.ibatis2.dao.elements.AbstractDAOElementGenerator
getDAOMethodNameCalculator, getExampleMethodVisibility, setDAOTemplate
 
Methods inherited from class org.apache.ibatis.ibator.generator.AbstractGenerator
getIbatorContext, getIntrospectedTable, getProgressCallback, getWarnings, setIbatorContext, setIntrospectedTable, setProgressCallback, setWarnings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateByExampleSelectiveMethodGenerator

public UpdateByExampleSelectiveMethodGenerator()
Method Detail

addImplementationElements

public void addImplementationElements(TopLevelClass topLevelClass)
Specified by:
addImplementationElements in class AbstractDAOElementGenerator

addInterfaceElements

public void addInterfaceElements(Interface interfaze)
Specified by:
addInterfaceElements in class AbstractDAOElementGenerator