Uses of Class
org.mybatis.generator.api.dom.java.Interface
Packages that use Interface
Package
Description
Provides the main classes and interfaces used by clients of MyBatis Generator.
-
Uses of Interface in org.mybatis.generator.api
Methods in org.mybatis.generator.api with parameters of type InterfaceModifier and TypeMethodDescriptiondefault booleanPlugin.clientBasicCountMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Deprecated.this method is no longer calleddefault booleanPlugin.clientBasicDeleteMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Deprecated.No longer calledbooleanCompositePlugin.clientBasicInsertMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientBasicInsertMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the insert method has been generated for the mapper interface.default booleanPlugin.clientBasicInsertMultipleHelperMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Deprecated.this method is no longer calledbooleanCompositePlugin.clientBasicInsertMultipleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientBasicInsertMultipleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the insert multiple method has been generated for the mapper interface.booleanCompositePlugin.clientBasicSelectManyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientBasicSelectManyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the selectMany method has been generated for the mapper interface.booleanCompositePlugin.clientBasicSelectOneMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientBasicSelectOneMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the selectOne method has been generated for the mapper interface.default booleanPlugin.clientBasicUpdateMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Deprecated.no longer calledbooleanCompositePlugin.clientCountByExampleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientCountByExampleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the countByExample method has been generated in the client interface.booleanCompositePlugin.clientDeleteByExampleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientDeleteByExampleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the deleteByExample method has been generated in the client interface.booleanCompositePlugin.clientDeleteByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientDeleteByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the deleteByPrimaryKey method has been generated in the client interface.booleanCompositePlugin.clientGeneralCountMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientGeneralCountMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the general count method has been generated.booleanCompositePlugin.clientGeneralDeleteMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientGeneralDeleteMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the general delete method has been generated.booleanCompositePlugin.clientGeneralSelectDistinctMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientGeneralSelectDistinctMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the general select distinct method has been generated.booleanCompositePlugin.clientGeneralSelectMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientGeneralSelectMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the general select method has been generated.booleanCompositePlugin.clientGeneralUpdateMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientGeneralUpdateMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the general update method has been generated.booleanCompositePlugin.clientGenerated(Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientGenerated(Interface interfaze, IntrospectedTable introspectedTable) This method is called when the entire client has been generated.booleanCompositePlugin.clientInsertMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientInsertMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the insert method has been generated in the client interface.booleanCompositePlugin.clientInsertMultipleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientInsertMultipleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the insert multiple method has been generated in the client interface.booleanCompositePlugin.clientInsertSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientInsertSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the insert selective method has been generated in the client interface.booleanCompositePlugin.clientSelectAllMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientSelectAllMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the selectAll method has been generated in the client interface.booleanCompositePlugin.clientSelectByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientSelectByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the selectByExampleWithBLOBs method has been generated in the client interface.booleanCompositePlugin.clientSelectByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientSelectByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the selectByExampleWithoutBLOBs method has been generated in the client interface.booleanCompositePlugin.clientSelectByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientSelectByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the selectByPrimaryKey method has been generated in the client interface.booleanCompositePlugin.clientSelectListFieldGenerated(Field field, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientSelectListFieldGenerated(Field field, Interface interfaze, IntrospectedTable introspectedTable) Called when the selectList field is generated in a MyBatis Dynamic SQL V2 runtime.booleanCompositePlugin.clientSelectOneMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientSelectOneMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the selectOne method is generated.booleanCompositePlugin.clientUpdateAllColumnsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientUpdateAllColumnsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the updateAllColumns method is generated.booleanCompositePlugin.clientUpdateByExampleSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientUpdateByExampleSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the updateByExampleSelective method has been generated in the client interface.booleanCompositePlugin.clientUpdateByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientUpdateByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the updateByExampleWithBLOBs method has been generated in the client interface.booleanCompositePlugin.clientUpdateByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientUpdateByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the updateByExampleWithoutBLOBs method has been generated in the client interface.booleanCompositePlugin.clientUpdateByPrimaryKeySelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientUpdateByPrimaryKeySelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the updateByPrimaryKeySelective method has been generated in the client interface.booleanCompositePlugin.clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the updateByPrimaryKeyWithBLOBs method has been generated in the client interface.booleanCompositePlugin.clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) This method is called when the updateByPrimaryKeyWithoutBLOBs method has been generated in the client interface.booleanCompositePlugin.clientUpdateSelectiveColumnsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) default booleanPlugin.clientUpdateSelectiveColumnsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the updateSelectiveColumns method is generated. -
Uses of Interface in org.mybatis.generator.api.dom
Methods in org.mybatis.generator.api.dom with parameters of type Interface -
Uses of Interface in org.mybatis.generator.api.dom.java
Methods in org.mybatis.generator.api.dom.java with parameters of type Interface -
Uses of Interface in org.mybatis.generator.api.dom.java.render
Methods in org.mybatis.generator.api.dom.java.render with parameters of type Interface -
Uses of Interface in org.mybatis.generator.codegen.mybatis3.javamapper
Methods in org.mybatis.generator.codegen.mybatis3.javamapper with parameters of type InterfaceModifier and TypeMethodDescriptionprotected voidAnnotatedClientGenerator.addCountByExampleMethod(Interface interfaze) protected voidJavaMapperGenerator.addCountByExampleMethod(Interface interfaze) protected voidAnnotatedClientGenerator.addDeleteByExampleMethod(Interface interfaze) protected voidJavaMapperGenerator.addDeleteByExampleMethod(Interface interfaze) protected voidAnnotatedClientGenerator.addDeleteByPrimaryKeyMethod(Interface interfaze) protected voidJavaMapperGenerator.addDeleteByPrimaryKeyMethod(Interface interfaze) protected voidMixedClientGenerator.addDeleteByPrimaryKeyMethod(Interface interfaze) protected voidSimpleAnnotatedClientGenerator.addDeleteByPrimaryKeyMethod(Interface interfaze) protected voidSimpleJavaClientGenerator.addDeleteByPrimaryKeyMethod(Interface interfaze) protected voidAnnotatedClientGenerator.addInsertMethod(Interface interfaze) protected voidJavaMapperGenerator.addInsertMethod(Interface interfaze) protected voidMixedClientGenerator.addInsertMethod(Interface interfaze) protected voidSimpleAnnotatedClientGenerator.addInsertMethod(Interface interfaze) protected voidSimpleJavaClientGenerator.addInsertMethod(Interface interfaze) protected voidAnnotatedClientGenerator.addInsertSelectiveMethod(Interface interfaze) protected voidJavaMapperGenerator.addInsertSelectiveMethod(Interface interfaze) protected voidSimpleAnnotatedClientGenerator.addSelectAllMethod(Interface interfaze) protected voidSimpleJavaClientGenerator.addSelectAllMethod(Interface interfaze) protected voidAnnotatedClientGenerator.addSelectByExampleWithBLOBsMethod(Interface interfaze) protected voidJavaMapperGenerator.addSelectByExampleWithBLOBsMethod(Interface interfaze) protected voidAnnotatedClientGenerator.addSelectByExampleWithoutBLOBsMethod(Interface interfaze) protected voidJavaMapperGenerator.addSelectByExampleWithoutBLOBsMethod(Interface interfaze) protected voidAnnotatedClientGenerator.addSelectByPrimaryKeyMethod(Interface interfaze) protected voidJavaMapperGenerator.addSelectByPrimaryKeyMethod(Interface interfaze) protected voidMixedClientGenerator.addSelectByPrimaryKeyMethod(Interface interfaze) protected voidSimpleAnnotatedClientGenerator.addSelectByPrimaryKeyMethod(Interface interfaze) protected voidSimpleJavaClientGenerator.addSelectByPrimaryKeyMethod(Interface interfaze) protected voidAnnotatedClientGenerator.addUpdateByExampleSelectiveMethod(Interface interfaze) protected voidJavaMapperGenerator.addUpdateByExampleSelectiveMethod(Interface interfaze) protected voidAnnotatedClientGenerator.addUpdateByExampleWithBLOBsMethod(Interface interfaze) protected voidJavaMapperGenerator.addUpdateByExampleWithBLOBsMethod(Interface interfaze) protected voidAnnotatedClientGenerator.addUpdateByExampleWithoutBLOBsMethod(Interface interfaze) protected voidJavaMapperGenerator.addUpdateByExampleWithoutBLOBsMethod(Interface interfaze) protected voidSimpleAnnotatedClientGenerator.addUpdateByPrimaryKeyMethod(Interface interfaze) protected voidSimpleJavaClientGenerator.addUpdateByPrimaryKeyMethod(Interface interfaze) protected voidAnnotatedClientGenerator.addUpdateByPrimaryKeySelectiveMethod(Interface interfaze) protected voidJavaMapperGenerator.addUpdateByPrimaryKeySelectiveMethod(Interface interfaze) protected voidAnnotatedClientGenerator.addUpdateByPrimaryKeyWithBLOBsMethod(Interface interfaze) protected voidJavaMapperGenerator.addUpdateByPrimaryKeyWithBLOBsMethod(Interface interfaze) protected voidMixedClientGenerator.addUpdateByPrimaryKeyWithBLOBsMethod(Interface interfaze) protected voidAnnotatedClientGenerator.addUpdateByPrimaryKeyWithoutBLOBsMethod(Interface interfaze) protected voidJavaMapperGenerator.addUpdateByPrimaryKeyWithoutBLOBsMethod(Interface interfaze) protected voidMixedClientGenerator.addUpdateByPrimaryKeyWithoutBLOBsMethod(Interface interfaze) protected voidJavaMapperGenerator.initializeAndExecuteGenerator(AbstractJavaMapperMethodGenerator methodGenerator, Interface interfaze) protected voidSimpleJavaClientGenerator.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 InterfaceModifier and TypeMethodDescriptionprotected voidAbstractJavaMapperMethodGenerator.addAnnotatedResults(Interface interfaze, Method method, List<IntrospectedColumn> nonPrimaryKeyColumns) protected voidAbstractJavaMapperMethodGenerator.addAnnotatedSelectImports(Interface interfaze) voidCountByExampleMethodGenerator.addExtraImports(Interface interfaze) voidDeleteByExampleMethodGenerator.addExtraImports(Interface interfaze) voidDeleteByPrimaryKeyMethodGenerator.addExtraImports(Interface interfaze) voidInsertMethodGenerator.addExtraImports(Interface interfaze) voidInsertSelectiveMethodGenerator.addExtraImports(Interface interfaze) voidSelectAllMethodGenerator.addExtraImports(Interface interfaze) voidSelectByExampleWithBLOBsMethodGenerator.addExtraImports(Interface interfaze) voidSelectByExampleWithoutBLOBsMethodGenerator.addExtraImports(Interface interfaze) voidSelectByPrimaryKeyMethodGenerator.addExtraImports(Interface interfaze) voidUpdateByExampleSelectiveMethodGenerator.addExtraImports(Interface interfaze) voidUpdateByExampleWithBLOBsMethodGenerator.addExtraImports(Interface interfaze) voidUpdateByExampleWithoutBLOBsMethodGenerator.addExtraImports(Interface interfaze) voidUpdateByPrimaryKeySelectiveMethodGenerator.addExtraImports(Interface interfaze) voidUpdateByPrimaryKeyWithBLOBsMethodGenerator.addExtraImports(Interface interfaze) voidUpdateByPrimaryKeyWithoutBLOBsMethodGenerator.addExtraImports(Interface interfaze) abstract voidAbstractJavaMapperMethodGenerator.addInterfaceElements(Interface interfaze) voidCountByExampleMethodGenerator.addInterfaceElements(Interface interfaze) voidDeleteByExampleMethodGenerator.addInterfaceElements(Interface interfaze) voidDeleteByPrimaryKeyMethodGenerator.addInterfaceElements(Interface interfaze) voidInsertMethodGenerator.addInterfaceElements(Interface interfaze) voidInsertSelectiveMethodGenerator.addInterfaceElements(Interface interfaze) voidSelectAllMethodGenerator.addInterfaceElements(Interface interfaze) voidSelectByExampleWithBLOBsMethodGenerator.addInterfaceElements(Interface interfaze) voidSelectByExampleWithoutBLOBsMethodGenerator.addInterfaceElements(Interface interfaze) voidSelectByPrimaryKeyMethodGenerator.addInterfaceElements(Interface interfaze) voidUpdateByExampleSelectiveMethodGenerator.addInterfaceElements(Interface interfaze) voidUpdateByExampleWithBLOBsMethodGenerator.addInterfaceElements(Interface interfaze) voidUpdateByExampleWithoutBLOBsMethodGenerator.addInterfaceElements(Interface interfaze) voidUpdateByPrimaryKeySelectiveMethodGenerator.addInterfaceElements(Interface interfaze) voidUpdateByPrimaryKeyWithBLOBsMethodGenerator.addInterfaceElements(Interface interfaze) voidUpdateByPrimaryKeyWithoutBLOBsMethodGenerator.addInterfaceElements(Interface interfaze) voidSelectAllMethodGenerator.addMapperAnnotations(Interface interfaze, Method method) voidSelectByExampleWithBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze, Method method) voidSelectByExampleWithoutBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze, Method method) voidSelectByPrimaryKeyMethodGenerator.addMapperAnnotations(Interface interfaze, Method method) protected static StringAbstractJavaMapperMethodGenerator.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 InterfaceModifier and TypeMethodDescriptionprivate voidAnnotatedSelectByPrimaryKeyMethodGenerator.addAnnotationImports(Interface interfaze) voidAnnotatedCountByExampleMethodGenerator.addExtraImports(Interface interfaze) voidAnnotatedDeleteByExampleMethodGenerator.addExtraImports(Interface interfaze) voidAnnotatedDeleteByPrimaryKeyMethodGenerator.addExtraImports(Interface interfaze) voidAnnotatedInsertMethodGenerator.addExtraImports(Interface interfaze) voidAnnotatedInsertSelectiveMethodGenerator.addExtraImports(Interface interfaze) voidAnnotatedSelectAllMethodGenerator.addExtraImports(Interface interfaze) voidAnnotatedSelectByExampleWithBLOBsMethodGenerator.addExtraImports(Interface interfaze) voidAnnotatedSelectByExampleWithoutBLOBsMethodGenerator.addExtraImports(Interface interfaze) voidAnnotatedSelectByPrimaryKeyMethodGenerator.addExtraImports(Interface interfaze) voidAnnotatedUpdateByExampleSelectiveMethodGenerator.addExtraImports(Interface interfaze) voidAnnotatedUpdateByExampleWithBLOBsMethodGenerator.addExtraImports(Interface interfaze) voidAnnotatedUpdateByExampleWithoutBLOBsMethodGenerator.addExtraImports(Interface interfaze) voidAnnotatedUpdateByPrimaryKeySelectiveMethodGenerator.addExtraImports(Interface interfaze) voidAnnotatedUpdateByPrimaryKeyWithBLOBsMethodGenerator.addExtraImports(Interface interfaze) voidAnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator.addExtraImports(Interface interfaze) voidAnnotatedSelectAllMethodGenerator.addMapperAnnotations(Interface interfaze, Method method) voidAnnotatedSelectByExampleWithBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze, Method method) voidAnnotatedSelectByExampleWithoutBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze, Method method) voidAnnotatedSelectByPrimaryKeyMethodGenerator.addMapperAnnotations(Interface interfaze, Method method) -
Uses of Interface in org.mybatis.generator.plugins
Methods in org.mybatis.generator.plugins with parameters of type InterfaceModifier and TypeMethodDescriptionbooleanCacheNamespacePlugin.clientGenerated(Interface interfaze, IntrospectedTable introspectedTable) booleanMapperAnnotationPlugin.clientGenerated(Interface interfaze, IntrospectedTable introspectedTable) booleanRowBoundsPlugin.clientSelectByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanRowBoundsPlugin.clientSelectByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) private voidRowBoundsPlugin.copyAndAddMethod(Method method, Interface interfaze) Use the method copy constructor to create a new method, then add the rowBounds parameter. -
Uses of Interface in org.mybatis.generator.plugins.dsql
Methods in org.mybatis.generator.plugins.dsql with parameters of type InterfaceModifier and TypeMethodDescriptionbooleanDisableInsertPlugin.clientBasicInsertMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableInsertPlugin.clientBasicInsertMultipleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableDeletePlugin.clientDeleteByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableDeletePlugin.clientGeneralDeleteMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableUpdatePlugin.clientGeneralUpdateMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableInsertPlugin.clientInsertMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableInsertPlugin.clientInsertMultipleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableInsertPlugin.clientInsertSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableUpdatePlugin.clientUpdateAllColumnsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableUpdatePlugin.clientUpdateByPrimaryKeySelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableUpdatePlugin.clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableUpdatePlugin.clientUpdateSelectiveColumnsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) -
Uses of Interface in org.mybatis.generator.runtime.dynamic.sql
Methods in org.mybatis.generator.runtime.dynamic.sql that return InterfaceModifier and TypeMethodDescriptionprotected InterfaceDynamicSqlMapperGenerator.createBasicInterface()Methods in org.mybatis.generator.runtime.dynamic.sql with parameters of type InterfaceModifier and TypeMethodDescriptionprotected voidDynamicSqlMapperGenerator.addBasicInsertMethod(Interface interfaze) protected voidDynamicSqlMapperGenerator.addBasicInsertMultipleMethod(Interface interfaze) protected booleanDynamicSqlMapperGenerator.addBasicSelectManyMethod(Interface interfaze) protected voidDynamicSqlMapperGenerator.addBasicSelectOneMethod(Interface interfaze, boolean reuseResultMap) protected voidDynamicSqlMapperGenerator.addCommonInsertInterface(Interface interfaze) protected voidDynamicSqlMapperGenerator.addDeleteByPrimaryKeyMethod(Interface interfaze) protected voidDynamicSqlMapperGenerator.addGeneralCountMethod(Interface interfaze) protected voidDynamicSqlMapperGenerator.addGeneralDeleteMethod(Interface interfaze) protected voidDynamicSqlMapperGenerator.addGeneralSelectMethod(Interface interfaze) protected voidDynamicSqlMapperGenerator.addGeneralSelectOneMethod(Interface interfaze) protected voidDynamicSqlMapperGenerator.addGeneralUpdateMethod(Interface interfaze) protected voidDynamicSqlMapperGenerator.addInsertMultipleMethod(Interface interfaze) protected voidDynamicSqlMapperGenerator.addInsertOneMethod(Interface interfaze) protected voidDynamicSqlMapperGenerator.addInsertSelectiveMethod(Interface interfaze) protected voidDynamicSqlMapperGenerator.addSelectByPrimaryKeyMethod(Interface interfaze) protected voidDynamicSqlMapperGenerator.addSelectDistinctMethod(Interface interfaze) protected voidDynamicSqlMapperGenerator.addSelectListField(Interface interfaze) protected voidDynamicSqlMapperGenerator.addUpdateAllMethod(Interface interfaze) protected voidDynamicSqlMapperGenerator.addUpdateByPrimaryKeyMethod(Interface interfaze) protected voidDynamicSqlMapperGenerator.addUpdateByPrimaryKeySelectiveMethod(Interface interfaze) protected voidDynamicSqlMapperGenerator.addUpdateSelectiveMethod(Interface interfaze) protected booleanDynamicSqlMapperGenerator.generate(Interface interfaze, AbstractMethodGenerator generator) -
Uses of Interface in org.mybatis.generator.runtime.dynamic.sql.elements
Methods in org.mybatis.generator.runtime.dynamic.sql.elements with parameters of type InterfaceModifier and TypeMethodDescriptionabstract booleanAbstractMethodGenerator.callPlugins(Method method, Interface interfaze) booleanBasicInsertMethodGenerator.callPlugins(Method method, Interface interfaze) booleanBasicMultipleInsertMethodGenerator.callPlugins(Method method, Interface interfaze) booleanBasicSelectManyMethodGenerator.callPlugins(Method method, Interface interfaze) booleanBasicSelectOneMethodGenerator.callPlugins(Method method, Interface interfaze) booleanDeleteByPrimaryKeyMethodGenerator.callPlugins(Method method, Interface interfaze) booleanGeneralCountMethodGenerator.callPlugins(Method method, Interface interfaze) booleanGeneralDeleteMethodGenerator.callPlugins(Method method, Interface interfaze) booleanGeneralSelectDistinctMethodGenerator.callPlugins(Method method, Interface interfaze) booleanGeneralSelectMethodGenerator.callPlugins(Method method, Interface interfaze) booleanGeneralSelectOneMethodGenerator.callPlugins(Method method, Interface interfaze) booleanGeneralUpdateMethodGenerator.callPlugins(Method method, Interface interfaze) booleanInsertMethodGenerator.callPlugins(Method method, Interface interfaze) booleanInsertMultipleMethodGenerator.callPlugins(Method method, Interface interfaze) booleanInsertSelectiveMethodGenerator.callPlugins(Method method, Interface interfaze) booleanSelectByPrimaryKeyMethodGenerator.callPlugins(Method method, Interface interfaze) booleanSelectListGenerator.callPlugins(Field field, Interface interfaze) booleanUpdateAllColumnsMethodGenerator.callPlugins(Method method, Interface interfaze) booleanUpdateByPrimaryKeyMethodGenerator.callPlugins(Method method, Interface interfaze) booleanUpdateByPrimaryKeySelectiveMethodGenerator.callPlugins(Method method, Interface interfaze) booleanUpdateSelectiveColumnsMethodGenerator.callPlugins(Method method, Interface interfaze)