Uses of Class
org.mybatis.generator.api.FullyQualifiedTable
Packages that use FullyQualifiedTable
Package
Description
Provides the main classes and interfaces used by clients of MyBatis Generator.
-
Uses of FullyQualifiedTable in org.mybatis.generator.api
Fields in org.mybatis.generator.api declared as FullyQualifiedTableModifier and TypeFieldDescriptionprotected FullyQualifiedTableIntrospectedTable.fullyQualifiedTableMethods in org.mybatis.generator.api that return FullyQualifiedTableMethods in org.mybatis.generator.api with parameters of type FullyQualifiedTableModifier and TypeMethodDescriptionvoidIntrospectedTable.setFullyQualifiedTable(FullyQualifiedTable fullyQualifiedTable) -
Uses of FullyQualifiedTable in org.mybatis.generator.internal
Methods in org.mybatis.generator.internal with parameters of type FullyQualifiedTableModifier and TypeMethodDescriptionstatic IntrospectedTableObjectFactory.createIntrospectedTable(TableConfiguration tableConfiguration, FullyQualifiedTable table, Context context) -
Uses of FullyQualifiedTable in org.mybatis.generator.internal.db
Methods in org.mybatis.generator.internal.db with parameters of type FullyQualifiedTableModifier and TypeMethodDescriptionprivate voidDatabaseIntrospector.calculatePrimaryKey(FullyQualifiedTable table, IntrospectedTable introspectedTable) private voidDatabaseIntrospector.reportIntrospectionWarnings(IntrospectedTable introspectedTable, TableConfiguration tableConfiguration, FullyQualifiedTable table) -
Uses of FullyQualifiedTable in org.mybatis.generator.plugins
Fields in org.mybatis.generator.plugins with type parameters of type FullyQualifiedTableModifier and TypeFieldDescriptionprivate final Map<FullyQualifiedTable, List<XmlElement>> RowBoundsPlugin.elementsToAddMethods in org.mybatis.generator.plugins with parameters of type FullyQualifiedTableModifier and TypeMethodDescriptionprivate voidRowBoundsPlugin.copyAndSaveElement(XmlElement element, FullyQualifiedTable fqt) Use the method copy constructor to create a new element.