Uses of Class
org.apache.ibatis.ibator.api.dom.java.Method

Packages that use Method
org.apache.ibatis.ibator.api Provides the main classes and interfaces used by clients of ibator. 
org.apache.ibatis.ibator.api.dom.java   
org.apache.ibatis.ibator.generator.ibatis2.dao.templates   
org.apache.ibatis.ibator.generator.ibatis2.model   
org.apache.ibatis.ibator.internal   
 

Uses of Method in org.apache.ibatis.ibator.api
 

Methods in org.apache.ibatis.ibator.api with parameters of type Method
 void CommentGenerator.addGeneralMethodComment(Method method, FullyQualifiedTable table)
           
 void CommentGenerator.addGetterComment(Method method, FullyQualifiedTable table, java.lang.String columnName)
           
 void CommentGenerator.addSetterComment(Method method, FullyQualifiedTable table, java.lang.String columnName)
           
 boolean IbatorPluginAdapter.daoCountByExampleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoCountByExampleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the countByExample method has been generated in the DAO interface class.
 boolean IbatorPluginAdapter.daoCountByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoCountByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the countByExample method has been generated in the DAO implementation class.
 boolean IbatorPluginAdapter.daoDeleteByExampleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoDeleteByExampleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the deleteByExample method has been generated in the DAO interface class.
 boolean IbatorPluginAdapter.daoDeleteByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoDeleteByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the deleteByExample method has been generated in the DAO implementation class.
 boolean IbatorPluginAdapter.daoDeleteByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoDeleteByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the deleteByPrimaryKey method has been generated in the DAO interface class.
 boolean IbatorPluginAdapter.daoDeleteByPrimaryKeyMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoDeleteByPrimaryKeyMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the deleteByPrimaryKey method has been generated in the DAO implementation class.
 boolean IbatorPluginAdapter.daoInsertMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoInsertMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the insert method has been generated in the DAO interface class.
 boolean IbatorPluginAdapter.daoInsertMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoInsertMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the insert method has been generated in the DAO implementation class.
 boolean IbatorPluginAdapter.daoInsertSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoInsertSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the insert selective method has been generated in the DAO interface class.
 boolean IbatorPluginAdapter.daoInsertSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoInsertSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the insert selective method has been generated in the DAO implementation class.
 boolean IbatorPluginAdapter.daoSelectByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoSelectByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the selectByExampleWithBLOBs method has been generated in the DAO interface class.
 boolean IbatorPluginAdapter.daoSelectByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoSelectByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the selectByExampleWithBLOBs method has been generated in the DAO implementation class.
 boolean IbatorPluginAdapter.daoSelectByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoSelectByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the selectByExampleWithoutBLOBs method has been generated in the DAO interface class.
 boolean IbatorPluginAdapter.daoSelectByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoSelectByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the selectByExampleWithoutBLOBs method has been generated in the DAO implementation class.
 boolean IbatorPluginAdapter.daoSelectByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoSelectByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the selectByPrimaryKey method has been generated in the DAO interface class.
 boolean IbatorPluginAdapter.daoSelectByPrimaryKeyMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoSelectByPrimaryKeyMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the selectByPrimaryKey method has been generated in the DAO implementation class.
 boolean IbatorPluginAdapter.daoUpdateByExampleSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoUpdateByExampleSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the updateByExampleSelective method has been generated in the DAO interface class.
 boolean IbatorPluginAdapter.daoUpdateByExampleSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoUpdateByExampleSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the updateByExampleSelective method has been generated in the DAO implementation class.
 boolean IbatorPluginAdapter.daoUpdateByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoUpdateByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the updateByExampleWithBLOBs method has been generated in the DAO interface class.
 boolean IbatorPluginAdapter.daoUpdateByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoUpdateByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the updateByExampleWithBLOBs method has been generated in the DAO implementation class.
 boolean IbatorPluginAdapter.daoUpdateByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoUpdateByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the updateByExampleWithoutBLOBs method has been generated in the DAO interface class.
 boolean IbatorPluginAdapter.daoUpdateByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoUpdateByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the updateByExampleWithoutBLOBs method has been generated in the DAO implementation class.
 boolean IbatorPluginAdapter.daoUpdateByPrimaryKeySelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoUpdateByPrimaryKeySelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the updateByPrimaryKeySelective method has been generated in the DAO interface class.
 boolean IbatorPluginAdapter.daoUpdateByPrimaryKeySelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoUpdateByPrimaryKeySelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the updateByPrimaryKeySelective method has been generated in the DAO implementation class.
 boolean IbatorPluginAdapter.daoUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the updateByPrimaryKeyWithBLOBs method has been generated in the DAO interface class.
 boolean IbatorPluginAdapter.daoUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the updateByPrimaryKeyWithBLOBs method has been generated in the DAO implementation class.
 boolean IbatorPluginAdapter.daoUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the updateByPrimaryKeyWithoutBLOBs method has been generated in the DAO interface class.
 boolean IbatorPluginAdapter.daoUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.daoUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the updateByPrimaryKeyWithoutBLOBs method has been generated in the DAO implementation class.
 boolean IbatorPluginAdapter.modelGetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, IbatorPlugin.ModelClassType modelClassType)
           
 boolean IbatorPlugin.modelGetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, IbatorPlugin.ModelClassType modelClassType)
          This method is called after the getter, or accessor, method is generated for a specific column in a table.
 boolean IbatorPluginAdapter.modelSetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, IbatorPlugin.ModelClassType modelClassType)
           
 boolean IbatorPlugin.modelSetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, IbatorPlugin.ModelClassType modelClassType)
          This method is called after the setter, or mutator, method is generated for a specific column in a table.
 

Uses of Method in org.apache.ibatis.ibator.api.dom.java
 

Methods in org.apache.ibatis.ibator.api.dom.java that return types with arguments of type Method
 java.util.List<Method> Interface.getMethods()
           
 java.util.List<Method> InnerClass.getMethods()
           
 java.util.List<Method> InnerEnum.getMethods()
           
 

Methods in org.apache.ibatis.ibator.api.dom.java with parameters of type Method
 void Interface.addMethod(Method method)
           
 void InnerClass.addMethod(Method method)
           
 void InnerEnum.addMethod(Method method)
           
 

Uses of Method in org.apache.ibatis.ibator.generator.ibatis2.dao.templates
 

Methods in org.apache.ibatis.ibator.generator.ibatis2.dao.templates that return Method
 Method AbstractDAOTemplate.getConstructorClone(CommentGenerator commentGenerator, FullyQualifiedJavaType type, FullyQualifiedTable table)
           
 

Methods in org.apache.ibatis.ibator.generator.ibatis2.dao.templates that return types with arguments of type Method
 java.util.List<Method> AbstractDAOTemplate.getMethodClones(CommentGenerator commentGenerator, FullyQualifiedTable table)
           
 

Methods in org.apache.ibatis.ibator.generator.ibatis2.dao.templates with parameters of type Method
protected  void AbstractDAOTemplate.addMethod(Method method)
           
protected  void AbstractDAOTemplate.setConstructorTemplate(Method constructorTemplate)
           
 

Uses of Method in org.apache.ibatis.ibator.generator.ibatis2.model
 

Methods in org.apache.ibatis.ibator.generator.ibatis2.model that return Method
 Method BaseModelClassGenerator.getJavaBeansGetter(IntrospectedColumn introspectedColumn)
           
 Method BaseModelClassGenerator.getJavaBeansSetter(IntrospectedColumn introspectedColumn)
           
 

Uses of Method in org.apache.ibatis.ibator.internal
 

Methods in org.apache.ibatis.ibator.internal with parameters of type Method
 void DefaultCommentGenerator.addGeneralMethodComment(Method method, FullyQualifiedTable table)
           
 void DefaultCommentGenerator.addGetterComment(Method method, FullyQualifiedTable table, java.lang.String columnName)
           
 void DefaultCommentGenerator.addSetterComment(Method method, FullyQualifiedTable table, java.lang.String columnName)
           
 boolean IbatorPluginAggregator.daoCountByExampleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.daoCountByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.daoDeleteByExampleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.daoDeleteByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.daoDeleteByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.daoDeleteByPrimaryKeyMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.daoInsertMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.daoInsertMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.daoInsertSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.daoInsertSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.daoSelectByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.daoSelectByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.daoSelectByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.daoSelectByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.daoSelectByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.daoSelectByPrimaryKeyMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.daoUpdateByExampleSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.daoUpdateByExampleSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.daoUpdateByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.daoUpdateByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.daoUpdateByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.daoUpdateByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.daoUpdateByPrimaryKeySelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.daoUpdateByPrimaryKeySelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.daoUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.daoUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.daoUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.daoUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean IbatorPluginAggregator.modelGetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, IbatorPlugin.ModelClassType modelClassType)
           
 boolean IbatorPluginAggregator.modelSetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, IbatorPlugin.ModelClassType modelClassType)