Uses of Class
org.mybatis.generator.api.IntrospectedTable
Packages that use IntrospectedTable
Package
Description
Provides the main classes and interfaces used by clients of MyBatis Generator.
-
Uses of IntrospectedTable in org.mybatis.generator.api
Fields in org.mybatis.generator.api declared as IntrospectedTableModifier and TypeFieldDescriptionprotected IntrospectedTableIntrospectedColumn.introspectedTableMethods in org.mybatis.generator.api that return IntrospectedTableMethods in org.mybatis.generator.api with parameters of type IntrospectedTableModifier and TypeMethodDescriptiondefault voidCommentGenerator.addClassAnnotation(InnerClass innerClass, IntrospectedTable introspectedTable, Set<FullyQualifiedJavaType> imports) Adds a @Generated annotation to a class.default voidCommentGenerator.addClassComment(InnerClass innerClass, IntrospectedTable introspectedTable) Adds the inner class comment.default voidCommentGenerator.addClassComment(InnerClass innerClass, IntrospectedTable introspectedTable, boolean markAsDoNotDelete) Adds the inner class comment.default voidCommentGenerator.addEnumComment(InnerEnum innerEnum, IntrospectedTable introspectedTable) Adds the enum comment.default voidCommentGenerator.addFieldAnnotation(Field field, IntrospectedTable introspectedTable, Set<FullyQualifiedJavaType> imports) Adds a @Generated annotation to a field.default voidCommentGenerator.addFieldAnnotation(Field field, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn, Set<FullyQualifiedJavaType> imports) Adds a @Generated annotation to a field.default voidCommentGenerator.addFieldComment(Field field, IntrospectedTable introspectedTable) Adds the field comment.default voidCommentGenerator.addFieldComment(Field field, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn) This method should add a Javadoc comment to the specified field.default voidCommentGenerator.addGeneralFunctionComment(KotlinFunction kf, IntrospectedTable introspectedTable, Set<String> imports) default voidCommentGenerator.addGeneralMethodAnnotation(Method method, IntrospectedTable introspectedTable, Set<FullyQualifiedJavaType> imports) Adds a @Generated annotation to a method.default voidCommentGenerator.addGeneralMethodAnnotation(Method method, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn, Set<FullyQualifiedJavaType> imports) Adds a @Generated annotation to a method.default voidCommentGenerator.addGeneralMethodComment(Method method, IntrospectedTable introspectedTable) Adds the general method comment.default voidCommentGenerator.addGeneralPropertyComment(KotlinProperty property, IntrospectedTable introspectedTable, Set<String> imports) default voidCommentGenerator.addGetterComment(Method method, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn) Adds the getter comment.default voidCommentGenerator.addModelClassComment(TopLevelClass topLevelClass, IntrospectedTable introspectedTable) Adds a comment for a model class.default voidCommentGenerator.addModelClassComment(KotlinType modelClass, IntrospectedTable introspectedTable) Adds a comment for a model class.default voidCommentGenerator.addSetterComment(Method method, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn) Adds the setter comment.default booleanPlugin.clientBasicCountMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Deprecated.this method is no longer calleddefault booleanPlugin.clientBasicCountMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) Deprecated.this method is no longer calleddefault booleanPlugin.clientBasicDeleteMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Deprecated.No longer calleddefault booleanPlugin.clientBasicDeleteMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) Deprecated.No longer calledbooleanCompositePlugin.clientBasicInsertMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanCompositePlugin.clientBasicInsertMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, 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.clientBasicInsertMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) This method is called when the insert function has been generated for the mapper interface.default booleanPlugin.clientBasicInsertMultipleHelperMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Deprecated.this method is no longer calleddefault booleanPlugin.clientBasicInsertMultipleHelperMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) Deprecated.this method is no longer calledbooleanCompositePlugin.clientBasicInsertMultipleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanCompositePlugin.clientBasicInsertMultipleMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, 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.default booleanPlugin.clientBasicInsertMultipleMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, 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) booleanCompositePlugin.clientBasicSelectManyMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, 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.default booleanPlugin.clientBasicSelectManyMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) booleanCompositePlugin.clientBasicSelectOneMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanCompositePlugin.clientBasicSelectOneMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, 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.clientBasicSelectOneMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) default booleanPlugin.clientBasicUpdateMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Deprecated.no longer calleddefault booleanPlugin.clientBasicUpdateMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) Deprecated.no longer calledbooleanCompositePlugin.clientColumnListPropertyGenerated(KotlinProperty kotlinProperty, KotlinFile kotlinFile, IntrospectedTable introspectedTable) default booleanPlugin.clientColumnListPropertyGenerated(KotlinProperty kotlinProperty, KotlinFile kotlinFile, IntrospectedTable introspectedTable) booleanCompositePlugin.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) booleanCompositePlugin.clientDeleteByPrimaryKeyMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, 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.default booleanPlugin.clientDeleteByPrimaryKeyMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) booleanCompositePlugin.clientGeneralCountMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanCompositePlugin.clientGeneralCountMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) default booleanPlugin.clientGeneralCountMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the general count method has been generated.default booleanPlugin.clientGeneralCountMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) booleanCompositePlugin.clientGeneralDeleteMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanCompositePlugin.clientGeneralDeleteMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) default booleanPlugin.clientGeneralDeleteMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the general delete method has been generated.default booleanPlugin.clientGeneralDeleteMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) booleanCompositePlugin.clientGeneralSelectDistinctMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanCompositePlugin.clientGeneralSelectDistinctMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) default booleanPlugin.clientGeneralSelectDistinctMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the general select distinct method has been generated.default booleanPlugin.clientGeneralSelectDistinctMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) booleanCompositePlugin.clientGeneralSelectMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanCompositePlugin.clientGeneralSelectMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) default booleanPlugin.clientGeneralSelectMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the general select method has been generated.default booleanPlugin.clientGeneralSelectMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) booleanCompositePlugin.clientGeneralUpdateMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanCompositePlugin.clientGeneralUpdateMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) default booleanPlugin.clientGeneralUpdateMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the general update method has been generated.default booleanPlugin.clientGeneralUpdateMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) 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) booleanCompositePlugin.clientInsertMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, 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.default booleanPlugin.clientInsertMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) booleanCompositePlugin.clientInsertMultipleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanCompositePlugin.clientInsertMultipleMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, 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.default booleanPlugin.clientInsertMultipleMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) booleanCompositePlugin.clientInsertMultipleVarargMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) default booleanPlugin.clientInsertMultipleVarargMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) booleanCompositePlugin.clientInsertSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanCompositePlugin.clientInsertSelectiveMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, 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.default booleanPlugin.clientInsertSelectiveMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) 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) booleanCompositePlugin.clientSelectByPrimaryKeyMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, 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.default booleanPlugin.clientSelectByPrimaryKeyMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) 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) booleanCompositePlugin.clientSelectOneMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) default booleanPlugin.clientSelectOneMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the selectOne method is generated.default booleanPlugin.clientSelectOneMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) booleanCompositePlugin.clientUpdateAllColumnsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanCompositePlugin.clientUpdateAllColumnsMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) default booleanPlugin.clientUpdateAllColumnsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the updateAllColumns method is generated.default booleanPlugin.clientUpdateAllColumnsMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) 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.clientUpdateByPrimaryKeyMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) default booleanPlugin.clientUpdateByPrimaryKeyMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) booleanCompositePlugin.clientUpdateByPrimaryKeySelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanCompositePlugin.clientUpdateByPrimaryKeySelectiveMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, 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.default booleanPlugin.clientUpdateByPrimaryKeySelectiveMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) 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) booleanCompositePlugin.clientUpdateSelectiveColumnsMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) default booleanPlugin.clientUpdateSelectiveColumnsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) Called when the updateSelectiveColumns method is generated.default booleanPlugin.clientUpdateSelectiveColumnsMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) CompositePlugin.contextGenerateAdditionalFiles(IntrospectedTable introspectedTable) default List<GeneratedFile> Plugin.contextGenerateAdditionalFiles(IntrospectedTable introspectedTable) CompositePlugin.contextGenerateAdditionalJavaFiles(IntrospectedTable introspectedTable) default List<GeneratedJavaFile> Plugin.contextGenerateAdditionalJavaFiles(IntrospectedTable introspectedTable) This method can be used to generate additional Java files needed by your implementation that might be related to a specific table.CompositePlugin.contextGenerateAdditionalKotlinFiles(IntrospectedTable introspectedTable) default List<GeneratedKotlinFile> Plugin.contextGenerateAdditionalKotlinFiles(IntrospectedTable introspectedTable) CompositePlugin.contextGenerateAdditionalXmlFiles(IntrospectedTable introspectedTable) default List<GeneratedXmlFile> Plugin.contextGenerateAdditionalXmlFiles(IntrospectedTable introspectedTable) This method can be used to generate additional XML files needed by your implementation that might be related to a specific table.booleanCompositePlugin.dynamicSqlSupportGenerated(TopLevelClass supportClass, IntrospectedTable introspectedTable) booleanCompositePlugin.dynamicSqlSupportGenerated(KotlinFile kotlinFile, KotlinType outerSupportObject, KotlinType innerSupportClass, IntrospectedTable introspectedTable) default booleanPlugin.dynamicSqlSupportGenerated(TopLevelClass supportClass, IntrospectedTable introspectedTable) This method is called when the MyBatis Dynamic SQL support class has been generated in the MyBatis Dynamic SQL runtime.default booleanPlugin.dynamicSqlSupportGenerated(KotlinFile kotlinFile, KotlinType outerSupportObject, KotlinType innerSupportClass, IntrospectedTable introspectedTable) This method is called when the MyBatis Dynamic SQL support object has been generated.voidCompositePlugin.initialized(IntrospectedTable introspectedTable) default voidPlugin.initialized(IntrospectedTable introspectedTable) This method is called just before the getGeneratedXXXFiles methods are called on the introspected table.booleanCompositePlugin.kotlinDataClassGenerated(KotlinFile kotlinFile, KotlinType dataClass, IntrospectedTable introspectedTable) default booleanPlugin.kotlinDataClassGenerated(KotlinFile kotlinFile, KotlinType dataClass, IntrospectedTable introspectedTable) default booleanPlugin.mapperExtensionsGenerated(KotlinFile extensionsFile, IntrospectedTable introspectedTable) Deprecated.this method is no longer calledbooleanCompositePlugin.mapperGenerated(KotlinFile mapperFile, KotlinType mapper, IntrospectedTable introspectedTable) default booleanPlugin.mapperGenerated(KotlinFile mapperFile, KotlinType mapper, IntrospectedTable introspectedTable) booleanCompositePlugin.modelBaseRecordClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default booleanPlugin.modelBaseRecordClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called after the base record class is generated by the JavaModelGenerator.booleanCompositePlugin.modelExampleClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default booleanPlugin.modelExampleClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called after the example class is generated by the JavaModelGenerator.booleanCompositePlugin.modelFieldGenerated(Field field, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType) default booleanPlugin.modelFieldGenerated(Field field, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType) This method is called after the field is generated for a specific column in a table.booleanCompositePlugin.modelGetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType) default booleanPlugin.modelGetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType) This method is called after the getter, or accessor, method is generated for a specific column in a table.booleanCompositePlugin.modelPrimaryKeyClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default booleanPlugin.modelPrimaryKeyClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called after the primary key class is generated by the JavaModelGenerator.booleanCompositePlugin.modelRecordWithBLOBsClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default booleanPlugin.modelRecordWithBLOBsClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called after the record with BLOBs class is generated by the JavaModelGenerator.booleanCompositePlugin.modelSetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType) default booleanPlugin.modelSetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType) This method is called after the setter, or mutator, method is generated for a specific column in a table.booleanCompositePlugin.providerApplyWhereMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default booleanPlugin.providerApplyWhereMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the applyWhere method has been generated in the SQL provider.booleanCompositePlugin.providerCountByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default booleanPlugin.providerCountByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the countByExample method has been generated in the SQL provider.booleanCompositePlugin.providerDeleteByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default booleanPlugin.providerDeleteByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the deleteByExample method has been generated in the SQL provider.booleanCompositePlugin.providerGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default booleanPlugin.providerGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the SQL provider has been generated.booleanCompositePlugin.providerInsertSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default booleanPlugin.providerInsertSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the insertSelective method has been generated in the SQL provider.booleanCompositePlugin.providerSelectByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default booleanPlugin.providerSelectByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the selectByExampleWithBLOBs method has been generated in the SQL provider.booleanCompositePlugin.providerSelectByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default booleanPlugin.providerSelectByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the selectByExampleWithoutBLOBs method has been generated in the SQL provider.booleanCompositePlugin.providerUpdateByExampleSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default booleanPlugin.providerUpdateByExampleSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the updateByExampleSelective method has been generated in the SQL provider.booleanCompositePlugin.providerUpdateByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default booleanPlugin.providerUpdateByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the updateByExampleWithBLOBs method has been generated in the SQL provider.booleanCompositePlugin.providerUpdateByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default booleanPlugin.providerUpdateByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the updateByExampleWithoutBLOBs method has been generated in the SQL provider.booleanCompositePlugin.providerUpdateByPrimaryKeySelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) default booleanPlugin.providerUpdateByPrimaryKeySelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable) This method is called when the updateByPrimaryKeySelective method has been generated in the SQL provider.voidIntrospectedColumn.setIntrospectedTable(IntrospectedTable introspectedTable) booleanCompositePlugin.shouldGenerate(IntrospectedTable introspectedTable) default booleanPlugin.shouldGenerate(IntrospectedTable introspectedTable) If false, the table will be skipped in code generation.booleanCompositePlugin.sqlMapBaseColumnListElementGenerated(XmlElement element, IntrospectedTable introspectedTable) default booleanPlugin.sqlMapBaseColumnListElementGenerated(XmlElement element, IntrospectedTable introspectedTable) This method is called when the baseColumnList element is generated.booleanCompositePlugin.sqlMapBlobColumnListElementGenerated(XmlElement element, IntrospectedTable introspectedTable) default booleanPlugin.sqlMapBlobColumnListElementGenerated(XmlElement element, IntrospectedTable introspectedTable) This method is called when the blobColumnList element is generated.booleanCompositePlugin.sqlMapCountByExampleElementGenerated(XmlElement element, IntrospectedTable introspectedTable) default booleanPlugin.sqlMapCountByExampleElementGenerated(XmlElement element, IntrospectedTable introspectedTable) This method is called when the countByExample element is generated.booleanCompositePlugin.sqlMapDeleteByExampleElementGenerated(XmlElement element, IntrospectedTable introspectedTable) default booleanPlugin.sqlMapDeleteByExampleElementGenerated(XmlElement element, IntrospectedTable introspectedTable) This method is called when the deleteByExample element is generated.booleanCompositePlugin.sqlMapDeleteByPrimaryKeyElementGenerated(XmlElement element, IntrospectedTable introspectedTable) default booleanPlugin.sqlMapDeleteByPrimaryKeyElementGenerated(XmlElement element, IntrospectedTable introspectedTable) This method is called when the deleteByPrimaryKey element is generated.booleanCompositePlugin.sqlMapDocumentGenerated(Document document, IntrospectedTable introspectedTable) default booleanPlugin.sqlMapDocumentGenerated(Document document, IntrospectedTable introspectedTable) This method is called when the SqlMap document has been generated.booleanCompositePlugin.sqlMapExampleWhereClauseElementGenerated(XmlElement element, IntrospectedTable introspectedTable) default booleanPlugin.sqlMapExampleWhereClauseElementGenerated(XmlElement element, IntrospectedTable introspectedTable) This method is called when the exampleWhereClause element is generated.booleanCompositePlugin.sqlMapGenerated(GeneratedXmlFile sqlMap, IntrospectedTable introspectedTable) default booleanPlugin.sqlMapGenerated(GeneratedXmlFile sqlMap, IntrospectedTable introspectedTable) This method is called when the SqlMap file has been generated.booleanCompositePlugin.sqlMapInsertElementGenerated(XmlElement element, IntrospectedTable introspectedTable) default booleanPlugin.sqlMapInsertElementGenerated(XmlElement element, IntrospectedTable introspectedTable) This method is called when the insert element is generated.booleanCompositePlugin.sqlMapInsertSelectiveElementGenerated(XmlElement element, IntrospectedTable introspectedTable) default booleanPlugin.sqlMapInsertSelectiveElementGenerated(XmlElement element, IntrospectedTable introspectedTable) This method is called when the insert selective element is generated.booleanCompositePlugin.sqlMapResultMapWithBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable) default booleanPlugin.sqlMapResultMapWithBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable) This method is called when the resultMap with BLOBs element is generated - this resultMap will extend the base resultMap.booleanCompositePlugin.sqlMapResultMapWithoutBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable) default booleanPlugin.sqlMapResultMapWithoutBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable) This method is called when the base resultMap is generated.booleanCompositePlugin.sqlMapSelectAllElementGenerated(XmlElement element, IntrospectedTable introspectedTable) default booleanPlugin.sqlMapSelectAllElementGenerated(XmlElement element, IntrospectedTable introspectedTable) This method is called when the selectAll element is generated.booleanCompositePlugin.sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable) default booleanPlugin.sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable) This method is called when the selectByExampleWithBLOBs element is generated.booleanCompositePlugin.sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable) default booleanPlugin.sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable) This method is called when the selectByExample element is generated.booleanCompositePlugin.sqlMapSelectByPrimaryKeyElementGenerated(XmlElement element, IntrospectedTable introspectedTable) default booleanPlugin.sqlMapSelectByPrimaryKeyElementGenerated(XmlElement element, IntrospectedTable introspectedTable) This method is called when the selectByPrimaryKey element is generated.booleanCompositePlugin.sqlMapUpdateByExampleSelectiveElementGenerated(XmlElement element, IntrospectedTable introspectedTable) default booleanPlugin.sqlMapUpdateByExampleSelectiveElementGenerated(XmlElement element, IntrospectedTable introspectedTable) This method is called when the updateByExampleSelective element is generated.booleanCompositePlugin.sqlMapUpdateByExampleWithBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable) default booleanPlugin.sqlMapUpdateByExampleWithBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable) This method is called when the updateByExampleWithBLOBs element is generated.booleanCompositePlugin.sqlMapUpdateByExampleWithoutBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable) default booleanPlugin.sqlMapUpdateByExampleWithoutBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable) This method is called when the updateByExampleWithourBLOBs element is generated.booleanCompositePlugin.sqlMapUpdateByPrimaryKeySelectiveElementGenerated(XmlElement element, IntrospectedTable introspectedTable) default booleanPlugin.sqlMapUpdateByPrimaryKeySelectiveElementGenerated(XmlElement element, IntrospectedTable introspectedTable) This method is called when the updateByPrimaryKeySelective element is generated.booleanCompositePlugin.sqlMapUpdateByPrimaryKeyWithBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable) default booleanPlugin.sqlMapUpdateByPrimaryKeyWithBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable) This method is called when the updateByPrimaryKeyWithBLOBs element is generated.booleanCompositePlugin.sqlMapUpdateByPrimaryKeyWithoutBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable) default booleanPlugin.sqlMapUpdateByPrimaryKeyWithoutBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable) This method is called when the updateByPrimaryKeyWithoutBLOBs element is generated. -
Uses of IntrospectedTable in org.mybatis.generator.codegen
Fields in org.mybatis.generator.codegen declared as IntrospectedTableMethods in org.mybatis.generator.codegen with parameters of type IntrospectedTableModifier and TypeMethodDescriptionvoidAbstractGenerator.setIntrospectedTable(IntrospectedTable introspectedTable) -
Uses of IntrospectedTable in org.mybatis.generator.codegen.mybatis3
Subclasses of IntrospectedTable in org.mybatis.generator.codegen.mybatis3Modifier and TypeClassDescriptionclassIntrospected table implementation for generating MyBatis3 artifacts.classIntrospected table implementation for generating simple MyBatis3 artifacts (no "by example" methods, flat model, etc.) -
Uses of IntrospectedTable in org.mybatis.generator.config
Fields in org.mybatis.generator.config with type parameters of type IntrospectedTableModifier and TypeFieldDescriptionprivate final List<IntrospectedTable> Context.introspectedTablesMethods in org.mybatis.generator.config that return types with arguments of type IntrospectedTableModifier and TypeMethodDescriptionContext.getIntrospectedTables()This method could be useful for users that use the library for introspection only and not for code generation. -
Uses of IntrospectedTable in org.mybatis.generator.internal
Methods in org.mybatis.generator.internal that return IntrospectedTableModifier and TypeMethodDescriptionstatic IntrospectedTableObjectFactory.createIntrospectedTable(TableConfiguration tableConfiguration, FullyQualifiedTable table, Context context) static IntrospectedTableObjectFactory.createIntrospectedTableForValidation(Context context) Creates an introspected table implementation that is only usable for validation .Methods in org.mybatis.generator.internal with parameters of type IntrospectedTableModifier and TypeMethodDescriptionvoidDefaultCommentGenerator.addClassAnnotation(InnerClass innerClass, IntrospectedTable introspectedTable, Set<FullyQualifiedJavaType> imports) voidDefaultCommentGenerator.addClassComment(InnerClass innerClass, IntrospectedTable introspectedTable) voidDefaultCommentGenerator.addClassComment(InnerClass innerClass, IntrospectedTable introspectedTable, boolean markAsDoNotDelete) voidDefaultCommentGenerator.addEnumComment(InnerEnum innerEnum, IntrospectedTable introspectedTable) voidDefaultCommentGenerator.addFieldAnnotation(Field field, IntrospectedTable introspectedTable, Set<FullyQualifiedJavaType> imports) voidDefaultCommentGenerator.addFieldAnnotation(Field field, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn, Set<FullyQualifiedJavaType> imports) voidDefaultCommentGenerator.addFieldComment(Field field, IntrospectedTable introspectedTable) voidDefaultCommentGenerator.addFieldComment(Field field, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn) voidDefaultCommentGenerator.addGeneralMethodAnnotation(Method method, IntrospectedTable introspectedTable, Set<FullyQualifiedJavaType> imports) voidDefaultCommentGenerator.addGeneralMethodAnnotation(Method method, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn, Set<FullyQualifiedJavaType> imports) voidDefaultCommentGenerator.addGeneralMethodComment(Method method, IntrospectedTable introspectedTable) voidDefaultCommentGenerator.addGetterComment(Method method, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn) voidDefaultCommentGenerator.addModelClassComment(TopLevelClass topLevelClass, IntrospectedTable introspectedTable) voidDefaultCommentGenerator.addSetterComment(Method method, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn) -
Uses of IntrospectedTable in org.mybatis.generator.internal.db
Methods in org.mybatis.generator.internal.db that return types with arguments of type IntrospectedTableModifier and TypeMethodDescriptionprivate List<IntrospectedTable> DatabaseIntrospector.calculateIntrospectedTables(TableConfiguration tc, Map<ActualTableName, List<IntrospectedColumn>> columns) DatabaseIntrospector.introspectTables(TableConfiguration tc) Returns a List of IntrospectedTable elements that matches the specified table configuration.Methods in org.mybatis.generator.internal.db with parameters of type IntrospectedTableModifier and TypeMethodDescriptionprivate voidDatabaseIntrospector.calculatePrimaryKey(FullyQualifiedTable table, IntrospectedTable introspectedTable) private voidDatabaseIntrospector.enhanceIntrospectedTable(IntrospectedTable introspectedTable) Calls database metadata to retrieve extra information about the table such as remarks associated with the table and the type.private voidDatabaseIntrospector.reportIntrospectionWarnings(IntrospectedTable introspectedTable, TableConfiguration tableConfiguration, FullyQualifiedTable table) -
Uses of IntrospectedTable in org.mybatis.generator.internal.rules
Fields in org.mybatis.generator.internal.rules declared as IntrospectedTableMethods in org.mybatis.generator.internal.rules that return IntrospectedTableModifier and TypeMethodDescriptionBaseRules.getIntrospectedTable()Rules.getIntrospectedTable()RulesDelegate.getIntrospectedTable()Constructors in org.mybatis.generator.internal.rules with parameters of type IntrospectedTableModifierConstructorDescriptionprotectedBaseRules(IntrospectedTable introspectedTable) ConditionalModelRules(IntrospectedTable introspectedTable) Instantiates a new conditional model rules.FlatModelRules(IntrospectedTable introspectedTable) Instantiates a new flat model rules.HierarchicalModelRules(IntrospectedTable introspectedTable) Instantiates a new hierarchical model rules. -
Uses of IntrospectedTable in org.mybatis.generator.internal.util
Methods in org.mybatis.generator.internal.util with parameters of type IntrospectedTableModifier and TypeMethodDescriptionprivate static voidJavaBeansUtil.addGeneratedAnnotation(Field field, Context context, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, CompilationUnit compilationUnit) private static voidJavaBeansUtil.addGeneratedGetterAnnotation(Method method, IntrospectedColumn introspectedColumn, Context context, IntrospectedTable introspectedTable, CompilationUnit compilationUnit) private static voidJavaBeansUtil.addGeneratedGetterJavaDoc(Method method, IntrospectedColumn introspectedColumn, Context context, IntrospectedTable introspectedTable) private static voidJavaBeansUtil.addGeneratedJavaDoc(Field field, Context context, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable) private static voidJavaBeansUtil.addGeneratedSetterAnnotation(Method method, IntrospectedColumn introspectedColumn, Context context, IntrospectedTable introspectedTable, CompilationUnit compilationUnit) private static voidJavaBeansUtil.addGeneratedSetterJavaDoc(Method method, IntrospectedColumn introspectedColumn, Context context, IntrospectedTable introspectedTable) static FieldJavaBeansUtil.getJavaBeansField(IntrospectedColumn introspectedColumn, Context context, IntrospectedTable introspectedTable) static FieldJavaBeansUtil.getJavaBeansFieldWithGeneratedAnnotation(IntrospectedColumn introspectedColumn, Context context, IntrospectedTable introspectedTable, CompilationUnit compilationUnit) static MethodJavaBeansUtil.getJavaBeansGetter(IntrospectedColumn introspectedColumn, Context context, IntrospectedTable introspectedTable) static MethodJavaBeansUtil.getJavaBeansGetterWithGeneratedAnnotation(IntrospectedColumn introspectedColumn, Context context, IntrospectedTable introspectedTable, CompilationUnit compilationUnit) static MethodJavaBeansUtil.getJavaBeansSetter(IntrospectedColumn introspectedColumn, Context context, IntrospectedTable introspectedTable) static MethodJavaBeansUtil.getJavaBeansSetterWithGeneratedAnnotation(IntrospectedColumn introspectedColumn, Context context, IntrospectedTable introspectedTable, CompilationUnit compilationUnit) private static booleanJavaBeansUtil.isTrimStringsEnabled(IntrospectedTable table) -
Uses of IntrospectedTable in org.mybatis.generator.plugins
Methods in org.mybatis.generator.plugins with parameters of type IntrospectedTableModifier and TypeMethodDescriptionprivate voidCachePlugin.addAttributeIfExists(XmlElement element, IntrospectedTable introspectedTable, CachePlugin.CacheProperty cacheProperty) private voidCaseInsensitiveLikePlugin.addMethods(IntrospectedTable introspectedTable, InnerClass criteria) private StringCacheNamespacePlugin.calculateAnnotation(IntrospectedTable introspectedTable, String classAccessor) CacheNamespacePlugin.calculateAttribute(IntrospectedTable introspectedTable, CacheNamespacePlugin.CacheProperty cacheProperty, String classAccessor) booleanCacheNamespacePlugin.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) protected voidEqualsHashCodePlugin.generateEquals(TopLevelClass topLevelClass, List<IntrospectedColumn> introspectedColumns, IntrospectedTable introspectedTable) Generates anequalsmethod that does a comparison of all fields.protected voidEqualsHashCodePlugin.generateHashCode(TopLevelClass topLevelClass, List<IntrospectedColumn> introspectedColumns, IntrospectedTable introspectedTable) Generates ahashCodemethod that includes all fields.private voidToStringPlugin.generateToString(IntrospectedTable introspectedTable, TopLevelClass topLevelClass) CacheNamespacePlugin.getPropertyValueForAttribute(IntrospectedTable introspectedTable, CacheNamespacePlugin.CacheProperty cacheProperty, String classAccessor) CacheNamespacePlugin.getRawPropertyValue(IntrospectedTable introspectedTable, String propertyName) voidRenameExampleClassPlugin.initialized(IntrospectedTable introspectedTable) voidVirtualPrimaryKeyPlugin.initialized(IntrospectedTable introspectedTable) booleanSerializablePlugin.kotlinDataClassGenerated(KotlinFile kotlinFile, KotlinType dataClass, IntrospectedTable introspectedTable) protected voidSerializablePlugin.makeSerializable(TopLevelClass topLevelClass, IntrospectedTable introspectedTable) booleanCacheNamespacePlugin.mapperGenerated(KotlinFile mapperFile, KotlinType mapper, IntrospectedTable introspectedTable) booleanEqualsHashCodePlugin.modelBaseRecordClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable) booleanSerializablePlugin.modelBaseRecordClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable) booleanToStringPlugin.modelBaseRecordClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable) booleanCaseInsensitiveLikePlugin.modelExampleClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable) booleanEqualsHashCodePlugin.modelPrimaryKeyClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable) booleanSerializablePlugin.modelPrimaryKeyClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable) booleanToStringPlugin.modelPrimaryKeyClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable) booleanEqualsHashCodePlugin.modelRecordWithBLOBsClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable) booleanSerializablePlugin.modelRecordWithBLOBsClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable) booleanToStringPlugin.modelRecordWithBLOBsClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable) booleanFluentBuilderMethodsPlugin.modelSetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType) booleanIgnoreViewsPlugin.shouldGenerate(IntrospectedTable introspectedTable) private booleanCacheNamespacePlugin.skip(IntrospectedTable introspectedTable) booleanCachePlugin.sqlMapDocumentGenerated(Document document, IntrospectedTable introspectedTable) booleanRowBoundsPlugin.sqlMapDocumentGenerated(Document document, IntrospectedTable introspectedTable) We'll override this method and add any new elements generated by previous calls.booleanMapperConfigPlugin.sqlMapGenerated(GeneratedXmlFile sqlMap, IntrospectedTable introspectedTable) booleanUnmergeableXmlMappersPlugin.sqlMapGenerated(GeneratedXmlFile sqlMap, IntrospectedTable introspectedTable) booleanRowBoundsPlugin.sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable) booleanRowBoundsPlugin.sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable) -
Uses of IntrospectedTable in org.mybatis.generator.plugins.dsql
Methods in org.mybatis.generator.plugins.dsql with parameters of type IntrospectedTableModifier and TypeMethodDescriptionbooleanDisableInsertPlugin.clientBasicInsertMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableInsertPlugin.clientBasicInsertMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) booleanDisableInsertPlugin.clientBasicInsertMultipleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableInsertPlugin.clientBasicInsertMultipleMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) booleanDisableDeletePlugin.clientDeleteByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableDeletePlugin.clientDeleteByPrimaryKeyMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) booleanDisableDeletePlugin.clientGeneralDeleteMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableDeletePlugin.clientGeneralDeleteMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) booleanDisableUpdatePlugin.clientGeneralUpdateMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableUpdatePlugin.clientGeneralUpdateMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) booleanDisableInsertPlugin.clientInsertMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableInsertPlugin.clientInsertMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) booleanDisableInsertPlugin.clientInsertMultipleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableInsertPlugin.clientInsertMultipleMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) booleanDisableInsertPlugin.clientInsertMultipleVarargMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) booleanDisableInsertPlugin.clientInsertSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableInsertPlugin.clientInsertSelectiveMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) booleanDisableUpdatePlugin.clientUpdateAllColumnsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableUpdatePlugin.clientUpdateAllColumnsMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) booleanDisableUpdatePlugin.clientUpdateByPrimaryKeyMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) booleanDisableUpdatePlugin.clientUpdateByPrimaryKeySelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableUpdatePlugin.clientUpdateByPrimaryKeySelectiveMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) booleanDisableUpdatePlugin.clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableUpdatePlugin.clientUpdateSelectiveColumnsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable) booleanDisableUpdatePlugin.clientUpdateSelectiveColumnsMethodGenerated(KotlinFunction kotlinFunction, KotlinFile kotlinFile, IntrospectedTable introspectedTable) -
Uses of IntrospectedTable in org.mybatis.generator.runtime.dynamic.sql
Subclasses of IntrospectedTable in org.mybatis.generator.runtime.dynamic.sqlFields in org.mybatis.generator.runtime.dynamic.sql declared as IntrospectedTableModifier and TypeFieldDescriptionprivate IntrospectedTableDynamicSqlSupportClassGenerator.introspectedTableMethods in org.mybatis.generator.runtime.dynamic.sql with parameters of type IntrospectedTableModifier and TypeMethodDescriptionDynamicSqlSupportClassGenerator.of(IntrospectedTable introspectedTable, CommentGenerator commentGenerator, List<String> warnings) -
Uses of IntrospectedTable in org.mybatis.generator.runtime.dynamic.sql.elements
Fields in org.mybatis.generator.runtime.dynamic.sql.elements declared as IntrospectedTableModifier and TypeFieldDescriptionprivate IntrospectedTableAbstractMethodGenerator.BaseBuilder.introspectedTableprotected final IntrospectedTableAbstractMethodGenerator.introspectedTableprivate IntrospectedTableFragmentGenerator.Builder.introspectedTableprivate final IntrospectedTableFragmentGenerator.introspectedTableprivate IntrospectedTableSelectListGenerator.Builder.introspectedTableprivate final IntrospectedTableSelectListGenerator.introspectedTableMethods in org.mybatis.generator.runtime.dynamic.sql.elements with parameters of type IntrospectedTableModifier and TypeMethodDescriptionstatic booleanUtils.canRetrieveMultiRowGeneratedKeys(IntrospectedTable introspectedTable) static booleanUtils.generateDeleteByPrimaryKey(IntrospectedTable introspectedTable) static booleanUtils.generateMultipleRowInsert(IntrospectedTable introspectedTable) static booleanUtils.generateSelectByPrimaryKey(IntrospectedTable introspectedTable) static booleanUtils.generateUpdateByPrimaryKey(IntrospectedTable introspectedTable) AbstractMethodGenerator.BaseBuilder.withIntrospectedTable(IntrospectedTable introspectedTable) FragmentGenerator.Builder.withIntrospectedTable(IntrospectedTable introspectedTable) SelectListGenerator.Builder.withIntrospectedTable(IntrospectedTable introspectedTable) -
Uses of IntrospectedTable in org.mybatis.generator.runtime.kotlin
Subclasses of IntrospectedTable in org.mybatis.generator.runtime.kotlinFields in org.mybatis.generator.runtime.kotlin declared as IntrospectedTableModifier and TypeFieldDescriptionprivate final IntrospectedTableKotlinDynamicSqlSupportClassGenerator.introspectedTableConstructors in org.mybatis.generator.runtime.kotlin with parameters of type IntrospectedTableModifierConstructorDescriptionKotlinDynamicSqlSupportClassGenerator(Context context, IntrospectedTable introspectedTable, List<String> warnings) -
Uses of IntrospectedTable in org.mybatis.generator.runtime.kotlin.elements
Fields in org.mybatis.generator.runtime.kotlin.elements declared as IntrospectedTableModifier and TypeFieldDescriptionprivate IntrospectedTableAbstractKotlinFunctionGenerator.BaseBuilder.introspectedTableprotected final IntrospectedTableAbstractKotlinFunctionGenerator.introspectedTableprivate IntrospectedTableColumnListGenerator.Builder.introspectedTableprivate final IntrospectedTableColumnListGenerator.introspectedTableprivate IntrospectedTableKotlinFragmentGenerator.Builder.introspectedTableprivate final IntrospectedTableKotlinFragmentGenerator.introspectedTableMethods in org.mybatis.generator.runtime.kotlin.elements with parameters of type IntrospectedTableModifier and TypeMethodDescriptionAbstractKotlinFunctionGenerator.BaseBuilder.withIntrospectedTable(IntrospectedTable introspectedTable) ColumnListGenerator.Builder.withIntrospectedTable(IntrospectedTable introspectedTable) KotlinFragmentGenerator.Builder.withIntrospectedTable(IntrospectedTable introspectedTable)