Uses of Class
org.mybatis.generator.api.IntrospectedTable

Packages that use IntrospectedTable
org.mybatis.generator.api Provides the main classes and interfaces used by clients of MyBatis Generator. 
org.mybatis.generator.codegen   
org.mybatis.generator.codegen.ibatis2   
org.mybatis.generator.codegen.ibatis2.dao.templates   
org.mybatis.generator.codegen.mybatis3   
org.mybatis.generator.internal   
org.mybatis.generator.internal.db   
org.mybatis.generator.internal.rules   
org.mybatis.generator.plugins   
 

Uses of IntrospectedTable in org.mybatis.generator.api
 

Fields in org.mybatis.generator.api declared as IntrospectedTable
protected  IntrospectedTable IntrospectedColumn.introspectedTable
           
 

Methods in org.mybatis.generator.api that return IntrospectedTable
 IntrospectedTable IntrospectedColumn.getIntrospectedTable()
           
 

Methods in org.mybatis.generator.api with parameters of type IntrospectedTable
 void CommentGenerator.addClassComment(InnerClass innerClass, IntrospectedTable introspectedTable)
           
 void CommentGenerator.addClassComment(InnerClass innerClass, IntrospectedTable introspectedTable, boolean markAsDoNotDelete)
           
 void CommentGenerator.addEnumComment(InnerEnum innerEnum, IntrospectedTable introspectedTable)
           
 void CommentGenerator.addFieldComment(Field field, IntrospectedTable introspectedTable)
           
 void CommentGenerator.addFieldComment(Field field, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn)
          This method should add a Javadoc comment to the specified field.
 void CommentGenerator.addGeneralMethodComment(Method method, IntrospectedTable introspectedTable)
           
 void CommentGenerator.addGetterComment(Method method, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn)
           
 void CommentGenerator.addSetterComment(Method method, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn)
           
 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.clientCountByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientCountByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the countByExample method has been generated in the client implementation class.
 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.clientDeleteByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientDeleteByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the deleteByExample method has been generated in the client implementation class.
 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.clientDeleteByPrimaryKeyMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientDeleteByPrimaryKeyMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the deleteByPrimaryKey method has been generated in the client implementation class.
 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.clientInsertMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientInsertMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the insert method has been generated in the client implementation class.
 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.clientInsertSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientInsertSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the insert selective method has been generated in the client implementation class.
 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.clientSelectAllMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientSelectAllMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the selectAll method has been generated in the client implementation class.
 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.clientSelectByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientSelectByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the selectByExampleWithBLOBs method has been generated in the client implementation class.
 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.clientSelectByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientSelectByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the selectByExampleWithoutBLOBs method has been generated in the client implementation class.
 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.clientSelectByPrimaryKeyMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientSelectByPrimaryKeyMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the selectByPrimaryKey method has been generated in the client implementation class.
 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.clientUpdateByExampleSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientUpdateByExampleSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the updateByExampleSelective method has been generated in the client implementation class.
 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.clientUpdateByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientUpdateByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the updateByExampleWithBLOBs method has been generated in the client implementation class.
 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.clientUpdateByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientUpdateByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the updateByExampleWithoutBLOBs method has been generated in the client implementation class.
 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.clientUpdateByPrimaryKeySelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientUpdateByPrimaryKeySelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the updateByPrimaryKeySelective method has been generated in the client implementation class.
 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.clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the updateByPrimaryKeyWithBLOBs method has been generated in the client implementation class.
 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.
 boolean PluginAdapter.clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the updateByPrimaryKeyWithoutBLOBs method has been generated in the client implementation class.
 List<GeneratedJavaFile> PluginAdapter.contextGenerateAdditionalJavaFiles(IntrospectedTable introspectedTable)
           
 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.
 List<GeneratedXmlFile> PluginAdapter.contextGenerateAdditionalXmlFiles(IntrospectedTable introspectedTable)
           
 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.
 String DAOMethodNameCalculator.getCountByExampleMethodName(IntrospectedTable introspectedTable)
          Calculates and returns a name for the count by example method.
 String DAOMethodNameCalculator.getDeleteByExampleMethodName(IntrospectedTable introspectedTable)
          Calculates and returns a name for the delete by example method.
 String DAOMethodNameCalculator.getDeleteByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
          Calculates and returns a name for the delete by primary key method.
 String DAOMethodNameCalculator.getInsertMethodName(IntrospectedTable introspectedTable)
          Calculates and returns a name for the insert method.
 String DAOMethodNameCalculator.getInsertSelectiveMethodName(IntrospectedTable introspectedTable)
          Calculates and returns a name for the insert selective method.
 String DAOMethodNameCalculator.getSelectByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
          Calculates and returns a name for the select by example with BLOBs method.
 String DAOMethodNameCalculator.getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
          Calculates and returns a name for the select by example method.
 String DAOMethodNameCalculator.getSelectByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
          Calculates and returns a name for the select by primary key method.
 String DAOMethodNameCalculator.getUpdateByExampleSelectiveMethodName(IntrospectedTable introspectedTable)
          Calculates and returns a name for the update by example selective method.
 String DAOMethodNameCalculator.getUpdateByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
          Calculates and returns a name for the update by example with BLOBs method.
 String DAOMethodNameCalculator.getUpdateByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
          Calculates and returns a name for the update by example without BLOBs method.
 String DAOMethodNameCalculator.getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable introspectedTable)
          Calculates and returns a name for the update by primary key selective method.
 String DAOMethodNameCalculator.getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable introspectedTable)
          Calculates and returns a name for the update by primary key with BLOBs method.
 String DAOMethodNameCalculator.getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
          Calculates and returns a name for the update by primary key without BLOBs method.
 void PluginAdapter.initialized(IntrospectedTable introspectedTable)
           
 void Plugin.initialized(IntrospectedTable introspectedTable)
          This method is called just before the getGeneratedXXXFiles methods are called on the introspected table.
 boolean PluginAdapter.modelBaseRecordClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.modelBaseRecordClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called after the base record class is generated by the JavaModelGenerator.
 boolean PluginAdapter.modelExampleClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.modelExampleClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called after the example class is generated by the JavaModelGenerator.
 boolean PluginAdapter.modelFieldGenerated(Field field, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType)
           
 boolean Plugin.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.
 boolean PluginAdapter.modelGetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType)
           
 boolean Plugin.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.
 boolean PluginAdapter.modelPrimaryKeyClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.modelPrimaryKeyClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called after the primary key class is generated by the JavaModelGenerator.
 boolean PluginAdapter.modelRecordWithBLOBsClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.modelRecordWithBLOBsClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called after the record with BLOBs class is generated by the JavaModelGenerator.
 boolean PluginAdapter.modelSetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType)
           
 boolean Plugin.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.
 boolean PluginAdapter.providerApplyWhereMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.providerApplyWhereMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the applyWhere method has been generated in the SQL provider.
 boolean PluginAdapter.providerCountByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.providerCountByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the countByExample method has been generated in the SQL provider.
 boolean PluginAdapter.providerDeleteByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.providerDeleteByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the deleteByExample method has been generated in the SQL provider.
 boolean PluginAdapter.providerGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.providerGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the SQL provider has been generated.
 boolean PluginAdapter.providerInsertSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.providerInsertSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the insertSelective method has been generated in the SQL provider.
 boolean PluginAdapter.providerSelectByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.providerSelectByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the selectByExampleWithBLOBs method has been generated in the SQL provider.
 boolean PluginAdapter.providerSelectByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.providerSelectByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the selectByExampleWithoutBLOBs method has been generated in the SQL provider.
 boolean PluginAdapter.providerUpdateByExampleSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.providerUpdateByExampleSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the updateByExampleSelective method has been generated in the SQL provider.
 boolean PluginAdapter.providerUpdateByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.providerUpdateByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the updateByExampleWithBLOBs method has been generated in the SQL provider.
 boolean PluginAdapter.providerUpdateByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.providerUpdateByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the updateByExampleWithoutBLOBs method has been generated in the SQL provider.
 boolean PluginAdapter.providerUpdateByPrimaryKeySelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean Plugin.providerUpdateByPrimaryKeySelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
          This method is called when the updateByPrimaryKeySelective method has been generated in the SQL provider.
 void IntrospectedColumn.setIntrospectedTable(IntrospectedTable introspectedTable)
           
 boolean PluginAdapter.sqlMapBaseColumnListElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean Plugin.sqlMapBaseColumnListElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
          This method is called when the baseColumnList element is generated.
 boolean PluginAdapter.sqlMapBlobColumnListElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean Plugin.sqlMapBlobColumnListElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
          This method is called when the blobColumnList element is generated.
 boolean PluginAdapter.sqlMapCountByExampleElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean Plugin.sqlMapCountByExampleElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
          This method is called when the countByExample element is generated.
 boolean PluginAdapter.sqlMapDeleteByExampleElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean Plugin.sqlMapDeleteByExampleElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
          This method is called when the deleteByExample element is generated.
 boolean PluginAdapter.sqlMapDeleteByPrimaryKeyElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean Plugin.sqlMapDeleteByPrimaryKeyElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
          This method is called when the deleteByPrimaryKey element is generated.
 boolean PluginAdapter.sqlMapDocumentGenerated(Document document, IntrospectedTable introspectedTable)
           
 boolean Plugin.sqlMapDocumentGenerated(Document document, IntrospectedTable introspectedTable)
          This method is called when the SqlMap document has been generated.
 boolean PluginAdapter.sqlMapExampleWhereClauseElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean Plugin.sqlMapExampleWhereClauseElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
          This method is called when the exampleWhereClause element is generated.
 boolean PluginAdapter.sqlMapGenerated(GeneratedXmlFile sqlMap, IntrospectedTable introspectedTable)
           
 boolean Plugin.sqlMapGenerated(GeneratedXmlFile sqlMap, IntrospectedTable introspectedTable)
          This method is called when the SqlMap file has been generated.
 boolean PluginAdapter.sqlMapInsertElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean Plugin.sqlMapInsertElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
          This method is called when the insert element is generated.
 boolean PluginAdapter.sqlMapInsertSelectiveElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean Plugin.sqlMapInsertSelectiveElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
          This method is called when the insert selective element is generated.
 boolean PluginAdapter.sqlMapResultMapWithBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean Plugin.sqlMapResultMapWithBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
          This method is called when the resultMap with BLOBs element is generated - this resultMap will extend the base resultMap.
 boolean PluginAdapter.sqlMapResultMapWithoutBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean Plugin.sqlMapResultMapWithoutBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
          This method is called when the base resultMap is generated.
 boolean PluginAdapter.sqlMapSelectAllElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean Plugin.sqlMapSelectAllElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
          This method is called when the selectAll element is generated.
 boolean PluginAdapter.sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean Plugin.sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
          This method is called when the selectByExampleWithBLOBs element is generated.
 boolean PluginAdapter.sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean Plugin.sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
          This method is called when the selectByExample element is generated.
 boolean PluginAdapter.sqlMapSelectByPrimaryKeyElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean Plugin.sqlMapSelectByPrimaryKeyElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
          This method is called when the selectByPrimaryKey element is generated.
 boolean PluginAdapter.sqlMapUpdateByExampleSelectiveElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean Plugin.sqlMapUpdateByExampleSelectiveElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
          This method is called when the updateByExampleSelective element is generated.
 boolean PluginAdapter.sqlMapUpdateByExampleWithBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean Plugin.sqlMapUpdateByExampleWithBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
          This method is called when the updateByExampleWithBLOBs element is generated.
 boolean PluginAdapter.sqlMapUpdateByExampleWithoutBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean Plugin.sqlMapUpdateByExampleWithoutBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
          This method is called when the updateByExampleWithourBLOBs element is generated.
 boolean PluginAdapter.sqlMapUpdateByPrimaryKeySelectiveElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean Plugin.sqlMapUpdateByPrimaryKeySelectiveElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
          This method is called when the updateByPrimaryKeySelective element is generated.
 boolean PluginAdapter.sqlMapUpdateByPrimaryKeyWithBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean Plugin.sqlMapUpdateByPrimaryKeyWithBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
          This method is called when the updateByPrimaryKeyWithBLOBs element is generated.
 boolean PluginAdapter.sqlMapUpdateByPrimaryKeyWithoutBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean Plugin.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 IntrospectedTable
protected  IntrospectedTable AbstractGenerator.introspectedTable
           
 

Methods in org.mybatis.generator.codegen that return IntrospectedTable
 IntrospectedTable AbstractGenerator.getIntrospectedTable()
           
 

Methods in org.mybatis.generator.codegen with parameters of type IntrospectedTable
 void AbstractGenerator.setIntrospectedTable(IntrospectedTable introspectedTable)
           
 

Uses of IntrospectedTable in org.mybatis.generator.codegen.ibatis2
 

Subclasses of IntrospectedTable in org.mybatis.generator.codegen.ibatis2
 class IntrospectedTableIbatis2Java2Impl
           
 class IntrospectedTableIbatis2Java5Impl
           
 

Uses of IntrospectedTable in org.mybatis.generator.codegen.ibatis2.dao.templates
 

Methods in org.mybatis.generator.codegen.ibatis2.dao.templates with parameters of type IntrospectedTable
 Method AbstractDAOTemplate.getConstructorClone(CommentGenerator commentGenerator, FullyQualifiedJavaType type, IntrospectedTable introspectedTable)
           
 List<Field> AbstractDAOTemplate.getFieldClones(CommentGenerator commentGenerator, IntrospectedTable introspectedTable)
           
 List<Method> AbstractDAOTemplate.getMethodClones(CommentGenerator commentGenerator, IntrospectedTable introspectedTable)
           
 

Uses of IntrospectedTable in org.mybatis.generator.codegen.mybatis3
 

Subclasses of IntrospectedTable in org.mybatis.generator.codegen.mybatis3
 class IntrospectedTableMyBatis3Impl
           
 class IntrospectedTableMyBatis3SimpleImpl
           
 

Uses of IntrospectedTable in org.mybatis.generator.internal
 

Methods in org.mybatis.generator.internal that return IntrospectedTable
static IntrospectedTable ObjectFactory.createIntrospectedTable(TableConfiguration tableConfiguration, FullyQualifiedTable table, Context context)
           
static IntrospectedTable ObjectFactory.createIntrospectedTableForValidation(Context context)
          This method creates an introspected table implementation that is only usable for validation (i.e.
 

Methods in org.mybatis.generator.internal with parameters of type IntrospectedTable
 void DefaultCommentGenerator.addClassComment(InnerClass innerClass, IntrospectedTable introspectedTable)
           
 void DefaultCommentGenerator.addClassComment(InnerClass innerClass, IntrospectedTable introspectedTable, boolean markAsDoNotDelete)
           
 void DefaultCommentGenerator.addEnumComment(InnerEnum innerEnum, IntrospectedTable introspectedTable)
           
 void DefaultCommentGenerator.addFieldComment(Field field, IntrospectedTable introspectedTable)
           
 void DefaultCommentGenerator.addFieldComment(Field field, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn)
           
 void DefaultCommentGenerator.addGeneralMethodComment(Method method, IntrospectedTable introspectedTable)
           
 void DefaultCommentGenerator.addGetterComment(Method method, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn)
           
 void DefaultCommentGenerator.addSetterComment(Method method, IntrospectedTable introspectedTable, IntrospectedColumn introspectedColumn)
           
 boolean PluginAggregator.clientCountByExampleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientCountByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientDeleteByExampleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientDeleteByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientDeleteByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientDeleteByPrimaryKeyMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientGenerated(Interface interfaze, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientInsertMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientInsertMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientInsertSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientInsertSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientSelectAllMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientSelectAllMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientSelectByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientSelectByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientSelectByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientSelectByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientSelectByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientSelectByPrimaryKeyMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientUpdateByExampleSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientUpdateByExampleSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientUpdateByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientUpdateByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientUpdateByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientUpdateByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientUpdateByPrimaryKeySelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientUpdateByPrimaryKeySelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 List<GeneratedJavaFile> PluginAggregator.contextGenerateAdditionalJavaFiles(IntrospectedTable introspectedTable)
           
 List<GeneratedXmlFile> PluginAggregator.contextGenerateAdditionalXmlFiles(IntrospectedTable introspectedTable)
           
 String ExtendedDAOMethodNameCalculator.getCountByExampleMethodName(IntrospectedTable introspectedTable)
           
 String DefaultDAOMethodNameCalculator.getCountByExampleMethodName(IntrospectedTable introspectedTable)
           
 String ExtendedDAOMethodNameCalculator.getDeleteByExampleMethodName(IntrospectedTable introspectedTable)
           
 String DefaultDAOMethodNameCalculator.getDeleteByExampleMethodName(IntrospectedTable introspectedTable)
           
 String ExtendedDAOMethodNameCalculator.getDeleteByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
           
 String DefaultDAOMethodNameCalculator.getDeleteByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
           
 String ExtendedDAOMethodNameCalculator.getInsertMethodName(IntrospectedTable introspectedTable)
           
 String DefaultDAOMethodNameCalculator.getInsertMethodName(IntrospectedTable introspectedTable)
           
 String ExtendedDAOMethodNameCalculator.getInsertSelectiveMethodName(IntrospectedTable introspectedTable)
           
 String DefaultDAOMethodNameCalculator.getInsertSelectiveMethodName(IntrospectedTable introspectedTable)
           
 String ExtendedDAOMethodNameCalculator.getSelectByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
          1.
 String DefaultDAOMethodNameCalculator.getSelectByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
          1.
 String ExtendedDAOMethodNameCalculator.getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
          1.
 String DefaultDAOMethodNameCalculator.getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
          1.
 String ExtendedDAOMethodNameCalculator.getSelectByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
           
 String DefaultDAOMethodNameCalculator.getSelectByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
           
 String ExtendedDAOMethodNameCalculator.getUpdateByExampleSelectiveMethodName(IntrospectedTable introspectedTable)
           
 String DefaultDAOMethodNameCalculator.getUpdateByExampleSelectiveMethodName(IntrospectedTable introspectedTable)
           
 String ExtendedDAOMethodNameCalculator.getUpdateByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
           
 String DefaultDAOMethodNameCalculator.getUpdateByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
           
 String ExtendedDAOMethodNameCalculator.getUpdateByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
           
 String DefaultDAOMethodNameCalculator.getUpdateByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
           
 String ExtendedDAOMethodNameCalculator.getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable introspectedTable)
           
 String DefaultDAOMethodNameCalculator.getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable introspectedTable)
           
 String ExtendedDAOMethodNameCalculator.getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable introspectedTable)
          1.
 String DefaultDAOMethodNameCalculator.getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable introspectedTable)
          1.
 String ExtendedDAOMethodNameCalculator.getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
          1.
 String DefaultDAOMethodNameCalculator.getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
          1.
 void PluginAggregator.initialized(IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.modelBaseRecordClassGenerated(TopLevelClass tlc, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.modelExampleClassGenerated(TopLevelClass tlc, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.modelFieldGenerated(Field field, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType)
           
 boolean PluginAggregator.modelGetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType)
           
 boolean PluginAggregator.modelPrimaryKeyClassGenerated(TopLevelClass tlc, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.modelRecordWithBLOBsClassGenerated(TopLevelClass tlc, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.modelSetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType)
           
 boolean PluginAggregator.providerApplyWhereMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.providerCountByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.providerDeleteByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.providerGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.providerInsertSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.providerSelectByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.providerSelectByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.providerUpdateByExampleSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.providerUpdateByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.providerUpdateByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.providerUpdateByPrimaryKeySelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.sqlMapBaseColumnListElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.sqlMapBlobColumnListElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.sqlMapCountByExampleElementGenerated(XmlElement element, IntrospectedTable table)
           
 boolean PluginAggregator.sqlMapDeleteByExampleElementGenerated(XmlElement element, IntrospectedTable table)
           
 boolean PluginAggregator.sqlMapDeleteByPrimaryKeyElementGenerated(XmlElement element, IntrospectedTable table)
           
 boolean PluginAggregator.sqlMapDocumentGenerated(Document document, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.sqlMapExampleWhereClauseElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.sqlMapGenerated(GeneratedXmlFile sqlMap, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.sqlMapInsertElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.sqlMapInsertSelectiveElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.sqlMapResultMapWithBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.sqlMapResultMapWithoutBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.sqlMapSelectAllElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.sqlMapSelectByPrimaryKeyElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.sqlMapUpdateByExampleSelectiveElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.sqlMapUpdateByExampleWithBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.sqlMapUpdateByExampleWithoutBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.sqlMapUpdateByPrimaryKeySelectiveElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.sqlMapUpdateByPrimaryKeyWithBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean PluginAggregator.sqlMapUpdateByPrimaryKeyWithoutBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 

Uses of IntrospectedTable in org.mybatis.generator.internal.db
 

Methods in org.mybatis.generator.internal.db that return types with arguments of type IntrospectedTable
 List<IntrospectedTable> DatabaseIntrospector.introspectTables(TableConfiguration tc)
          Returns a List that matches the specified table configuration.
 

Uses of IntrospectedTable in org.mybatis.generator.internal.rules
 

Fields in org.mybatis.generator.internal.rules declared as IntrospectedTable
protected  IntrospectedTable BaseRules.introspectedTable
           
 

Methods in org.mybatis.generator.internal.rules that return IntrospectedTable
 IntrospectedTable RulesDelegate.getIntrospectedTable()
           
 IntrospectedTable Rules.getIntrospectedTable()
           
 IntrospectedTable BaseRules.getIntrospectedTable()
           
 

Constructors in org.mybatis.generator.internal.rules with parameters of type IntrospectedTable
BaseRules(IntrospectedTable introspectedTable)
           
ConditionalModelRules(IntrospectedTable introspectedTable)
           
FlatModelRules(IntrospectedTable introspectedTable)
           
HierarchicalModelRules(IntrospectedTable introspectedTable)
           
 

Uses of IntrospectedTable in org.mybatis.generator.plugins
 

Methods in org.mybatis.generator.plugins with parameters of type IntrospectedTable
 boolean RowBoundsPlugin.clientSelectByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
 boolean RowBoundsPlugin.clientSelectByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
           
protected  void EqualsHashCodePlugin.generateEquals(TopLevelClass topLevelClass, List<IntrospectedColumn> introspectedColumns, IntrospectedTable introspectedTable)
          Generates an equals method that does a comparison of all fields.
protected  void EqualsHashCodePlugin.generateHashCode(TopLevelClass topLevelClass, List<IntrospectedColumn> introspectedColumns, IntrospectedTable introspectedTable)
          Generates a hashCode method that includes all fields.
 void VirtualPrimaryKeyPlugin.initialized(IntrospectedTable introspectedTable)
           
 void RenameExampleClassPlugin.initialized(IntrospectedTable introspectedTable)
           
protected  void SerializablePlugin.makeSerializable(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean ToStringPlugin.modelBaseRecordClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean SerializablePlugin.modelBaseRecordClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean EqualsHashCodePlugin.modelBaseRecordClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean CaseInsensitiveLikePlugin.modelExampleClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean ToStringPlugin.modelPrimaryKeyClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean SerializablePlugin.modelPrimaryKeyClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean EqualsHashCodePlugin.modelPrimaryKeyClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean ToStringPlugin.modelRecordWithBLOBsClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean SerializablePlugin.modelRecordWithBLOBsClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean EqualsHashCodePlugin.modelRecordWithBLOBsClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
           
 boolean RowBoundsPlugin.sqlMapDocumentGenerated(Document document, IntrospectedTable introspectedTable)
          We'll override this method and add any new elements generated by previous calls
 boolean CachePlugin.sqlMapDocumentGenerated(Document document, IntrospectedTable introspectedTable)
           
 boolean SqlMapConfigPlugin.sqlMapGenerated(GeneratedXmlFile sqlMap, IntrospectedTable introspectedTable)
           
 boolean MapperConfigPlugin.sqlMapGenerated(GeneratedXmlFile sqlMap, IntrospectedTable introspectedTable)
           
 boolean RowBoundsPlugin.sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 boolean RowBoundsPlugin.sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
           
 



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