Uses of Class
org.mybatis.generator.api.dom.java.Interface

Packages that use Interface
org.mybatis.generator.api Provides the main classes and interfaces used by clients of MyBatis Generator. 
org.mybatis.generator.codegen.ibatis2.dao   
org.mybatis.generator.codegen.ibatis2.dao.elements   
org.mybatis.generator.codegen.mybatis3.javamapper   
org.mybatis.generator.codegen.mybatis3.javamapper.elements   
org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated   
org.mybatis.generator.internal   
org.mybatis.generator.plugins   
 

Uses of Interface in org.mybatis.generator.api
 

Methods in org.mybatis.generator.api with parameters of type Interface
 boolean PluginAdapter.clientCountByExampleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientCountByExampleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the countByExample method has been generated in the client interface.
 boolean PluginAdapter.clientDeleteByExampleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientDeleteByExampleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the deleteByExample method has been generated in the client interface.
 boolean PluginAdapter.clientDeleteByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientDeleteByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the deleteByPrimaryKey method has been generated in the client interface.
 boolean PluginAdapter.clientGenerated(Interface interfaze, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientGenerated(Interface interfaze, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the entire client has been generated.
 boolean PluginAdapter.clientInsertMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientInsertMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the insert method has been generated in the client interface.
 boolean PluginAdapter.clientInsertSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientInsertSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the insert selective method has been generated in the client interface.
 boolean PluginAdapter.clientSelectAllMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientSelectAllMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the selectAll method has been generated in the client interface.
 boolean PluginAdapter.clientSelectByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientSelectByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the selectByExampleWithBLOBs method has been generated in the client interface.
 boolean PluginAdapter.clientSelectByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientSelectByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the selectByExampleWithoutBLOBs method has been generated in the client interface.
 boolean PluginAdapter.clientSelectByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientSelectByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the selectByPrimaryKey method has been generated in the client interface.
 boolean PluginAdapter.clientUpdateByExampleSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientUpdateByExampleSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the updateByExampleSelective method has been generated in the client interface.
 boolean PluginAdapter.clientUpdateByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientUpdateByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the updateByExampleWithBLOBs method has been generated in the client interface.
 boolean PluginAdapter.clientUpdateByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientUpdateByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the updateByExampleWithoutBLOBs method has been generated in the client interface.
 boolean PluginAdapter.clientUpdateByPrimaryKeySelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientUpdateByPrimaryKeySelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the updateByPrimaryKeySelective method has been generated in the client interface.
 boolean PluginAdapter.clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the updateByPrimaryKeyWithBLOBs method has been generated in the client interface.
 boolean PluginAdapter.clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
          This method is called when the updateByPrimaryKeyWithoutBLOBs method has been generated in the client interface.
 

Uses of Interface in org.mybatis.generator.codegen.ibatis2.dao
 

Methods in org.mybatis.generator.codegen.ibatis2.dao that return Interface
protected  Interface DAOGenerator.getInterfaceShell()
           
 

Methods in org.mybatis.generator.codegen.ibatis2.dao with parameters of type Interface
protected  void DAOGenerator.addCountByExampleMethod(TopLevelClass topLevelClass, Interface interfaze)
           
protected  void DAOGenerator.addDeleteByExampleMethod(TopLevelClass topLevelClass, Interface interfaze)
           
protected  void DAOGenerator.addDeleteByPrimaryKeyMethod(TopLevelClass topLevelClass, Interface interfaze)
           
protected  void DAOGenerator.addInsertMethod(TopLevelClass topLevelClass, Interface interfaze)
           
protected  void DAOGenerator.addInsertSelectiveMethod(TopLevelClass topLevelClass, Interface interfaze)
           
protected  void DAOGenerator.addSelectByExampleWithBLOBsMethod(TopLevelClass topLevelClass, Interface interfaze)
           
protected  void DAOGenerator.addSelectByExampleWithoutBLOBsMethod(TopLevelClass topLevelClass, Interface interfaze)
           
protected  void DAOGenerator.addSelectByPrimaryKeyMethod(TopLevelClass topLevelClass, Interface interfaze)
           
protected  void DAOGenerator.addUpdateByExampleParmsInnerclass(TopLevelClass topLevelClass, Interface interfaze)
           
protected  void DAOGenerator.addUpdateByExampleSelectiveMethod(TopLevelClass topLevelClass, Interface interfaze)
           
protected  void DAOGenerator.addUpdateByExampleWithBLOBsMethod(TopLevelClass topLevelClass, Interface interfaze)
           
protected  void DAOGenerator.addUpdateByExampleWithoutBLOBsMethod(TopLevelClass topLevelClass, Interface interfaze)
           
protected  void DAOGenerator.addUpdateByPrimaryKeySelectiveMethod(TopLevelClass topLevelClass, Interface interfaze)
           
protected  void DAOGenerator.addUpdateByPrimaryKeyWithBLOBsMethod(TopLevelClass topLevelClass, Interface interfaze)
           
protected  void DAOGenerator.addUpdateByPrimaryKeyWithoutBLOBsMethod(TopLevelClass topLevelClass, Interface interfaze)
           
protected  void DAOGenerator.initializeAndExecuteGenerator(AbstractDAOElementGenerator methodGenerator, TopLevelClass topLevelClass, Interface interfaze)
           
 

Uses of Interface in org.mybatis.generator.codegen.ibatis2.dao.elements
 

Methods in org.mybatis.generator.codegen.ibatis2.dao.elements with parameters of type Interface
 void UpdateByPrimaryKeyWithoutBLOBsMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void UpdateByPrimaryKeyWithBLOBsMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void UpdateByPrimaryKeySelectiveMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void UpdateByExampleWithoutBLOBsMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void UpdateByExampleWithBLOBsMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void UpdateByExampleSelectiveMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void UpdateByExampleParmsInnerclassGenerator.addInterfaceElements(Interface interfaze)
           
 void SelectByPrimaryKeyMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void SelectByExampleWithoutBLOBsMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void SelectByExampleWithBLOBsMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void InsertSelectiveMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void InsertMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void DeleteByPrimaryKeyMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void DeleteByExampleMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void CountByExampleMethodGenerator.addInterfaceElements(Interface interfaze)
           
abstract  void AbstractDAOElementGenerator.addInterfaceElements(Interface interfaze)
           
 

Uses of Interface in org.mybatis.generator.codegen.mybatis3.javamapper
 

Methods in org.mybatis.generator.codegen.mybatis3.javamapper with parameters of type Interface
protected  void JavaMapperGenerator.addCountByExampleMethod(Interface interfaze)
           
protected  void AnnotatedClientGenerator.addCountByExampleMethod(Interface interfaze)
           
protected  void JavaMapperGenerator.addDeleteByExampleMethod(Interface interfaze)
           
protected  void AnnotatedClientGenerator.addDeleteByExampleMethod(Interface interfaze)
           
protected  void SimpleJavaClientGenerator.addDeleteByPrimaryKeyMethod(Interface interfaze)
           
protected  void SimpleAnnotatedClientGenerator.addDeleteByPrimaryKeyMethod(Interface interfaze)
           
protected  void MixedClientGenerator.addDeleteByPrimaryKeyMethod(Interface interfaze)
           
protected  void JavaMapperGenerator.addDeleteByPrimaryKeyMethod(Interface interfaze)
           
protected  void AnnotatedClientGenerator.addDeleteByPrimaryKeyMethod(Interface interfaze)
           
protected  void SimpleJavaClientGenerator.addInsertMethod(Interface interfaze)
           
protected  void SimpleAnnotatedClientGenerator.addInsertMethod(Interface interfaze)
           
protected  void MixedClientGenerator.addInsertMethod(Interface interfaze)
           
protected  void JavaMapperGenerator.addInsertMethod(Interface interfaze)
           
protected  void AnnotatedClientGenerator.addInsertMethod(Interface interfaze)
           
protected  void JavaMapperGenerator.addInsertSelectiveMethod(Interface interfaze)
           
protected  void AnnotatedClientGenerator.addInsertSelectiveMethod(Interface interfaze)
           
protected  void SimpleJavaClientGenerator.addSelectAllMethod(Interface interfaze)
           
protected  void SimpleAnnotatedClientGenerator.addSelectAllMethod(Interface interfaze)
           
protected  void JavaMapperGenerator.addSelectByExampleWithBLOBsMethod(Interface interfaze)
           
protected  void AnnotatedClientGenerator.addSelectByExampleWithBLOBsMethod(Interface interfaze)
           
protected  void JavaMapperGenerator.addSelectByExampleWithoutBLOBsMethod(Interface interfaze)
           
protected  void AnnotatedClientGenerator.addSelectByExampleWithoutBLOBsMethod(Interface interfaze)
           
protected  void SimpleJavaClientGenerator.addSelectByPrimaryKeyMethod(Interface interfaze)
           
protected  void SimpleAnnotatedClientGenerator.addSelectByPrimaryKeyMethod(Interface interfaze)
           
protected  void MixedClientGenerator.addSelectByPrimaryKeyMethod(Interface interfaze)
           
protected  void JavaMapperGenerator.addSelectByPrimaryKeyMethod(Interface interfaze)
           
protected  void AnnotatedClientGenerator.addSelectByPrimaryKeyMethod(Interface interfaze)
           
protected  void JavaMapperGenerator.addUpdateByExampleSelectiveMethod(Interface interfaze)
           
protected  void AnnotatedClientGenerator.addUpdateByExampleSelectiveMethod(Interface interfaze)
           
protected  void JavaMapperGenerator.addUpdateByExampleWithBLOBsMethod(Interface interfaze)
           
protected  void AnnotatedClientGenerator.addUpdateByExampleWithBLOBsMethod(Interface interfaze)
           
protected  void JavaMapperGenerator.addUpdateByExampleWithoutBLOBsMethod(Interface interfaze)
           
protected  void AnnotatedClientGenerator.addUpdateByExampleWithoutBLOBsMethod(Interface interfaze)
           
protected  void SimpleJavaClientGenerator.addUpdateByPrimaryKeyMethod(Interface interfaze)
           
protected  void SimpleAnnotatedClientGenerator.addUpdateByPrimaryKeyMethod(Interface interfaze)
           
protected  void JavaMapperGenerator.addUpdateByPrimaryKeySelectiveMethod(Interface interfaze)
           
protected  void AnnotatedClientGenerator.addUpdateByPrimaryKeySelectiveMethod(Interface interfaze)
           
protected  void MixedClientGenerator.addUpdateByPrimaryKeyWithBLOBsMethod(Interface interfaze)
           
protected  void JavaMapperGenerator.addUpdateByPrimaryKeyWithBLOBsMethod(Interface interfaze)
           
protected  void AnnotatedClientGenerator.addUpdateByPrimaryKeyWithBLOBsMethod(Interface interfaze)
           
protected  void MixedClientGenerator.addUpdateByPrimaryKeyWithoutBLOBsMethod(Interface interfaze)
           
protected  void JavaMapperGenerator.addUpdateByPrimaryKeyWithoutBLOBsMethod(Interface interfaze)
           
protected  void AnnotatedClientGenerator.addUpdateByPrimaryKeyWithoutBLOBsMethod(Interface interfaze)
           
protected  void SimpleJavaClientGenerator.initializeAndExecuteGenerator(AbstractJavaMapperMethodGenerator methodGenerator, Interface interfaze)
           
protected  void JavaMapperGenerator.initializeAndExecuteGenerator(AbstractJavaMapperMethodGenerator methodGenerator, Interface interfaze)
           
 

Uses of Interface in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 

Methods in org.mybatis.generator.codegen.mybatis3.javamapper.elements with parameters of type Interface
protected  void AbstractJavaMapperMethodGenerator.addGeneratedKeyAnnotation(Interface interfaze, Method method, GeneratedKey gk)
           
 void UpdateByPrimaryKeyWithoutBLOBsMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void UpdateByPrimaryKeyWithBLOBsMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void UpdateByPrimaryKeySelectiveMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void UpdateByExampleWithoutBLOBsMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void UpdateByExampleWithBLOBsMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void UpdateByExampleSelectiveMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void SelectByPrimaryKeyMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void SelectByExampleWithoutBLOBsMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void SelectByExampleWithBLOBsMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void SelectAllMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void InsertSelectiveMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void InsertMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void DeleteByPrimaryKeyMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void DeleteByExampleMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void CountByExampleMethodGenerator.addInterfaceElements(Interface interfaze)
           
abstract  void AbstractJavaMapperMethodGenerator.addInterfaceElements(Interface interfaze)
           
 void UpdateByPrimaryKeyWithoutBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void UpdateByPrimaryKeyWithBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void UpdateByPrimaryKeySelectiveMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void UpdateByExampleWithoutBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void UpdateByExampleWithBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void UpdateByExampleSelectiveMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void SelectByPrimaryKeyMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void SelectByExampleWithoutBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void SelectByExampleWithBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void SelectAllMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void InsertSelectiveMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void InsertMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void DeleteByPrimaryKeyMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void DeleteByExampleMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void CountByExampleMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
protected  String AbstractJavaMapperMethodGenerator.getResultAnnotation(Interface interfaze, IntrospectedColumn introspectedColumn, boolean idColumn, boolean constructorBased)
           
 

Uses of Interface in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
 

Methods in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated with parameters of type Interface
 void AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void AnnotatedUpdateByPrimaryKeyWithBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void AnnotatedUpdateByPrimaryKeySelectiveMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void AnnotatedUpdateByExampleWithoutBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void AnnotatedUpdateByExampleWithBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void AnnotatedUpdateByExampleSelectiveMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void AnnotatedSelectByPrimaryKeyMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void AnnotatedSelectByExampleWithoutBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void AnnotatedSelectByExampleWithBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void AnnotatedSelectAllMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void AnnotatedInsertSelectiveMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void AnnotatedInsertMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void AnnotatedDeleteByPrimaryKeyMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void AnnotatedDeleteByExampleMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 void AnnotatedCountByExampleMethodGenerator.addMapperAnnotations(Interface interfaze, Method method)
           
 

Uses of Interface in org.mybatis.generator.internal
 

Methods in org.mybatis.generator.internal with parameters of type Interface
 boolean PluginAggregator.clientCountByExampleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientDeleteByExampleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientDeleteByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientGenerated(Interface interfaze, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientInsertMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientInsertSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientSelectAllMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientSelectByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientSelectByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientSelectByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientUpdateByExampleSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientUpdateByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientUpdateByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientUpdateByPrimaryKeySelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 

Uses of Interface in org.mybatis.generator.plugins
 

Methods in org.mybatis.generator.plugins with parameters of type Interface
 boolean RowBoundsPlugin.clientSelectByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean RowBoundsPlugin.clientSelectByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 



Copyright © 2010-2012 MyBatis.org. All Rights Reserved.