Index

A B C D E F G H I J K L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ABSTRACT - Enum constant in enum org.mybatis.generator.api.dom.kotlin.KotlinModifier
 
AbstractBuilder(String) - Constructor for class org.mybatis.generator.api.dom.kotlin.KotlinNamedItem.AbstractBuilder
 
AbstractGenerator - Class in org.mybatis.generator.codegen
 
AbstractGenerator() - Constructor for class org.mybatis.generator.codegen.AbstractGenerator
 
AbstractJavaClientGenerator - Class in org.mybatis.generator.codegen
This class exists to that Java client generators can specify whether an XML generator is required to match the methods in the Java client.
AbstractJavaClientGenerator(String, boolean) - Constructor for class org.mybatis.generator.codegen.AbstractJavaClientGenerator
 
AbstractJavaGenerator - Class in org.mybatis.generator.codegen
 
AbstractJavaGenerator(String) - Constructor for class org.mybatis.generator.codegen.AbstractJavaGenerator
 
AbstractJavaMapperMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
AbstractJavaMapperMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
 
AbstractJavaProviderMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
 
AbstractJavaProviderMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.AbstractJavaProviderMethodGenerator
 
AbstractJavaType - Class in org.mybatis.generator.api.dom.java
 
AbstractJavaType(String) - Constructor for class org.mybatis.generator.api.dom.java.AbstractJavaType
 
AbstractJavaType(FullyQualifiedJavaType) - Constructor for class org.mybatis.generator.api.dom.java.AbstractJavaType
 
AbstractKotlinFunctionGenerator - Class in org.mybatis.generator.runtime.kotlin.elements
 
AbstractKotlinFunctionGenerator(AbstractKotlinFunctionGenerator.BaseBuilder<?>) - Constructor for class org.mybatis.generator.runtime.kotlin.elements.AbstractKotlinFunctionGenerator
 
AbstractKotlinFunctionGenerator.BaseBuilder<T> - Class in org.mybatis.generator.runtime.kotlin.elements
 
AbstractKotlinFunctionGenerator.FieldNameAndImport - Class in org.mybatis.generator.runtime.kotlin.elements
 
AbstractKotlinGenerator - Class in org.mybatis.generator.codegen
 
AbstractKotlinGenerator(String) - Constructor for class org.mybatis.generator.codegen.AbstractKotlinGenerator
 
AbstractLogFactory - Interface in org.mybatis.generator.logging
Defines the interface for creating Log implementations.
AbstractMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
AbstractMethodGenerator(AbstractMethodGenerator.BaseBuilder<?>) - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.AbstractMethodGenerator
 
AbstractMethodGenerator.BaseBuilder<T> - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
AbstractXmlElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
AbstractXmlElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
 
AbstractXmlElementGenerator.ResultElementType - Enum in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
AbstractXmlGenerator - Class in org.mybatis.generator.codegen
 
AbstractXmlGenerator() - Constructor for class org.mybatis.generator.codegen.AbstractXmlGenerator
 
accept(CompilationUnitVisitor<R>) - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
 
accept(CompilationUnitVisitor<R>) - Method in class org.mybatis.generator.api.dom.java.Interface
 
accept(CompilationUnitVisitor<R>) - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
 
accept(CompilationUnitVisitor<R>) - Method in class org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
accept(KotlinNamedItemVisitor<R>) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinFunction
 
accept(KotlinNamedItemVisitor<R>) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinNamedItem
 
accept(KotlinNamedItemVisitor<R>) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinProperty
 
accept(KotlinNamedItemVisitor<R>) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinType
 
accept(DocTypeVisitor<R>) - Method in interface org.mybatis.generator.api.dom.xml.DocType
 
accept(DocTypeVisitor<R>) - Method in class org.mybatis.generator.api.dom.xml.PublicDocType
 
accept(DocTypeVisitor<R>) - Method in class org.mybatis.generator.api.dom.xml.SystemDocType
 
accept(ElementVisitor<R>) - Method in class org.mybatis.generator.api.dom.xml.TextElement
 
accept(ElementVisitor<R>) - Method in interface org.mybatis.generator.api.dom.xml.VisitableElement
 
accept(ElementVisitor<R>) - Method in class org.mybatis.generator.api.dom.xml.XmlElement
 
acceptParts(KotlinFile, KotlinFunction, KotlinFunctionParts) - Method in class org.mybatis.generator.runtime.kotlin.elements.AbstractKotlinFunctionGenerator
 
acceptParts(MethodAndImports.Builder, Method, MethodParts) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.AbstractMethodGenerator
 
acceptParts(KotlinFunctionAndImports, KotlinFunctionParts) - Method in class org.mybatis.generator.runtime.kotlin.elements.AbstractKotlinFunctionGenerator
 
ACTUAL - Enum constant in enum org.mybatis.generator.api.dom.kotlin.KotlinModifier
 
actualColumnName - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
ActualTableName - Class in org.mybatis.generator.internal.db
This class holds the actual catalog, schema, and table name returned from the database introspection.
ActualTableName(String, String, String) - Constructor for class org.mybatis.generator.internal.db.ActualTableName
 
actualTypeName - Variable in class org.mybatis.generator.api.IntrospectedColumn
The platform specific data type name as reported from DatabaseMetadata.getColumns()
addAnnotatedResults(Interface, Method, List<IntrospectedColumn>) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
 
addAnnotatedSelectImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
 
addAnnotation(String) - Method in class org.mybatis.generator.api.dom.java.JavaElement
 
addAnnotation(String) - Method in class org.mybatis.generator.api.dom.java.Parameter
 
addAnnotation(String) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinNamedItem
 
addApplyWhereMethod(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
addArgument(KotlinArg) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinFunction
 
addAttribute(Attribute) - Method in class org.mybatis.generator.api.dom.xml.XmlElement
 
addBaseColumnListElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addBasicInsertMethod(Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
addBasicInsertMethod(KotlinFile, KotlinType) - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
addBasicInsertMultipleMethod(Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
addBasicInsertMultipleMethod(KotlinFile, KotlinType) - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
addBasicSelectManyMethod(Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
addBasicSelectManyMethod(KotlinFile, KotlinType) - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
addBasicSelectOneMethod(Interface, boolean) - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
addBasicSelectOneMethod(KotlinFile, KotlinType, boolean) - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
addBlobColumnListElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addBodyLine(int, String) - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
 
addBodyLine(int, String) - Method in class org.mybatis.generator.api.dom.java.Method
 
addBodyLine(String) - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
 
addBodyLine(String) - Method in class org.mybatis.generator.api.dom.java.Method
 
addBodyLines(int, Collection<String>) - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
 
addBodyLines(int, Collection<String>) - Method in class org.mybatis.generator.api.dom.java.Method
 
addBodyLines(Collection<String>) - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
 
addBodyLines(Collection<String>) - Method in class org.mybatis.generator.api.dom.java.Method
 
addClassAnnotation(InnerClass, IntrospectedTable, Set<FullyQualifiedJavaType>) - Method in interface org.mybatis.generator.api.CommentGenerator
Adds a @Generated annotation to a class.
addClassAnnotation(InnerClass, IntrospectedTable, Set<FullyQualifiedJavaType>) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
 
addClassComment(InnerClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.CommentGenerator
Adds the inner class comment.
addClassComment(InnerClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
 
addClassComment(InnerClass, IntrospectedTable, boolean) - Method in interface org.mybatis.generator.api.CommentGenerator
Adds the inner class comment.
addClassComment(InnerClass, IntrospectedTable, boolean) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
 
addClassElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.AbstractJavaProviderMethodGenerator
 
addClassElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderApplyWhereMethodGenerator
 
addClassElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderCountByExampleMethodGenerator
 
addClassElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderDeleteByExampleMethodGenerator
 
addClassElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderInsertSelectiveMethodGenerator
 
addClassElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithoutBLOBsMethodGenerator
 
addClassElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleSelectiveMethodGenerator
 
addClassElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithoutBLOBsMethodGenerator
 
addClassElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByPrimaryKeySelectiveMethodGenerator
 
addClasspathEntry(String) - Method in class org.mybatis.generator.config.Configuration
 
addCodeLine(String) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinFunction
 
addCodeLines(List<String>) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinFunction
 
addColumn(IntrospectedColumn) - Method in class org.mybatis.generator.api.IntrospectedTable
 
addColumnListProperty(KotlinFile) - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
addColumnOverride(ColumnOverride) - Method in class org.mybatis.generator.config.TableConfiguration
 
addComment(XmlElement) - Method in interface org.mybatis.generator.api.CommentGenerator
This method should add a suitable comment as a child element of the specified xmlElement to warn users that the element was generated and is subject to regeneration.
addComment(XmlElement) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
Adds a suitable comment to warn users that the element was generated, and when it was generated.
addCommonInsertInterface(Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
addCommonInsertInterface(KotlinFile, KotlinType) - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
addConfigurationProperties(Properties) - Method in interface org.mybatis.generator.api.CommentGenerator
Adds properties for this instance from any properties configured in the CommentGenerator configuration.
addConfigurationProperties(Properties) - Method in interface org.mybatis.generator.api.ConnectionFactory
Adds properties for this instance from any properties configured in the ConnectionFactory.
addConfigurationProperties(Properties) - Method in interface org.mybatis.generator.api.JavaTypeResolver
Adds properties for this instance from any properties configured in the JavaTypeResolverConfiguration.
addConfigurationProperties(Properties) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
 
addConfigurationProperties(Properties) - Method in class org.mybatis.generator.internal.JDBCConnectionFactory
 
addConfigurationProperties(Properties) - Method in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
addConstructorProperty(KotlinProperty) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinType
 
addContext(Context) - Method in class org.mybatis.generator.config.Configuration
 
addCountByExampleElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addCountByExampleMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addCountByExampleMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addCountByExampleMethod(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
addDefaultConstructor(TopLevelClass) - Method in class org.mybatis.generator.codegen.AbstractJavaGenerator
 
addDefaultConstructorWithGeneratedAnnotatoin(TopLevelClass) - Method in class org.mybatis.generator.codegen.AbstractJavaGenerator
 
addDeleteByExampleElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addDeleteByExampleMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addDeleteByExampleMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addDeleteByExampleMethod(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
addDeleteByPrimaryKeyElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.MixedMapperGenerator
 
addDeleteByPrimaryKeyElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
 
addDeleteByPrimaryKeyElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addDeleteByPrimaryKeyMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addDeleteByPrimaryKeyMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addDeleteByPrimaryKeyMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.MixedClientGenerator
 
addDeleteByPrimaryKeyMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleAnnotatedClientGenerator
 
addDeleteByPrimaryKeyMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
 
addDeleteByPrimaryKeyMethod(Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
addDeleteByPrimaryKeyMethod(KotlinFile, String) - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
addElement(int, VisitableElement) - Method in class org.mybatis.generator.api.dom.xml.XmlElement
 
addElement(VisitableElement) - Method in class org.mybatis.generator.api.dom.xml.XmlElement
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.BaseColumnListElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.BlobColumnListElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.CountByExampleElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.DeleteByExampleElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.DeleteByPrimaryKeyElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.ExampleWhereClauseElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.InsertElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.InsertSelectiveElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.ResultMapWithBLOBsElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.ResultMapWithoutBLOBsElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SelectByExampleWithBLOBsElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SelectByExampleWithoutBLOBsElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SelectByPrimaryKeyElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SimpleSelectAllElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SimpleSelectByPrimaryKeyElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByExampleSelectiveElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByExampleWithBLOBsElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByExampleWithoutBLOBsElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByPrimaryKeySelectiveElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByPrimaryKeyWithBLOBsElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByPrimaryKeyWithoutBLOBsElementGenerator
 
addEnumComment(InnerEnum, IntrospectedTable) - Method in interface org.mybatis.generator.api.CommentGenerator
Adds the enum comment.
addEnumComment(InnerEnum, IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
 
addEnumConstant(String) - Method in class org.mybatis.generator.api.dom.java.InnerEnum
 
addExampleWhereClauseElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addException(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.Method
 
addException(IgnoredColumnException) - Method in class org.mybatis.generator.config.IgnoredColumnPattern
 
addExternalClassLoader(ClassLoader) - Static method in class org.mybatis.generator.internal.ObjectFactory
Adds a custom classloader to the collection of classloaders searched for "external" classes.
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedCountByExampleMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedDeleteByExampleMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedDeleteByPrimaryKeyMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedInsertMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedInsertSelectiveMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectAllMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectByExampleWithBLOBsMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectByExampleWithoutBLOBsMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectByPrimaryKeyMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByExampleSelectiveMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByExampleWithBLOBsMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByExampleWithoutBLOBsMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeySelectiveMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeyWithBLOBsMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.CountByExampleMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.DeleteByExampleMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.DeleteByPrimaryKeyMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertSelectiveMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectAllMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByExampleWithBLOBsMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByExampleWithoutBLOBsMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByPrimaryKeyMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleSelectiveMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleWithBLOBsMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleWithoutBLOBsMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeySelectiveMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeyWithBLOBsMethodGenerator
 
addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
 
addField(Field) - Method in class org.mybatis.generator.api.dom.java.AbstractJavaType
 
addFieldAnnotation(Field, IntrospectedTable, Set<FullyQualifiedJavaType>) - Method in interface org.mybatis.generator.api.CommentGenerator
Adds a @Generated annotation to a field.
addFieldAnnotation(Field, IntrospectedTable, Set<FullyQualifiedJavaType>) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
 
addFieldAnnotation(Field, IntrospectedTable, IntrospectedColumn, Set<FullyQualifiedJavaType>) - Method in interface org.mybatis.generator.api.CommentGenerator
Adds a @Generated annotation to a field.
addFieldAnnotation(Field, IntrospectedTable, IntrospectedColumn, Set<FullyQualifiedJavaType>) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
 
addFieldComment(Field, IntrospectedTable) - Method in interface org.mybatis.generator.api.CommentGenerator
Adds the field comment.
addFieldComment(Field, IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
 
addFieldComment(Field, IntrospectedTable, IntrospectedColumn) - Method in interface org.mybatis.generator.api.CommentGenerator
This method should add a Javadoc comment to the specified field.
addFieldComment(Field, IntrospectedTable, IntrospectedColumn) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
 
addFileComment(KotlinFile) - Method in interface org.mybatis.generator.api.CommentGenerator
This method is called to add a file level comment to a generated Kotlin file.
addFileComment(KotlinFile) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
 
addFileCommentLine(String) - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
Comments will be written at the top of the file as is, we do not append any start or end comment characters.
addFileCommentLine(String) - Method in class org.mybatis.generator.api.dom.java.Interface
 
addFileCommentLine(String) - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
 
addFileCommentLine(String) - Method in class org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
addFileCommentLine(String) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinFile
 
addFunctionComment(KotlinFunctionAndImports) - Method in class org.mybatis.generator.runtime.kotlin.elements.AbstractKotlinFunctionGenerator
 
addGeneralCountMethod(Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
addGeneralCountMethod(KotlinFile, KotlinType, String) - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
addGeneralDeleteMethod(Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
addGeneralDeleteMethod(KotlinFile, KotlinType, String) - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
addGeneralFunctionComment(KotlinFunction, IntrospectedTable, Set<String>) - Method in interface org.mybatis.generator.api.CommentGenerator
 
addGeneralMethodAnnotation(Method, IntrospectedTable, Set<FullyQualifiedJavaType>) - Method in interface org.mybatis.generator.api.CommentGenerator
Adds a @Generated annotation to a method.
addGeneralMethodAnnotation(Method, IntrospectedTable, Set<FullyQualifiedJavaType>) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
 
addGeneralMethodAnnotation(Method, IntrospectedTable, IntrospectedColumn, Set<FullyQualifiedJavaType>) - Method in interface org.mybatis.generator.api.CommentGenerator
Adds a @Generated annotation to a method.
addGeneralMethodAnnotation(Method, IntrospectedTable, IntrospectedColumn, Set<FullyQualifiedJavaType>) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
 
addGeneralMethodComment(Method, IntrospectedTable) - Method in interface org.mybatis.generator.api.CommentGenerator
Adds the general method comment.
addGeneralMethodComment(Method, IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
 
addGeneralPropertyComment(KotlinProperty, IntrospectedTable, Set<String>) - Method in interface org.mybatis.generator.api.CommentGenerator
 
addGeneralSelectMethod(Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
addGeneralSelectMethod(KotlinFile, String) - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
addGeneralSelectOneMethod(Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
addGeneralSelectOneMethod(KotlinFile, String) - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
addGeneralUpdateMethod(Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
addGeneralUpdateMethod(KotlinFile, KotlinType, String) - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
addGetterComment(Method, IntrospectedTable, IntrospectedColumn) - Method in interface org.mybatis.generator.api.CommentGenerator
Adds the getter comment.
addGetterComment(Method, IntrospectedTable, IntrospectedColumn) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
 
addIgnoredColumn(IgnoredColumn) - Method in class org.mybatis.generator.config.TableConfiguration
 
addIgnoredColumnPattern(IgnoredColumnPattern) - Method in class org.mybatis.generator.config.TableConfiguration
 
addImport(String) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinFile
 
addImportedType(String) - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
 
addImportedType(FullyQualifiedJavaType) - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
 
addImportedType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.Interface
 
addImportedType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
 
addImportedType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
addImportedTypes(Set<FullyQualifiedJavaType>) - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
 
addImportedTypes(Set<FullyQualifiedJavaType>) - Method in class org.mybatis.generator.api.dom.java.Interface
 
addImportedTypes(Set<FullyQualifiedJavaType>) - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
 
addImportedTypes(Set<FullyQualifiedJavaType>) - Method in class org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
addImports(Collection<String>) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinFile
 
addInitializationBlock(InitializationBlock) - Method in class org.mybatis.generator.api.dom.java.InnerClass
 
addInitializationBlock(InitializationBlock) - Method in class org.mybatis.generator.api.dom.java.InnerEnum
 
addInnerClass(InnerClass) - Method in class org.mybatis.generator.api.dom.java.AbstractJavaType
 
addInnerEnum(InnerEnum) - Method in class org.mybatis.generator.api.dom.java.AbstractJavaType
 
addInnerInterface(InnerInterface) - Method in class org.mybatis.generator.api.dom.java.AbstractJavaType
 
addInsertElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.MixedMapperGenerator
 
addInsertElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
 
addInsertElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addInsertMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addInsertMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addInsertMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.MixedClientGenerator
 
addInsertMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleAnnotatedClientGenerator
 
addInsertMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
 
addInsertMultipleMethod(Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
addInsertMultipleMethod(KotlinFile, KotlinType, String) - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
addInsertMultipleVarargMethod(KotlinFile, String) - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
addInsertOneMethod(Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
addInsertOneMethod(KotlinFile, KotlinType, String) - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
addInsertSelectiveElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addInsertSelectiveMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addInsertSelectiveMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addInsertSelectiveMethod(Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
addInsertSelectiveMethod(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
addInsertSelectiveMethod(KotlinFile, KotlinType, String) - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.CountByExampleMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.DeleteByExampleMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.DeleteByPrimaryKeyMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertSelectiveMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectAllMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByExampleWithBLOBsMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByExampleWithoutBLOBsMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByPrimaryKeyMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleSelectiveMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleWithBLOBsMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleWithoutBLOBsMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeySelectiveMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeyWithBLOBsMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
 
addJavaDocLine(String) - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
 
addJavaDocLine(String) - Method in class org.mybatis.generator.api.dom.java.JavaElement
 
addJavadocTag(JavaElement, boolean) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
This method adds the custom javadoc tag for.
addJavaFileComment(CompilationUnit) - Method in interface org.mybatis.generator.api.CommentGenerator
This method is called to add a file level comment to a generated java file.
addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectAllMethodGenerator
 
addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectByExampleWithBLOBsMethodGenerator
 
addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectByExampleWithoutBLOBsMethodGenerator
 
addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectByPrimaryKeyMethodGenerator
 
addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectAllMethodGenerator
 
addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByExampleWithBLOBsMethodGenerator
 
addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByExampleWithoutBLOBsMethodGenerator
 
addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByPrimaryKeyMethodGenerator
 
addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedCountByExampleMethodGenerator
 
addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedDeleteByExampleMethodGenerator
 
addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedDeleteByPrimaryKeyMethodGenerator
 
addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedInsertMethodGenerator
 
addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedInsertSelectiveMethodGenerator
 
addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByExampleSelectiveMethodGenerator
 
addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByExampleWithBLOBsMethodGenerator
 
addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByExampleWithoutBLOBsMethodGenerator
 
addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeySelectiveMethodGenerator
 
addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeyWithBLOBsMethodGenerator
 
addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator
 
addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.CountByExampleMethodGenerator
 
addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.DeleteByExampleMethodGenerator
 
addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.DeleteByPrimaryKeyMethodGenerator
 
addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertMethodGenerator
 
addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertSelectiveMethodGenerator
 
addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleSelectiveMethodGenerator
 
addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleWithBLOBsMethodGenerator
 
addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleWithoutBLOBsMethodGenerator
 
addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeySelectiveMethodGenerator
 
addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeyWithBLOBsMethodGenerator
 
addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
 
addMethod(Method) - Method in class org.mybatis.generator.api.dom.java.AbstractJavaType
 
addModelClassComment(TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.CommentGenerator
Adds a comment for a model class.
addModelClassComment(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
 
addModelClassComment(KotlinType, IntrospectedTable) - Method in interface org.mybatis.generator.api.CommentGenerator
Adds a comment for a model class.
addMyBatis3UpdateByExampleWhereClauseElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addNamedItem(KotlinNamedItem) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinFile
 
addNamedItem(KotlinNamedItem) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinNamedItemContainer
 
addParameter(int, Parameter) - Method in class org.mybatis.generator.api.dom.java.Method
 
addParameter(Parameter) - Method in class org.mybatis.generator.api.dom.java.Method
 
addPlugin(Plugin) - Method in class org.mybatis.generator.api.CompositePlugin
 
addPluginConfiguration(PluginConfiguration) - Method in class org.mybatis.generator.config.Context
 
addPrimaryKeyColumn(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
addPrimaryKeyMethodParameters(boolean, Method, Set<FullyQualifiedJavaType>) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
 
addProperty(String, String) - Method in class org.mybatis.generator.config.Context
 
addProperty(String, String) - Method in class org.mybatis.generator.config.PropertyHolder
 
addResultMapElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
 
addResultMapWithBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addResultMapWithoutBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addRootComment(XmlElement) - Method in interface org.mybatis.generator.api.CommentGenerator
This method is called to add a comment as the first child of the root element.
addSelectAllElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
 
addSelectAllMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleAnnotatedClientGenerator
 
addSelectAllMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
 
addSelectByExampleWithBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addSelectByExampleWithBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addSelectByExampleWithBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addSelectByExampleWithBLOBsMethod(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
addSelectByExampleWithoutBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addSelectByExampleWithoutBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addSelectByExampleWithoutBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addSelectByExampleWithoutBLOBsMethod(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
addSelectByPrimaryKeyElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.MixedMapperGenerator
 
addSelectByPrimaryKeyElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
 
addSelectByPrimaryKeyElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addSelectByPrimaryKeyMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addSelectByPrimaryKeyMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addSelectByPrimaryKeyMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.MixedClientGenerator
 
addSelectByPrimaryKeyMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleAnnotatedClientGenerator
 
addSelectByPrimaryKeyMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
 
addSelectByPrimaryKeyMethod(Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
addSelectByPrimaryKeyMethod(KotlinFile, String) - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
addSelectDistinctMethod(Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
addSelectDistinctMethod(KotlinFile, String) - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
addSelectListField(Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
addSetterComment(Method, IntrospectedTable, IntrospectedColumn) - Method in interface org.mybatis.generator.api.CommentGenerator
Adds the setter comment.
addSetterComment(Method, IntrospectedTable, IntrospectedColumn) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
 
addStaticImport(String) - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
 
addStaticImport(String) - Method in class org.mybatis.generator.api.dom.java.Interface
 
addStaticImport(String) - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
 
addStaticImport(String) - Method in class org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
addStaticImports(Set<String>) - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
 
addStaticImports(Set<String>) - Method in class org.mybatis.generator.api.dom.java.Interface
 
addStaticImports(Set<String>) - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
 
addStaticImports(Set<String>) - Method in class org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
addSuperInterface(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.AbstractJavaType
 
addSuperType(String) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinType
 
addSuppressTypeWarningsAnnotation() - Method in class org.mybatis.generator.api.dom.java.JavaElement
 
addTableConfiguration(TableConfiguration) - Method in class org.mybatis.generator.config.Context
 
addTypeArgument(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
addTypeArgument(FullyQualifiedKotlinType) - Method in class org.mybatis.generator.api.dom.kotlin.FullyQualifiedKotlinType
 
addTypeParameter(int, TypeParameter) - Method in class org.mybatis.generator.api.dom.java.Method
 
addTypeParameter(TypeParameter) - Method in class org.mybatis.generator.api.dom.java.InnerClass
 
addTypeParameter(TypeParameter) - Method in class org.mybatis.generator.api.dom.java.InnerInterface
 
addTypeParameter(TypeParameter) - Method in class org.mybatis.generator.api.dom.java.Method
 
addUpdateAllMethod(Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
addUpdateAllMethod(KotlinFile) - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
addUpdateByExampleSelectiveElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addUpdateByExampleSelectiveMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addUpdateByExampleSelectiveMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addUpdateByExampleSelectiveMethod(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
addUpdateByExampleWithBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addUpdateByExampleWithBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addUpdateByExampleWithBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addUpdateByExampleWithBLOBsMethod(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
addUpdateByExampleWithoutBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addUpdateByExampleWithoutBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addUpdateByExampleWithoutBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addUpdateByExampleWithoutBLOBsMethod(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
addUpdateByPrimaryKeyElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
 
addUpdateByPrimaryKeyMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleAnnotatedClientGenerator
 
addUpdateByPrimaryKeyMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
 
addUpdateByPrimaryKeyMethod(Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
addUpdateByPrimaryKeyMethod(KotlinFile, String) - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
addUpdateByPrimaryKeySelectiveElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addUpdateByPrimaryKeySelectiveMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addUpdateByPrimaryKeySelectiveMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addUpdateByPrimaryKeySelectiveMethod(Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
addUpdateByPrimaryKeySelectiveMethod(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
addUpdateByPrimaryKeySelectiveMethod(KotlinFile, String) - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
addUpdateByPrimaryKeyWithBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.MixedMapperGenerator
 
addUpdateByPrimaryKeyWithBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addUpdateByPrimaryKeyWithBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addUpdateByPrimaryKeyWithBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addUpdateByPrimaryKeyWithBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.MixedClientGenerator
 
addUpdateByPrimaryKeyWithoutBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.MixedMapperGenerator
 
addUpdateByPrimaryKeyWithoutBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addUpdateByPrimaryKeyWithoutBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addUpdateByPrimaryKeyWithoutBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addUpdateByPrimaryKeyWithoutBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.MixedClientGenerator
 
addUpdateSelectiveMethod(Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
addUpdateSelectiveMethod(KotlinFile) - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
AnnotatedClientGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper
 
AnnotatedClientGenerator(String) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
AnnotatedCountByExampleMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
 
AnnotatedCountByExampleMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedCountByExampleMethodGenerator
 
AnnotatedDeleteByExampleMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
 
AnnotatedDeleteByExampleMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedDeleteByExampleMethodGenerator
 
AnnotatedDeleteByPrimaryKeyMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
 
AnnotatedDeleteByPrimaryKeyMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedDeleteByPrimaryKeyMethodGenerator
 
AnnotatedInsertMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
 
AnnotatedInsertMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedInsertMethodGenerator
 
AnnotatedInsertSelectiveMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
 
AnnotatedInsertSelectiveMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedInsertSelectiveMethodGenerator
 
AnnotatedSelectAllMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
 
AnnotatedSelectAllMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectAllMethodGenerator
 
AnnotatedSelectByExampleWithBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
 
AnnotatedSelectByExampleWithBLOBsMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectByExampleWithBLOBsMethodGenerator
 
AnnotatedSelectByExampleWithoutBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
 
AnnotatedSelectByExampleWithoutBLOBsMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectByExampleWithoutBLOBsMethodGenerator
 
AnnotatedSelectByPrimaryKeyMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
 
AnnotatedSelectByPrimaryKeyMethodGenerator(boolean, boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectByPrimaryKeyMethodGenerator
 
AnnotatedUpdateByExampleSelectiveMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
 
AnnotatedUpdateByExampleSelectiveMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByExampleSelectiveMethodGenerator
 
AnnotatedUpdateByExampleWithBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
 
AnnotatedUpdateByExampleWithBLOBsMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByExampleWithBLOBsMethodGenerator
 
AnnotatedUpdateByExampleWithoutBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
 
AnnotatedUpdateByExampleWithoutBLOBsMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByExampleWithoutBLOBsMethodGenerator
 
AnnotatedUpdateByPrimaryKeySelectiveMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
 
AnnotatedUpdateByPrimaryKeySelectiveMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeySelectiveMethodGenerator
 
AnnotatedUpdateByPrimaryKeyWithBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
 
AnnotatedUpdateByPrimaryKeyWithBLOBsMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeyWithBLOBsMethodGenerator
 
AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
 
AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator
 
AntProgressCallback - Class in org.mybatis.generator.ant
This callback logs progress messages with the Ant logger.
AntProgressCallback(Task, boolean) - Constructor for class org.mybatis.generator.ant.AntProgressCallback
Instantiates a new ant progress callback.
ANY_CONSTRUCTOR_BASED - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
ANY_ENABLE_SUB_PACKAGES - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
ANY_IMMUTABLE - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
ANY_ROOT_CLASS - Static variable in class org.mybatis.generator.config.PropertyRegistry
recognized by table and java model generator.
ANY_ROOT_INTERFACE - Static variable in class org.mybatis.generator.config.PropertyRegistry
recognized by table and java client generator.
areAnyStatementsEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
 
ATTR_ALIASED_FULLY_QUALIFIED_TABLE_NAME_AT_RUNTIME - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_BASE_COLUMN_LIST_ID - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_BASE_RECORD_TYPE - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_BASE_RESULT_MAP_ID - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_BLOB_COLUMN_LIST_ID - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_COUNT_BY_EXAMPLE_STATEMENT_ID - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_DELETE_BY_EXAMPLE_STATEMENT_ID - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_DELETE_BY_PRIMARY_KEY_STATEMENT_ID - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_EXAMPLE_TYPE - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_EXAMPLE_WHERE_CLAUSE_ID - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_FULLY_QUALIFIED_TABLE_NAME_AT_RUNTIME - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_INSERT_SELECTIVE_STATEMENT_ID - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_INSERT_STATEMENT_ID - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_KOTLIN_RECORD_TYPE - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_MYBATIS_DYNAMIC_SQL_SUPPORT_TYPE - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_MYBATIS_DYNAMIC_SQL_TABLE_OBJECT_NAME - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_MYBATIS3_FALLBACK_SQL_MAP_NAMESPACE - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
used as XML Mapper namespace if no client is generated.
ATTR_MYBATIS3_JAVA_MAPPER_TYPE - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
also used as XML Mapper namespace if a Java mapper is generated.
ATTR_MYBATIS3_SQL_PROVIDER_TYPE - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_MYBATIS3_UPDATE_BY_EXAMPLE_WHERE_CLAUSE_ID - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_MYBATIS3_XML_MAPPER_FILE_NAME - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_MYBATIS3_XML_MAPPER_PACKAGE - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_PRIMARY_KEY_TYPE - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_RECORD_WITH_BLOBS_TYPE - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_RESULT_MAP_WITH_BLOBS_ID - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_SELECT_ALL_STATEMENT_ID - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_SELECT_BY_EXAMPLE_STATEMENT_ID - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_SELECT_BY_EXAMPLE_WITH_BLOBS_STATEMENT_ID - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_SELECT_BY_PRIMARY_KEY_STATEMENT_ID - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_UPDATE_BY_EXAMPLE_SELECTIVE_STATEMENT_ID - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_UPDATE_BY_EXAMPLE_STATEMENT_ID - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_UPDATE_BY_EXAMPLE_WITH_BLOBS_STATEMENT_ID - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_UPDATE_BY_PRIMARY_KEY_SELECTIVE_STATEMENT_ID - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_UPDATE_BY_PRIMARY_KEY_STATEMENT_ID - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
ATTR_UPDATE_BY_PRIMARY_KEY_WITH_BLOBS_STATEMENT_ID - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
 
Attribute - Class in org.mybatis.generator.api.dom.xml
 
Attribute(String, String) - Constructor for class org.mybatis.generator.api.dom.xml.Attribute
 
AttributeRenderer - Class in org.mybatis.generator.api.dom.xml.render
 
AttributeRenderer() - Constructor for class org.mybatis.generator.api.dom.xml.render.AttributeRenderer
 
attributes - Variable in class org.mybatis.generator.api.IntrospectedTable
Attributes may be used by plugins to capture table related state between the different plugin calls.
autoDelimitKeywords() - Method in class org.mybatis.generator.config.Context
 

B

BASE_RECORD - Enum constant in enum org.mybatis.generator.api.Plugin.ModelClassType
 
BaseBuilder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.AbstractMethodGenerator.BaseBuilder
 
BaseBuilder() - Constructor for class org.mybatis.generator.runtime.kotlin.elements.AbstractKotlinFunctionGenerator.BaseBuilder
 
BaseColumnListElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
BaseColumnListElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.BaseColumnListElementGenerator
 
baseColumns - Variable in class org.mybatis.generator.api.IntrospectedTable
 
BaseRecordGenerator - Class in org.mybatis.generator.codegen.mybatis3.model
 
BaseRecordGenerator(String) - Constructor for class org.mybatis.generator.codegen.mybatis3.model.BaseRecordGenerator
 
BaseRules - Class in org.mybatis.generator.internal.rules
This class centralizes all the rules related to code generation - including the methods and objects to create, and certain attributes related to those objects.
BaseRules(IntrospectedTable) - Constructor for class org.mybatis.generator.internal.rules.BaseRules
 
BasicInsertMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
BasicInsertMethodGenerator - Class in org.mybatis.generator.runtime.kotlin.elements
 
BasicInsertMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
BasicInsertMethodGenerator.Builder - Class in org.mybatis.generator.runtime.kotlin.elements
 
BasicMultipleInsertMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
BasicMultipleInsertMethodGenerator - Class in org.mybatis.generator.runtime.kotlin.elements
 
BasicMultipleInsertMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
BasicMultipleInsertMethodGenerator.Builder - Class in org.mybatis.generator.runtime.kotlin.elements
 
BasicSelectManyMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
BasicSelectManyMethodGenerator - Class in org.mybatis.generator.runtime.kotlin.elements
 
BasicSelectManyMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
BasicSelectManyMethodGenerator.Builder - Class in org.mybatis.generator.runtime.kotlin.elements
 
BasicSelectOneMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
BasicSelectOneMethodGenerator - Class in org.mybatis.generator.runtime.kotlin.elements
 
BasicSelectOneMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
BasicSelectOneMethodGenerator.Builder - Class in org.mybatis.generator.runtime.kotlin.elements
 
BlobColumnListElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
BlobColumnListElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.BlobColumnListElementGenerator
 
blobColumns - Variable in class org.mybatis.generator.api.IntrospectedTable
 
BLOCKING - Enum constant in enum org.mybatis.generator.plugins.CacheNamespacePlugin.CacheProperty
 
BodyLineRenderer - Class in org.mybatis.generator.api.dom.java.render
 
BodyLineRenderer() - Constructor for class org.mybatis.generator.api.dom.java.render.BodyLineRenderer
 
build() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinArg.Builder
 
build() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinFunction.Builder
 
build() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinProperty.Builder
 
build() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinType.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicInsertMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicMultipleInsertMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicSelectManyMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicSelectOneMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.DeleteByPrimaryKeyMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.FieldAndImports.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.FragmentGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralCountMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralDeleteMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralSelectDistinctMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralSelectMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralSelectOneMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralUpdateMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.InsertMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.InsertMultipleMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.InsertSelectiveMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodAndImports.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodParts.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.SelectByPrimaryKeyMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.SelectListGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateAllColumnsMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByPrimaryKeyMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByPrimaryKeySelectiveMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateSelectiveColumnsMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.kotlin.elements.BasicInsertMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.kotlin.elements.BasicMultipleInsertMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.kotlin.elements.BasicSelectManyMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.kotlin.elements.BasicSelectOneMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.kotlin.elements.ColumnListGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.kotlin.elements.DeleteByPrimaryKeyMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralCountMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralDeleteMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralSelectDistinctMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralSelectMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralSelectOneMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralUpdateMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.kotlin.elements.InsertMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.kotlin.elements.InsertMultipleMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.kotlin.elements.InsertMultipleVarargMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.kotlin.elements.InsertSelectiveMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinFragmentGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinFunctionAndImports.Builder
 
build() - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinFunctionParts.Builder
 
build() - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinPropertyAndImports.Builder
 
build() - Method in class org.mybatis.generator.runtime.kotlin.elements.SelectByPrimaryKeyMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.kotlin.elements.UpdateAllColumnsMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.kotlin.elements.UpdateByPrimaryKeyMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.kotlin.elements.UpdateByPrimaryKeySelectiveMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.kotlin.elements.UpdateSelectiveColumnsMethodGenerator.Builder
 
buildBasicUpdateByExampleMethod(String, FullyQualifiedJavaType, Set<FullyQualifiedJavaType>) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
 
buildBasicUpdateByPrimaryKeyMethod(String, FullyQualifiedJavaType) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
 
buildByPrimaryKeyWhereClause() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
 
buildColumnAttribute(IntrospectedColumn) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
 
buildConstructorElement(boolean) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.BasicInsertMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.BasicMultipleInsertMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.BasicSelectManyMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.BasicSelectOneMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.DeleteByPrimaryKeyMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.FieldAndImports.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.FragmentGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralCountMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralDeleteMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralSelectDistinctMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralSelectMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralSelectOneMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralUpdateMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.InsertMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.InsertMultipleMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.InsertSelectiveMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.MethodAndImports.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.MethodParts.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.SelectByPrimaryKeyMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.SelectListGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateAllColumnsMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByPrimaryKeyMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByPrimaryKeySelectiveMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateSelectiveColumnsMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.kotlin.elements.BasicInsertMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.kotlin.elements.BasicMultipleInsertMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.kotlin.elements.BasicSelectManyMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.kotlin.elements.BasicSelectOneMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.kotlin.elements.ColumnListGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.kotlin.elements.DeleteByPrimaryKeyMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.kotlin.elements.GeneralCountMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.kotlin.elements.GeneralDeleteMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.kotlin.elements.GeneralSelectDistinctMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.kotlin.elements.GeneralSelectMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.kotlin.elements.GeneralSelectOneMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.kotlin.elements.GeneralUpdateMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.kotlin.elements.InsertMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.kotlin.elements.InsertMultipleMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.kotlin.elements.InsertMultipleVarargMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.kotlin.elements.InsertSelectiveMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.kotlin.elements.KotlinFragmentGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.kotlin.elements.KotlinFunctionAndImports.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.kotlin.elements.KotlinFunctionParts.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.kotlin.elements.KotlinPropertyAndImports.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.kotlin.elements.SelectByPrimaryKeyMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.kotlin.elements.UpdateAllColumnsMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.kotlin.elements.UpdateByPrimaryKeyMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.kotlin.elements.UpdateByPrimaryKeySelectiveMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.kotlin.elements.UpdateSelectiveColumnsMethodGenerator.Builder
 
BUILDER_IMPORT - Static variable in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.AbstractJavaProviderMethodGenerator
 
buildGeneratedKeyAnnotation() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
 
buildGeneratedKeyImportsIfRequired() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
 
buildInitialInsert(String, FullyQualifiedJavaType) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
 
buildInitialSelectAnnotationStrings() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
 
buildPrimaryKeyWhereClause() - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
 
buildResultMapItems(AbstractXmlElementGenerator.ResultElementType, List<IntrospectedColumn>) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
 
buildSelectList(String, List<IntrospectedColumn>) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
 
buildSelectList(List<IntrospectedColumn>) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
 
buildUpdateByExampleElement(String, List<IntrospectedColumn>) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
 
buildUpdateByPrimaryKeyAnnotations(List<IntrospectedColumn>) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
 
buildUpdateByPrimaryKeyElement(String, String, List<IntrospectedColumn>) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
 

C

CacheNamespacePlugin - Class in org.mybatis.generator.plugins
This plugin adds a CacheNamespace annotation to generated Java or Kotlin mapper interfaces.
CacheNamespacePlugin() - Constructor for class org.mybatis.generator.plugins.CacheNamespacePlugin
 
CacheNamespacePlugin.CacheProperty - Enum in org.mybatis.generator.plugins
 
CachePlugin - Class in org.mybatis.generator.plugins
This plugin adds a cache element to generated sqlMaps.
CachePlugin() - Constructor for class org.mybatis.generator.plugins.CachePlugin
 
CachePlugin.CacheProperty - Enum in org.mybatis.generator.plugins
 
calculateAllFieldsClass() - Method in class org.mybatis.generator.internal.rules.BaseRules
Calculates the class that contains all fields.
calculateAllFieldsClass() - Method in interface org.mybatis.generator.internal.rules.Rules
Calculates the class that contains all fields.
calculateAllFieldsClass() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
calculateBigDecimalReplacement(IntrospectedColumn, FullyQualifiedJavaType) - Method in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
calculateBitReplacement(IntrospectedColumn, FullyQualifiedJavaType) - Method in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
calculateClientGenerators(List<String>, ProgressCallback) - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
calculateDateType(IntrospectedColumn, FullyQualifiedJavaType) - Method in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
calculateDynamicSqlSupportPackage() - Method in class org.mybatis.generator.api.IntrospectedTable
 
calculateFieldName(String, IntrospectedColumn) - Static method in class org.mybatis.generator.runtime.dynamic.sql.elements.AbstractMethodGenerator
 
calculateFieldName(IntrospectedColumn) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.AbstractMethodGenerator
 
calculateFieldNameAndImport(String, String, IntrospectedColumn) - Static method in class org.mybatis.generator.runtime.kotlin.elements.AbstractKotlinFunctionGenerator
 
calculateGenerators(List<String>, ProgressCallback) - Method in class org.mybatis.generator.api.IntrospectedTable
This method can be used to initialize the generators before they will be called.
calculateGenerators(List<String>, ProgressCallback) - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
calculateGenerators(List<String>, ProgressCallback) - Method in class org.mybatis.generator.runtime.kotlin.IntrospectedTableKotlinImpl
 
calculateJavaClientAttributes() - Method in class org.mybatis.generator.api.IntrospectedTable
 
calculateJavaClientInterfacePackage() - Method in class org.mybatis.generator.api.IntrospectedTable
 
calculateJavaModelExamplePackage() - Method in class org.mybatis.generator.api.IntrospectedTable
If property exampleTargetPackage specified for example use the specified value, else use default value (targetPackage).
calculateJavaModelGenerators(List<String>, ProgressCallback) - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
calculateJavaModelGenerators(List<String>, ProgressCallback) - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3SimpleImpl
 
calculateJavaModelGenerators(List<String>, ProgressCallback) - Method in class org.mybatis.generator.runtime.dynamic.sql.IntrospectedTableMyBatis3DynamicSqlImpl
 
calculateJavaModelPackage() - Method in class org.mybatis.generator.api.IntrospectedTable
 
calculateJavaType(IntrospectedColumn) - Method in interface org.mybatis.generator.api.JavaTypeResolver
Calculates and returns the Java type that should be associated with this column based on the jdbc type, length, and scale of the column.
calculateJavaType(IntrospectedColumn) - Method in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
calculateJdbcTypeName(IntrospectedColumn) - Method in interface org.mybatis.generator.api.JavaTypeResolver
Calculates and returns the JDBC type name that should be associated with this column based on the jdbc type, length, and scale of the column.
calculateJdbcTypeName(IntrospectedColumn) - Method in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
calculateKotlinDataClassGenerator(List<String>, ProgressCallback) - Method in class org.mybatis.generator.runtime.kotlin.IntrospectedTableKotlinImpl
 
calculateKotlinMapperAndExtensionsGenerator(List<String>, ProgressCallback) - Method in class org.mybatis.generator.runtime.kotlin.IntrospectedTableKotlinImpl
 
calculateModelAttributes() - Method in class org.mybatis.generator.api.IntrospectedTable
 
calculateMyBatis3FallbackSqlMapNamespace() - Method in class org.mybatis.generator.api.IntrospectedTable
 
calculateMyBatis3XmlMapperFileName() - Method in class org.mybatis.generator.api.IntrospectedTable
 
calculateSqlMapAliasedFullyQualifiedRuntimeTableName() - Method in class org.mybatis.generator.api.IntrospectedTable
 
calculateSqlMapFullyQualifiedRuntimeTableName() - Method in class org.mybatis.generator.api.IntrospectedTable
 
calculateSqlMapPackage() - Method in class org.mybatis.generator.api.IntrospectedTable
 
calculateTimestampType(IntrospectedColumn, FullyQualifiedJavaType) - Method in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
calculateTimeType(IntrospectedColumn, FullyQualifiedJavaType) - Method in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
calculateTypeName(CompilationUnit, FullyQualifiedJavaType) - Static method in class org.mybatis.generator.api.dom.java.JavaDomUtils
Calculates type names for writing into generated Java.
calculateXmlAttributes() - Method in class org.mybatis.generator.api.IntrospectedTable
 
calculateXmlMapperGenerator(AbstractJavaClientGenerator, List<String>, ProgressCallback) - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
calculateXmlMapperGenerator(AbstractJavaClientGenerator, List<String>, ProgressCallback) - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3SimpleImpl
 
calculateXmlMapperGenerator(AbstractJavaClientGenerator, List<String>, ProgressCallback) - Method in class org.mybatis.generator.runtime.dynamic.sql.IntrospectedTableMyBatis3DynamicSqlImpl
 
callPlugins(Field, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.SelectListGenerator
 
callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.AbstractMethodGenerator
 
callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicInsertMethodGenerator
 
callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicMultipleInsertMethodGenerator
 
callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicSelectManyMethodGenerator
 
callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicSelectOneMethodGenerator
 
callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.DeleteByPrimaryKeyMethodGenerator
 
callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralCountMethodGenerator
 
callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralDeleteMethodGenerator
 
callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralSelectDistinctMethodGenerator
 
callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralSelectMethodGenerator
 
callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralSelectOneMethodGenerator
 
callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralUpdateMethodGenerator
 
callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.InsertMethodGenerator
 
callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.InsertMultipleMethodGenerator
 
callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.InsertSelectiveMethodGenerator
 
callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.SelectByPrimaryKeyMethodGenerator
 
callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateAllColumnsMethodGenerator
 
callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByPrimaryKeyMethodGenerator
 
callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByPrimaryKeySelectiveMethodGenerator
 
callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateSelectiveColumnsMethodGenerator
 
callPlugins(Method, TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithBLOBsMethodGenerator
 
callPlugins(Method, TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithoutBLOBsMethodGenerator
 
callPlugins(Method, TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithBLOBsMethodGenerator
 
callPlugins(Method, TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithoutBLOBsMethodGenerator
 
callPlugins(KotlinFunction, KotlinFile) - Method in class org.mybatis.generator.runtime.kotlin.elements.AbstractKotlinFunctionGenerator
 
callPlugins(KotlinFunction, KotlinFile) - Method in class org.mybatis.generator.runtime.kotlin.elements.BasicInsertMethodGenerator
 
callPlugins(KotlinFunction, KotlinFile) - Method in class org.mybatis.generator.runtime.kotlin.elements.BasicMultipleInsertMethodGenerator
 
callPlugins(KotlinFunction, KotlinFile) - Method in class org.mybatis.generator.runtime.kotlin.elements.BasicSelectManyMethodGenerator
 
callPlugins(KotlinFunction, KotlinFile) - Method in class org.mybatis.generator.runtime.kotlin.elements.BasicSelectOneMethodGenerator
 
callPlugins(KotlinFunction, KotlinFile) - Method in class org.mybatis.generator.runtime.kotlin.elements.DeleteByPrimaryKeyMethodGenerator
 
callPlugins(KotlinFunction, KotlinFile) - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralCountMethodGenerator
 
callPlugins(KotlinFunction, KotlinFile) - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralDeleteMethodGenerator
 
callPlugins(KotlinFunction, KotlinFile) - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralSelectDistinctMethodGenerator
 
callPlugins(KotlinFunction, KotlinFile) - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralSelectMethodGenerator
 
callPlugins(KotlinFunction, KotlinFile) - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralSelectOneMethodGenerator
 
callPlugins(KotlinFunction, KotlinFile) - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralUpdateMethodGenerator
 
callPlugins(KotlinFunction, KotlinFile) - Method in class org.mybatis.generator.runtime.kotlin.elements.InsertMethodGenerator
 
callPlugins(KotlinFunction, KotlinFile) - Method in class org.mybatis.generator.runtime.kotlin.elements.InsertMultipleMethodGenerator
 
callPlugins(KotlinFunction, KotlinFile) - Method in class org.mybatis.generator.runtime.kotlin.elements.InsertMultipleVarargMethodGenerator
 
callPlugins(KotlinFunction, KotlinFile) - Method in class org.mybatis.generator.runtime.kotlin.elements.InsertSelectiveMethodGenerator
 
callPlugins(KotlinFunction, KotlinFile) - Method in class org.mybatis.generator.runtime.kotlin.elements.SelectByPrimaryKeyMethodGenerator
 
callPlugins(KotlinFunction, KotlinFile) - Method in class org.mybatis.generator.runtime.kotlin.elements.UpdateAllColumnsMethodGenerator
 
callPlugins(KotlinFunction, KotlinFile) - Method in class org.mybatis.generator.runtime.kotlin.elements.UpdateByPrimaryKeyMethodGenerator
 
callPlugins(KotlinFunction, KotlinFile) - Method in class org.mybatis.generator.runtime.kotlin.elements.UpdateByPrimaryKeySelectiveMethodGenerator
 
callPlugins(KotlinFunction, KotlinFile) - Method in class org.mybatis.generator.runtime.kotlin.elements.UpdateSelectiveColumnsMethodGenerator
 
callPlugins(KotlinProperty, KotlinFile) - Method in class org.mybatis.generator.runtime.kotlin.elements.ColumnListGenerator
 
canRetrieveMultiRowGeneratedKeys(IntrospectedTable) - Static method in class org.mybatis.generator.runtime.dynamic.sql.elements.Utils
 
CaseInsensitiveLikePlugin - Class in org.mybatis.generator.plugins
This plugin demonstrates adding methods to the example class to enable case-insensitive LIKE searches.
CaseInsensitiveLikePlugin() - Constructor for class org.mybatis.generator.plugins.CaseInsensitiveLikePlugin
 
checkCancel() - Method in interface org.mybatis.generator.api.ProgressCallback
The method is called periodically during a long-running method.
CLASS - Enum constant in enum org.mybatis.generator.api.dom.kotlin.KotlinType.Type
 
ClassloaderUtility - Class in org.mybatis.generator.internal.util
This class holds methods useful for constructing custom classloaders.
CLIENT_DYNAMIC_SQL_SUPPORT_PACKAGE - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
clientBasicCountMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
Deprecated.
this method is no longer called
clientBasicCountMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
Deprecated.
this method is no longer called
clientBasicDeleteMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
Deprecated.
No longer called
clientBasicDeleteMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
Deprecated.
No longer called
clientBasicInsertMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientBasicInsertMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the insert method has been generated for the mapper interface.
clientBasicInsertMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.plugins.dsql.DisableInsertPlugin
 
clientBasicInsertMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientBasicInsertMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the insert function has been generated for the mapper interface.
clientBasicInsertMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.plugins.dsql.DisableInsertPlugin
 
clientBasicInsertMultipleHelperMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
Deprecated.
this method is no longer called
clientBasicInsertMultipleHelperMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
Deprecated.
this method is no longer called
clientBasicInsertMultipleMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientBasicInsertMultipleMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the insert multiple method has been generated for the mapper interface.
clientBasicInsertMultipleMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.plugins.dsql.DisableInsertPlugin
 
clientBasicInsertMultipleMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientBasicInsertMultipleMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the insert multiple method has been generated for the mapper interface.
clientBasicInsertMultipleMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.plugins.dsql.DisableInsertPlugin
 
clientBasicSelectManyMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientBasicSelectManyMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the selectMany method has been generated for the mapper interface.
clientBasicSelectManyMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientBasicSelectManyMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
 
clientBasicSelectOneMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientBasicSelectOneMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the selectOne method has been generated for the mapper interface.
clientBasicSelectOneMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientBasicSelectOneMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
 
clientBasicUpdateMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
Deprecated.
no longer called
clientBasicUpdateMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
Deprecated.
no longer called
clientColumnListPropertyGenerated(KotlinProperty, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientColumnListPropertyGenerated(KotlinProperty, KotlinFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
 
clientCountByExampleMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientCountByExampleMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the countByExample method has been generated in the client interface.
clientDeleteByExampleMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientDeleteByExampleMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the deleteByExample method has been generated in the client interface.
clientDeleteByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientDeleteByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the deleteByPrimaryKey method has been generated in the client interface.
clientDeleteByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.plugins.dsql.DisableDeletePlugin
 
clientDeleteByPrimaryKeyMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientDeleteByPrimaryKeyMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
 
clientDeleteByPrimaryKeyMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.plugins.dsql.DisableDeletePlugin
 
clientGeneralCountMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientGeneralCountMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
Called when the general count method has been generated.
clientGeneralCountMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientGeneralCountMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
 
clientGeneralDeleteMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientGeneralDeleteMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
Called when the general delete method has been generated.
clientGeneralDeleteMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.plugins.dsql.DisableDeletePlugin
 
clientGeneralDeleteMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientGeneralDeleteMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
 
clientGeneralDeleteMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.plugins.dsql.DisableDeletePlugin
 
clientGeneralSelectDistinctMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientGeneralSelectDistinctMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
Called when the general select distinct method has been generated.
clientGeneralSelectDistinctMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientGeneralSelectDistinctMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
 
clientGeneralSelectMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientGeneralSelectMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
Called when the general select method has been generated.
clientGeneralSelectMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientGeneralSelectMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
 
clientGeneralUpdateMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientGeneralUpdateMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
Called when the general update method has been generated.
clientGeneralUpdateMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.plugins.dsql.DisableUpdatePlugin
 
clientGeneralUpdateMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientGeneralUpdateMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
 
clientGeneralUpdateMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.plugins.dsql.DisableUpdatePlugin
 
clientGenerated(Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientGenerated(Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the entire client has been generated.
clientGenerated(Interface, IntrospectedTable) - Method in class org.mybatis.generator.plugins.CacheNamespacePlugin
 
clientGenerated(Interface, IntrospectedTable) - Method in class org.mybatis.generator.plugins.MapperAnnotationPlugin
 
clientInsertMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientInsertMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the insert method has been generated in the client interface.
clientInsertMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.plugins.dsql.DisableInsertPlugin
 
clientInsertMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientInsertMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
 
clientInsertMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.plugins.dsql.DisableInsertPlugin
 
clientInsertMultipleMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientInsertMultipleMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the insert multiple method has been generated in the client interface.
clientInsertMultipleMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.plugins.dsql.DisableInsertPlugin
 
clientInsertMultipleMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientInsertMultipleMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
 
clientInsertMultipleMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.plugins.dsql.DisableInsertPlugin
 
clientInsertMultipleVarargMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientInsertMultipleVarargMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
 
clientInsertMultipleVarargMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.plugins.dsql.DisableInsertPlugin
 
clientInsertSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientInsertSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the insert selective method has been generated in the client interface.
clientInsertSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.plugins.dsql.DisableInsertPlugin
 
clientInsertSelectiveMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientInsertSelectiveMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
 
clientInsertSelectiveMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.plugins.dsql.DisableInsertPlugin
 
clientSelectAllMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientSelectAllMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the selectAll method has been generated in the client interface.
clientSelectByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientSelectByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the selectByExampleWithBLOBs method has been generated in the client interface.
clientSelectByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.plugins.RowBoundsPlugin
 
clientSelectByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientSelectByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the selectByExampleWithoutBLOBs method has been generated in the client interface.
clientSelectByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.plugins.RowBoundsPlugin
 
clientSelectByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientSelectByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the selectByPrimaryKey method has been generated in the client interface.
clientSelectByPrimaryKeyMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientSelectByPrimaryKeyMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
 
clientSelectListFieldGenerated(Field, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientSelectListFieldGenerated(Field, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
Called when the selectList field is generated in a MyBatis Dynamic SQL V2 runtime.
clientSelectOneMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientSelectOneMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
Called when the selectOne method is generated.
clientSelectOneMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientSelectOneMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
 
clientUpdateAllColumnsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientUpdateAllColumnsMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
Called when the updateAllColumns method is generated.
clientUpdateAllColumnsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.plugins.dsql.DisableUpdatePlugin
 
clientUpdateAllColumnsMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientUpdateAllColumnsMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
 
clientUpdateAllColumnsMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.plugins.dsql.DisableUpdatePlugin
 
clientUpdateByExampleSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientUpdateByExampleSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByExampleSelective method has been generated in the client interface.
clientUpdateByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientUpdateByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByExampleWithBLOBs method has been generated in the client interface.
clientUpdateByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientUpdateByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByExampleWithoutBLOBs method has been generated in the client interface.
clientUpdateByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientUpdateByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
The motivation for adding this method can be found in https://github.com/mybatis/generator/issues/1116 This method is called when the updateByPrimaryKey method has been generated in the dynamic SQL runtime client interface.
clientUpdateByPrimaryKeyMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientUpdateByPrimaryKeyMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
 
clientUpdateByPrimaryKeyMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.plugins.dsql.DisableUpdatePlugin
 
clientUpdateByPrimaryKeySelectiveMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientUpdateByPrimaryKeySelectiveMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByPrimaryKeySelective method has been generated in the client interface.
clientUpdateByPrimaryKeySelectiveMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.plugins.dsql.DisableUpdatePlugin
 
clientUpdateByPrimaryKeySelectiveMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientUpdateByPrimaryKeySelectiveMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
 
clientUpdateByPrimaryKeySelectiveMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.plugins.dsql.DisableUpdatePlugin
 
clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByPrimaryKeyWithBLOBs method has been generated in the client interface.
clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.plugins.dsql.DisableUpdatePlugin
 
clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByPrimaryKeyWithoutBLOBs method has been generated in the client interface.
clientUpdateSelectiveColumnsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientUpdateSelectiveColumnsMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
Called when the updateSelectiveColumns method is generated.
clientUpdateSelectiveColumnsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.plugins.dsql.DisableUpdatePlugin
 
clientUpdateSelectiveColumnsMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
clientUpdateSelectiveColumnsMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
 
clientUpdateSelectiveColumnsMethodGenerated(KotlinFunction, KotlinFile, IntrospectedTable) - Method in class org.mybatis.generator.plugins.dsql.DisableUpdatePlugin
 
closeConnection(Connection) - Method in class org.mybatis.generator.config.Context
This method closes a JDBC connection and ignores any errors.
CLOUDSCAPE - Enum constant in enum org.mybatis.generator.internal.db.DatabaseDialects
 
COLUMN_OVERRIDE_FORCE_JAVA_TYPE - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
ColumnListGenerator - Class in org.mybatis.generator.runtime.kotlin.elements
 
ColumnListGenerator.Builder - Class in org.mybatis.generator.runtime.kotlin.elements
 
columnName - Variable in class org.mybatis.generator.config.IgnoredColumn
 
ColumnOverride - Class in org.mybatis.generator.config
 
ColumnOverride(String) - Constructor for class org.mybatis.generator.config.ColumnOverride
 
ColumnRenamingRule - Class in org.mybatis.generator.config
This class is used to specify a renaming rule for columns in a table.
ColumnRenamingRule() - Constructor for class org.mybatis.generator.config.ColumnRenamingRule
 
COMMENT_GENERATOR_ADD_REMARK_COMMENTS - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
COMMENT_GENERATOR_DATE_FORMAT - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
COMMENT_GENERATOR_SUPPRESS_ALL_COMMENTS - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
COMMENT_GENERATOR_SUPPRESS_DATE - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
COMMENT_GENERATOR_USE_LEGACY_GENERATED_ANNOTATION - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
commentContainsTag(String) - Static method in class org.mybatis.generator.config.MergeConstants
 
CommentGenerator - Interface in org.mybatis.generator.api
Implementations of this interface are used to generate comments for the various artifacts.
CommentGeneratorConfiguration - Class in org.mybatis.generator.config
 
CommentGeneratorConfiguration() - Constructor for class org.mybatis.generator.config.CommentGeneratorConfiguration
 
COMPANION_OBJECT - Enum constant in enum org.mybatis.generator.api.dom.kotlin.KotlinType.Type
 
compareTo(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
CompilationUnit - Interface in org.mybatis.generator.api.dom.java
This interface describes methods common to all Java compilation units (Java classes, interfaces, and enums).
CompilationUnitVisitor<R> - Interface in org.mybatis.generator.api.dom.java
 
composeFullyQualifiedTableName(String, String, String, char) - Static method in class org.mybatis.generator.internal.util.StringUtility
 
CompositePlugin - Class in org.mybatis.generator.api
This class implements a composite plugin.
CompositePlugin() - Constructor for class org.mybatis.generator.api.CompositePlugin
 
CONDITIONAL - Enum constant in enum org.mybatis.generator.config.ModelType
 
ConditionalModelRules - Class in org.mybatis.generator.internal.rules
This class encapsulates all the code generation rules for a table using the conditional model.
ConditionalModelRules(IntrospectedTable) - Constructor for class org.mybatis.generator.internal.rules.ConditionalModelRules
Instantiates a new conditional model rules.
Configuration - Class in org.mybatis.generator.config
 
Configuration() - Constructor for class org.mybatis.generator.config.Configuration
 
ConfigurationParser - Class in org.mybatis.generator.config.xml
 
ConfigurationParser(List<String>) - Constructor for class org.mybatis.generator.config.xml.ConfigurationParser
 
ConfigurationParser(Properties, List<String>) - Constructor for class org.mybatis.generator.config.xml.ConfigurationParser
This constructor accepts a properties object which may be used to specify an additional property set.
ConnectionFactory - Interface in org.mybatis.generator.api
 
ConnectionFactoryConfiguration - Class in org.mybatis.generator.config
 
ConnectionFactoryConfiguration() - Constructor for class org.mybatis.generator.config.ConnectionFactoryConfiguration
 
CONST - Enum constant in enum org.mybatis.generator.api.dom.kotlin.KotlinModifier
 
containsProperty(IntrospectedColumn) - Method in class org.mybatis.generator.codegen.RootClassInfo
 
containsWord(String) - Static method in class org.mybatis.generator.api.dom.java.JavaReservedWords
 
containsWord(String) - Static method in class org.mybatis.generator.internal.db.SqlReservedWords
 
context - Variable in class org.mybatis.generator.api.dom.DefaultJavaFormatter
 
context - Variable in class org.mybatis.generator.api.dom.DefaultKotlinFormatter
 
context - Variable in class org.mybatis.generator.api.dom.DefaultXmlFormatter
 
context - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
context - Variable in class org.mybatis.generator.api.IntrospectedTable
 
context - Variable in class org.mybatis.generator.api.PluginAdapter
 
context - Variable in class org.mybatis.generator.codegen.AbstractGenerator
 
context - Variable in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
context - Variable in class org.mybatis.generator.runtime.dynamic.sql.elements.AbstractMethodGenerator
 
context - Variable in class org.mybatis.generator.runtime.kotlin.elements.AbstractKotlinFunctionGenerator
 
Context - Class in org.mybatis.generator.config
 
Context(ModelType) - Constructor for class org.mybatis.generator.config.Context
 
CONTEXT_AUTO_DELIMIT_KEYWORDS - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
CONTEXT_BEGINNING_DELIMITER - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
CONTEXT_ENDING_DELIMITER - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
CONTEXT_JAVA_FILE_ENCODING - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
CONTEXT_JAVA_FORMATTER - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
CONTEXT_KOTLIN_FILE_ENCODING - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
CONTEXT_KOTLIN_FORMATTER - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
CONTEXT_XML_FORMATTER - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
contextGenerateAdditionalFiles() - Method in class org.mybatis.generator.api.CompositePlugin
 
contextGenerateAdditionalFiles() - Method in interface org.mybatis.generator.api.Plugin
 
contextGenerateAdditionalFiles(IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
contextGenerateAdditionalFiles(IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
 
contextGenerateAdditionalJavaFiles() - Method in class org.mybatis.generator.api.CompositePlugin
 
contextGenerateAdditionalJavaFiles() - Method in interface org.mybatis.generator.api.Plugin
This method can be used to generate any additional Java file needed by your implementation.
contextGenerateAdditionalJavaFiles(IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
contextGenerateAdditionalJavaFiles(IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method can be used to generate additional Java files needed by your implementation that might be related to a specific table.
contextGenerateAdditionalKotlinFiles() - Method in class org.mybatis.generator.api.CompositePlugin
 
contextGenerateAdditionalKotlinFiles() - Method in interface org.mybatis.generator.api.Plugin
 
contextGenerateAdditionalKotlinFiles(IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
contextGenerateAdditionalKotlinFiles(IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
 
contextGenerateAdditionalXmlFiles() - Method in class org.mybatis.generator.api.CompositePlugin
 
contextGenerateAdditionalXmlFiles() - Method in interface org.mybatis.generator.api.Plugin
This method can be used to generate any additional XML file needed by your implementation.
contextGenerateAdditionalXmlFiles() - Method in class org.mybatis.generator.plugins.MapperConfigPlugin
 
contextGenerateAdditionalXmlFiles(IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
contextGenerateAdditionalXmlFiles(IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method can be used to generate additional XML files needed by your implementation that might be related to a specific table.
convert(FullyQualifiedJavaType) - Static method in class org.mybatis.generator.api.dom.kotlin.JavaToKotlinTypeConverter
 
CountByExampleElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
CountByExampleElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.CountByExampleElementGenerator
 
CountByExampleMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
CountByExampleMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.CountByExampleMethodGenerator
 
createBasicInterface() - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
createCommentGenerator(Context) - Static method in class org.mybatis.generator.internal.ObjectFactory
 
createConnectionFactory(Context) - Static method in class org.mybatis.generator.internal.ObjectFactory
 
createExternalObject(String) - Static method in class org.mybatis.generator.internal.ObjectFactory
 
createInternalObject(String) - Static method in class org.mybatis.generator.internal.ObjectFactory
 
createIntrospectedColumn(Context) - Static method in class org.mybatis.generator.internal.ObjectFactory
 
createIntrospectedTable(TableConfiguration, FullyQualifiedTable, Context) - Static method in class org.mybatis.generator.internal.ObjectFactory
 
createIntrospectedTableForValidation(Context) - Static method in class org.mybatis.generator.internal.ObjectFactory
Creates an introspected table implementation that is only usable for validation .
createJavaClientGenerator() - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
createJavaClientGenerator() - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3SimpleImpl
 
createJavaClientGenerator() - Method in class org.mybatis.generator.runtime.dynamic.sql.IntrospectedTableMyBatis3DynamicSqlImpl
 
createJavaFormatter(Context) - Static method in class org.mybatis.generator.internal.ObjectFactory
 
createJavaTypeResolver(Context, List<String>) - Static method in class org.mybatis.generator.internal.ObjectFactory
 
createKotlinFormatter(Context) - Static method in class org.mybatis.generator.internal.ObjectFactory
 
createMapperInterface(KotlinFile) - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
createMapperInterfaceFile() - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
createPlugin(Context, PluginConfiguration) - Static method in class org.mybatis.generator.internal.ObjectFactory
 
createPropertyset() - Method in class org.mybatis.generator.ant.GeneratorAntTask
 
createXmlFormatter(Context) - Static method in class org.mybatis.generator.internal.ObjectFactory
 
CustomCollectors - Interface in org.mybatis.generator.internal.util
 

D

DATA - Enum constant in enum org.mybatis.generator.api.dom.kotlin.KotlinModifier
 
DatabaseDialects - Enum in org.mybatis.generator.internal.db
Typesafe enum of known database dialects.
DatabaseIntrospector - Class in org.mybatis.generator.internal.db
 
DatabaseIntrospector(Context, DatabaseMetaData, JavaTypeResolver, List<String>) - Constructor for class org.mybatis.generator.internal.db.DatabaseIntrospector
 
DB2 - Enum constant in enum org.mybatis.generator.internal.db.DatabaseDialects
 
DB2_MF - Enum constant in enum org.mybatis.generator.internal.db.DatabaseDialects
 
debug(String) - Method in class org.mybatis.generator.logging.commons.JakartaCommonsLoggingImpl
 
debug(String) - Method in class org.mybatis.generator.logging.jdk14.Jdk14LoggingImpl
 
debug(String) - Method in interface org.mybatis.generator.logging.Log
 
debug(String) - Method in class org.mybatis.generator.logging.log4j2.Log4j2AbstractLoggerImpl
 
debug(String) - Method in class org.mybatis.generator.logging.log4j2.Log4j2Impl
 
debug(String) - Method in class org.mybatis.generator.logging.log4j2.Log4j2LoggerImpl
 
debug(String) - Method in class org.mybatis.generator.logging.nologging.NoLoggingImpl
 
debug(String) - Method in class org.mybatis.generator.logging.slf4j.Slf4jImpl
 
DEFAULT - Enum constant in enum org.mybatis.generator.api.dom.java.JavaVisibility
 
DEFAULT_COMPANION_OBJECT_NAME - Static variable in class org.mybatis.generator.api.dom.kotlin.KotlinType
 
DefaultCommentGenerator - Class in org.mybatis.generator.internal
 
DefaultCommentGenerator() - Constructor for class org.mybatis.generator.internal.DefaultCommentGenerator
 
DefaultJavaFormatter - Class in org.mybatis.generator.api.dom
This class is the default formatter for generated Java.
DefaultJavaFormatter() - Constructor for class org.mybatis.generator.api.dom.DefaultJavaFormatter
 
DefaultKotlinFormatter - Class in org.mybatis.generator.api.dom
This class is the default formatter for generated Kotlin.
DefaultKotlinFormatter() - Constructor for class org.mybatis.generator.api.dom.DefaultKotlinFormatter
 
DefaultShellCallback - Class in org.mybatis.generator.internal
 
DefaultShellCallback(boolean) - Constructor for class org.mybatis.generator.internal.DefaultShellCallback
 
defaultValue - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
DefaultXmlFormatter - Class in org.mybatis.generator.api.dom
This class is the default formatter for generated XML.
DefaultXmlFormatter() - Constructor for class org.mybatis.generator.api.dom.DefaultXmlFormatter
 
DeleteByExampleElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
DeleteByExampleElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.DeleteByExampleElementGenerator
 
DeleteByExampleMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
DeleteByExampleMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.DeleteByExampleMethodGenerator
 
DeleteByPrimaryKeyElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
DeleteByPrimaryKeyElementGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.DeleteByPrimaryKeyElementGenerator
 
DeleteByPrimaryKeyMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
DeleteByPrimaryKeyMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
DeleteByPrimaryKeyMethodGenerator - Class in org.mybatis.generator.runtime.kotlin.elements
 
DeleteByPrimaryKeyMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.DeleteByPrimaryKeyMethodGenerator
 
DeleteByPrimaryKeyMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
DeleteByPrimaryKeyMethodGenerator.Builder - Class in org.mybatis.generator.runtime.kotlin.elements
 
DERBY - Enum constant in enum org.mybatis.generator.internal.db.DatabaseDialects
 
DisableDeletePlugin - Class in org.mybatis.generator.plugins.dsql
Disables all delete methods in the MyBatis3DynamicSQL and MyBatis3Kotlin runtimes.
DisableDeletePlugin() - Constructor for class org.mybatis.generator.plugins.dsql.DisableDeletePlugin
 
DisableInsertPlugin - Class in org.mybatis.generator.plugins.dsql
Disables all insert methods in the MyBatis3DynamicSQL and MyBatis3Kotlin runtimes.
DisableInsertPlugin() - Constructor for class org.mybatis.generator.plugins.dsql.DisableInsertPlugin
 
DisableUpdatePlugin - Class in org.mybatis.generator.plugins.dsql
Disables all update methods in the MyBatis3DynamicSQL and MyBatis3Kotlin runtimes.
DisableUpdatePlugin() - Constructor for class org.mybatis.generator.plugins.dsql.DisableUpdatePlugin
 
DocType - Interface in org.mybatis.generator.api.dom.xml
 
DocTypeRenderer - Class in org.mybatis.generator.api.dom.xml.render
 
DocTypeRenderer() - Constructor for class org.mybatis.generator.api.dom.xml.render.DocTypeRenderer
 
DocTypeVisitor<R> - Interface in org.mybatis.generator.api.dom.xml
 
Document - Class in org.mybatis.generator.api.dom.xml
 
Document() - Constructor for class org.mybatis.generator.api.dom.xml.Document
 
Document(String) - Constructor for class org.mybatis.generator.api.dom.xml.Document
 
Document(String, String) - Constructor for class org.mybatis.generator.api.dom.xml.Document
 
DocumentRenderer - Class in org.mybatis.generator.api.dom.xml.render
 
DocumentRenderer() - Constructor for class org.mybatis.generator.api.dom.xml.render.DocumentRenderer
 
DomainObjectRenamingRule - Class in org.mybatis.generator.config
This class is used to specify a renaming rule for table's domain object name.
DomainObjectRenamingRule() - Constructor for class org.mybatis.generator.config.DomainObjectRenamingRule
 
DomWriter - Class in org.mybatis.generator.internal
This class is used to generate a String representation of an XML document.
DomWriter() - Constructor for class org.mybatis.generator.internal.DomWriter
 
done() - Method in interface org.mybatis.generator.api.ProgressCallback
This method is called when all generated files have been saved.
DynamicSqlMapperGenerator - Class in org.mybatis.generator.runtime.dynamic.sql
 
DynamicSqlMapperGenerator(String) - Constructor for class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
DynamicSqlModelGenerator - Class in org.mybatis.generator.runtime.dynamic.sql
This model generator builds a flat model with default constructor and getters/setters.
DynamicSqlModelGenerator(String) - Constructor for class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlModelGenerator
 
DynamicSqlSupportClassGenerator - Class in org.mybatis.generator.runtime.dynamic.sql
 
dynamicSqlSupportGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
dynamicSqlSupportGenerated(TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the MyBatis Dynamic SQL support class has been generated in the MyBatis Dynamic SQL runtime.
dynamicSqlSupportGenerated(KotlinFile, KotlinType, KotlinType, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
dynamicSqlSupportGenerated(KotlinFile, KotlinType, KotlinType, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the MyBatis Dynamic SQL support object has been generated.

E

ElementRenderer - Class in org.mybatis.generator.api.dom.xml.render
 
ElementRenderer() - Constructor for class org.mybatis.generator.api.dom.xml.render.ElementRenderer
 
ElementVisitor<R> - Interface in org.mybatis.generator.api.dom.xml
 
equals(Object) - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
equals(Object) - Method in class org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
 
equals(Object) - Method in class org.mybatis.generator.api.FullyQualifiedTable
 
equals(Object) - Method in class org.mybatis.generator.config.IgnoredColumn
 
equals(Object) - Method in class org.mybatis.generator.config.TableConfiguration
 
equals(Object) - Method in class org.mybatis.generator.internal.db.ActualTableName
 
EqualsHashCodePlugin - Class in org.mybatis.generator.plugins
This plugin adds equals() and hashCode() methods to the generated model classes.
EqualsHashCodePlugin() - Constructor for class org.mybatis.generator.plugins.EqualsHashCodePlugin
 
error(String) - Method in class org.mybatis.generator.logging.commons.JakartaCommonsLoggingImpl
 
error(String) - Method in class org.mybatis.generator.logging.jdk14.Jdk14LoggingImpl
 
error(String) - Method in interface org.mybatis.generator.logging.Log
 
error(String) - Method in class org.mybatis.generator.logging.log4j2.Log4j2AbstractLoggerImpl
 
error(String) - Method in class org.mybatis.generator.logging.log4j2.Log4j2Impl
 
error(String) - Method in class org.mybatis.generator.logging.log4j2.Log4j2LoggerImpl
 
error(String) - Method in class org.mybatis.generator.logging.nologging.NoLoggingImpl
 
error(String) - Method in class org.mybatis.generator.logging.slf4j.Slf4jImpl
 
error(String, Throwable) - Method in class org.mybatis.generator.logging.commons.JakartaCommonsLoggingImpl
 
error(String, Throwable) - Method in class org.mybatis.generator.logging.jdk14.Jdk14LoggingImpl
 
error(String, Throwable) - Method in interface org.mybatis.generator.logging.Log
 
error(String, Throwable) - Method in class org.mybatis.generator.logging.log4j2.Log4j2AbstractLoggerImpl
 
error(String, Throwable) - Method in class org.mybatis.generator.logging.log4j2.Log4j2Impl
 
error(String, Throwable) - Method in class org.mybatis.generator.logging.log4j2.Log4j2LoggerImpl
 
error(String, Throwable) - Method in class org.mybatis.generator.logging.nologging.NoLoggingImpl
 
error(String, Throwable) - Method in class org.mybatis.generator.logging.slf4j.Slf4jImpl
 
error(SAXParseException) - Method in class org.mybatis.generator.config.xml.ParserErrorHandler
 
escapeStringForJava(String) - Static method in class org.mybatis.generator.internal.util.StringUtility
 
escapeStringForKotlin(String) - Static method in class org.mybatis.generator.internal.util.StringUtility
 
EVICTION - Enum constant in enum org.mybatis.generator.plugins.CacheNamespacePlugin.CacheProperty
 
EVICTION - Enum constant in enum org.mybatis.generator.plugins.CachePlugin.CacheProperty
 
ExampleGenerator - Class in org.mybatis.generator.codegen.mybatis3.model
 
ExampleGenerator(String) - Constructor for class org.mybatis.generator.codegen.mybatis3.model.ExampleGenerator
 
ExampleWhereClauseElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
ExampleWhereClauseElementGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.ExampleWhereClauseElementGenerator
 
execute() - Method in class org.mybatis.generator.ant.GeneratorAntTask
 
EXPECT - Enum constant in enum org.mybatis.generator.api.dom.kotlin.KotlinModifier
 
EXTERNAL - Enum constant in enum org.mybatis.generator.api.dom.kotlin.KotlinModifier
 
externalClassForName(String) - Static method in class org.mybatis.generator.internal.ObjectFactory
Returns a class loaded from the context classloader, or the classloader supplied by a client.

F

fatalError(SAXParseException) - Method in class org.mybatis.generator.config.xml.ParserErrorHandler
 
Field - Class in org.mybatis.generator.api.dom.java
 
Field(String, FullyQualifiedJavaType) - Constructor for class org.mybatis.generator.api.dom.java.Field
 
Field(Field) - Constructor for class org.mybatis.generator.api.dom.java.Field
 
FieldAndImports - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
FieldAndImports.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
fieldName() - Method in class org.mybatis.generator.runtime.kotlin.elements.AbstractKotlinFunctionGenerator.FieldNameAndImport
 
FieldNameAndImport() - Constructor for class org.mybatis.generator.runtime.kotlin.elements.AbstractKotlinFunctionGenerator.FieldNameAndImport
 
FieldRenderer - Class in org.mybatis.generator.api.dom.java.render
 
FieldRenderer() - Constructor for class org.mybatis.generator.api.dom.java.render.FieldRenderer
 
FINAL - Enum constant in enum org.mybatis.generator.api.dom.kotlin.KotlinModifier
 
FLAT - Enum constant in enum org.mybatis.generator.config.ModelType
 
FlatModelRules - Class in org.mybatis.generator.internal.rules
This class encapsulates all the code generation rules for a table using the flat model.
FlatModelRules(IntrospectedTable) - Constructor for class org.mybatis.generator.internal.rules.FlatModelRules
Instantiates a new flat model rules.
FluentBuilderMethodsPlugin - Class in org.mybatis.generator.plugins
This plugin adds fluent builder methods to the generated model classes.
FluentBuilderMethodsPlugin() - Constructor for class org.mybatis.generator.plugins.FluentBuilderMethodsPlugin
 
FLUSH_INTERVAL - Enum constant in enum org.mybatis.generator.plugins.CacheNamespacePlugin.CacheProperty
 
FLUSH_INTERVAL - Enum constant in enum org.mybatis.generator.plugins.CachePlugin.CacheProperty
 
forceBigDecimals - Variable in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
forceCommonsLogging() - Static method in class org.mybatis.generator.logging.LogFactory
 
forceJavaLogging() - Static method in class org.mybatis.generator.logging.LogFactory
This method will switch the logging implementation to Java native logging.
forceLog4j2Logging() - Static method in class org.mybatis.generator.logging.LogFactory
 
forceNoLogging() - Static method in class org.mybatis.generator.logging.LogFactory
 
forceSlf4jLogging() - Static method in class org.mybatis.generator.logging.LogFactory
 
fragmentGenerator - Variable in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
fragmentGenerator - Variable in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
FragmentGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
FragmentGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
fullyQualifiedJavaType - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
FullyQualifiedJavaType - Class in org.mybatis.generator.api.dom.java
 
FullyQualifiedJavaType(String) - Constructor for class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
Use this constructor to construct a generic type with the specified type parameters.
FullyQualifiedKotlinType - Class in org.mybatis.generator.api.dom.kotlin
 
FullyQualifiedKotlinType(String) - Constructor for class org.mybatis.generator.api.dom.kotlin.FullyQualifiedKotlinType
 
fullyQualifiedTable - Variable in class org.mybatis.generator.api.IntrospectedTable
 
FullyQualifiedTable - Class in org.mybatis.generator.api
 
FullyQualifiedTable(String, String, String, String, String, boolean, String, String, String, boolean, DomainObjectRenamingRule, Context) - Constructor for class org.mybatis.generator.api.FullyQualifiedTable
This object is used to hold information related to the table itself, not the columns in the table.

G

GeneralCountMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
GeneralCountMethodGenerator - Class in org.mybatis.generator.runtime.kotlin.elements
 
GeneralCountMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
GeneralCountMethodGenerator.Builder - Class in org.mybatis.generator.runtime.kotlin.elements
 
GeneralDeleteMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
GeneralDeleteMethodGenerator - Class in org.mybatis.generator.runtime.kotlin.elements
 
GeneralDeleteMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
GeneralDeleteMethodGenerator.Builder - Class in org.mybatis.generator.runtime.kotlin.elements
 
GeneralSelectDistinctMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
GeneralSelectDistinctMethodGenerator - Class in org.mybatis.generator.runtime.kotlin.elements
 
GeneralSelectDistinctMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
GeneralSelectDistinctMethodGenerator.Builder - Class in org.mybatis.generator.runtime.kotlin.elements
 
GeneralSelectMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
GeneralSelectMethodGenerator - Class in org.mybatis.generator.runtime.kotlin.elements
 
GeneralSelectMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
GeneralSelectMethodGenerator.Builder - Class in org.mybatis.generator.runtime.kotlin.elements
 
GeneralSelectOneMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
GeneralSelectOneMethodGenerator - Class in org.mybatis.generator.runtime.kotlin.elements
 
GeneralSelectOneMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
GeneralSelectOneMethodGenerator.Builder - Class in org.mybatis.generator.runtime.kotlin.elements
 
GeneralUpdateMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
GeneralUpdateMethodGenerator - Class in org.mybatis.generator.runtime.kotlin.elements
 
GeneralUpdateMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
GeneralUpdateMethodGenerator.Builder - Class in org.mybatis.generator.runtime.kotlin.elements
 
generate() - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlSupportClassGenerator
 
generate(Interface, AbstractMethodGenerator) - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
generate(KotlinFile, KotlinType, AbstractKotlinFunctionGenerator) - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
generate(KotlinFile, AbstractKotlinFunctionGenerator) - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
generate(ProgressCallback) - Method in class org.mybatis.generator.api.MyBatisGenerator
This is the main method for generating code.
generate(ProgressCallback, Set<String>) - Method in class org.mybatis.generator.api.MyBatisGenerator
This is the main method for generating code.
generate(ProgressCallback, Set<String>, Set<String>) - Method in class org.mybatis.generator.api.MyBatisGenerator
This is the main method for generating code.
generate(ProgressCallback, Set<String>, Set<String>, boolean) - Method in class org.mybatis.generator.api.MyBatisGenerator
This is the main method for generating code.
generateBaseColumnList() - Method in class org.mybatis.generator.internal.rules.BaseRules
 
generateBaseColumnList() - Method in interface org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the SQL base column list element.
generateBaseColumnList() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
generateBaseRecordClass() - Method in class org.mybatis.generator.internal.rules.ConditionalModelRules
Generate a base record if there are any base columns, or if there is only one primary key coulmn (in which case we will not generate a primary key class), or if there is only one BLOB column (in which case we will not generate a record with BLOBs class).
generateBaseRecordClass() - Method in class org.mybatis.generator.internal.rules.FlatModelRules
We always generate a base record in the flat model.
generateBaseRecordClass() - Method in class org.mybatis.generator.internal.rules.HierarchicalModelRules
Implements the rule for generating a base record.
generateBaseRecordClass() - Method in interface org.mybatis.generator.internal.rules.Rules
Implements the rule for generating a base record.
generateBaseRecordClass() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
generateBaseResultMap() - Method in class org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating the result map without BLOBs.
generateBaseResultMap() - Method in interface org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the result map without BLOBs.
generateBaseResultMap() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
generateBlobColumnList() - Method in class org.mybatis.generator.internal.rules.BaseRules
 
generateBlobColumnList() - Method in interface org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the SQL blob column list element.
generateBlobColumnList() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
generateCountByExample() - Method in class org.mybatis.generator.internal.rules.BaseRules
 
generateCountByExample() - Method in interface org.mybatis.generator.internal.rules.Rules
 
generateCountByExample() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
generateDeleteByExample() - Method in class org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating the delete by example SQL Map element and DAO method.
generateDeleteByExample() - Method in interface org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the delete by example SQL Map element and DAO method.
generateDeleteByExample() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
generateDeleteByPrimaryKey() - Method in class org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating the delete by primary key SQL Map element and DAO method.
generateDeleteByPrimaryKey() - Method in interface org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the delete by primary key SQL Map element and DAO method.
generateDeleteByPrimaryKey() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
generateDeleteByPrimaryKey(IntrospectedTable) - Static method in class org.mybatis.generator.runtime.dynamic.sql.elements.Utils
 
GeneratedFile - Class in org.mybatis.generator.api
Abstract class that holds information common to all generated files.
GeneratedFile(String) - Constructor for class org.mybatis.generator.api.GeneratedFile
 
GeneratedJavaFile - Class in org.mybatis.generator.api
 
GeneratedJavaFile(CompilationUnit, String, String, JavaFormatter) - Constructor for class org.mybatis.generator.api.GeneratedJavaFile
 
GeneratedJavaFile(CompilationUnit, String, JavaFormatter) - Constructor for class org.mybatis.generator.api.GeneratedJavaFile
 
GeneratedKey - Class in org.mybatis.generator.config
This class specifies that a key is auto-generated, either as an identity column (post insert), or as some other query like a sequences (pre insert).
GeneratedKey(String, String, boolean, String) - Constructor for class org.mybatis.generator.config.GeneratedKey
 
GeneratedKotlinFile - Class in org.mybatis.generator.api
 
GeneratedKotlinFile(KotlinFile, String, String, KotlinFormatter) - Constructor for class org.mybatis.generator.api.GeneratedKotlinFile
 
GeneratedXmlFile - Class in org.mybatis.generator.api
 
GeneratedXmlFile(Document, String, String, String, boolean, XmlFormatter) - Constructor for class org.mybatis.generator.api.GeneratedXmlFile
 
generateEquals(TopLevelClass, List<IntrospectedColumn>, IntrospectedTable) - Method in class org.mybatis.generator.plugins.EqualsHashCodePlugin
Generates an equals method that does a comparison of all fields.
generateExampleClass() - Method in class org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating an example class.
generateExampleClass() - Method in interface org.mybatis.generator.internal.rules.Rules
Implements the rule for generating an example class.
generateExampleClass() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
generateFieldAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.SelectListGenerator
 
generateFiles(ProgressCallback, List<GeneratedJavaFile>, List<GeneratedXmlFile>, List<GeneratedKotlinFile>, List<GeneratedFile>, List<String>) - Method in class org.mybatis.generator.config.Context
 
generateHashCode(TopLevelClass, List<IntrospectedColumn>, IntrospectedTable) - Method in class org.mybatis.generator.plugins.EqualsHashCodePlugin
Generates a hashCode method that includes all fields.
generateInsert() - Method in class org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating the insert SQL Map element and DAO method.
generateInsert() - Method in interface org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the insert SQL Map element and DAO method.
generateInsert() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
generateInsertSelective() - Method in class org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating the insert selective SQL Map element and DAO method.
generateInsertSelective() - Method in interface org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the insert selective SQL Map element and DAO method.
generateInsertSelective() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
generateJavaClient() - Method in class org.mybatis.generator.internal.rules.BaseRules
 
generateJavaClient() - Method in interface org.mybatis.generator.internal.rules.Rules
Implements the rule for generating a Java client.
generateJavaClient() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.AbstractMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicInsertMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicMultipleInsertMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicSelectManyMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicSelectOneMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.DeleteByPrimaryKeyMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralCountMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralDeleteMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralSelectDistinctMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralSelectMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralSelectOneMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralUpdateMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.InsertMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.InsertMultipleMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.InsertSelectiveMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.SelectByPrimaryKeyMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateAllColumnsMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByPrimaryKeyMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByPrimaryKeySelectiveMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateSelectiveColumnsMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.kotlin.elements.AbstractKotlinFunctionGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.kotlin.elements.BasicInsertMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.kotlin.elements.BasicMultipleInsertMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.kotlin.elements.BasicSelectManyMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.kotlin.elements.BasicSelectOneMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.kotlin.elements.DeleteByPrimaryKeyMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralCountMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralDeleteMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralSelectDistinctMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralSelectMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralSelectOneMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralUpdateMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.kotlin.elements.InsertMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.kotlin.elements.InsertMultipleMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.kotlin.elements.InsertMultipleVarargMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.kotlin.elements.InsertSelectiveMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.kotlin.elements.SelectByPrimaryKeyMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.kotlin.elements.UpdateAllColumnsMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.kotlin.elements.UpdateByPrimaryKeyMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.kotlin.elements.UpdateByPrimaryKeySelectiveMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.kotlin.elements.UpdateSelectiveColumnsMethodGenerator
 
generateMultipleRowInsert(IntrospectedTable) - Static method in class org.mybatis.generator.runtime.dynamic.sql.elements.Utils
 
generateMyBatis3UpdateByExampleWhereClause() - Method in class org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating the SQL example where clause element specifically for use in the update by example methods.
generateMyBatis3UpdateByExampleWhereClause() - Method in interface org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the SQL example where clause element specifically for use in the update by example methods.
generateMyBatis3UpdateByExampleWhereClause() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
generatePrimaryKeyClass() - Method in class org.mybatis.generator.internal.rules.ConditionalModelRules
We generate a primary key if there is more than one primary key field.
generatePrimaryKeyClass() - Method in class org.mybatis.generator.internal.rules.FlatModelRules
We never generate a primary key in the flat model.
generatePrimaryKeyClass() - Method in class org.mybatis.generator.internal.rules.HierarchicalModelRules
Implements the rule for determining whether to generate a primary key class.
generatePrimaryKeyClass() - Method in interface org.mybatis.generator.internal.rules.Rules
Implements the rule for determining whether to generate a primary key class.
generatePrimaryKeyClass() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
generatePropertyAndImports() - Method in class org.mybatis.generator.runtime.kotlin.elements.ColumnListGenerator
 
generateRecordWithBLOBsClass() - Method in class org.mybatis.generator.internal.rules.ConditionalModelRules
We generate a record with BLOBs class if there is more than one BLOB column.
generateRecordWithBLOBsClass() - Method in class org.mybatis.generator.internal.rules.FlatModelRules
We never generate a record with BLOBs class in the flat model.
generateRecordWithBLOBsClass() - Method in class org.mybatis.generator.internal.rules.HierarchicalModelRules
Implements the rule for generating a record with BLOBs.
generateRecordWithBLOBsClass() - Method in interface org.mybatis.generator.internal.rules.Rules
Implements the rule for generating a record with BLOBs.
generateRecordWithBLOBsClass() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
generateResultMapWithBLOBs() - Method in class org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating the result map with BLOBs.
generateResultMapWithBLOBs() - Method in interface org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the result map with BLOBs.
generateResultMapWithBLOBs() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
generateSelectByExampleWithBLOBs() - Method in class org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating the select by example with BLOBs SQL Map element and DAO method.
generateSelectByExampleWithBLOBs() - Method in interface org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the select by example with BLOBs SQL Map element and DAO method.
generateSelectByExampleWithBLOBs() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
generateSelectByExampleWithoutBLOBs() - Method in class org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating the select by example without BLOBs SQL Map element and DAO method.
generateSelectByExampleWithoutBLOBs() - Method in interface org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the select by example without BLOBs SQL Map element and DAO method.
generateSelectByExampleWithoutBLOBs() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
generateSelectByPrimaryKey() - Method in class org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating the select by primary key SQL Map element and DAO method.
generateSelectByPrimaryKey() - Method in interface org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the select by primary key SQL Map element and DAO method.
generateSelectByPrimaryKey() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
generateSelectByPrimaryKey(IntrospectedTable) - Static method in class org.mybatis.generator.runtime.dynamic.sql.elements.Utils
 
generateSQLExampleWhereClause() - Method in class org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating the SQL example where clause element.
generateSQLExampleWhereClause() - Method in interface org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the SQL example where clause element.
generateSQLExampleWhereClause() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
generateUpdateByExampleSelective() - Method in class org.mybatis.generator.internal.rules.BaseRules
 
generateUpdateByExampleSelective() - Method in interface org.mybatis.generator.internal.rules.Rules
 
generateUpdateByExampleSelective() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
generateUpdateByExampleWithBLOBs() - Method in class org.mybatis.generator.internal.rules.BaseRules
 
generateUpdateByExampleWithBLOBs() - Method in interface org.mybatis.generator.internal.rules.Rules
 
generateUpdateByExampleWithBLOBs() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
generateUpdateByExampleWithoutBLOBs() - Method in class org.mybatis.generator.internal.rules.BaseRules
 
generateUpdateByExampleWithoutBLOBs() - Method in interface org.mybatis.generator.internal.rules.Rules
 
generateUpdateByExampleWithoutBLOBs() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
generateUpdateByPrimaryKey(IntrospectedTable) - Static method in class org.mybatis.generator.runtime.dynamic.sql.elements.Utils
 
generateUpdateByPrimaryKeySelective() - Method in class org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating the update by primary key selective SQL Map element and DAO method.
generateUpdateByPrimaryKeySelective() - Method in interface org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the update by primary key selective SQL Map element and DAO method.
generateUpdateByPrimaryKeySelective() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
generateUpdateByPrimaryKeyWithBLOBs() - Method in class org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating the update by primary key with BLOBs SQL Map element and DAO method.
generateUpdateByPrimaryKeyWithBLOBs() - Method in interface org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the update by primary key with BLOBs SQL Map element and DAO method.
generateUpdateByPrimaryKeyWithBLOBs() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
generateUpdateByPrimaryKeyWithoutBLOBs() - Method in class org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating the update by primary key without BLOBs SQL Map element and DAO method.
generateUpdateByPrimaryKeyWithoutBLOBs() - Method in interface org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the update by primary key without BLOBs SQL Map element and DAO method.
generateUpdateByPrimaryKeyWithoutBLOBs() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
generationStarted(int) - Method in interface org.mybatis.generator.api.ProgressCallback
Called to note the start of the generation phase, and to note the maximum number of startTask messages that will be sent for the generation phase.
GeneratorAntTask - Class in org.mybatis.generator.ant
This is an Ant task that will run the generator.
GeneratorAntTask() - Constructor for class org.mybatis.generator.ant.GeneratorAntTask
 
getActualColumnName() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getActualTypeName() - Method in class org.mybatis.generator.api.IntrospectedColumn
The platform specific type name as reported by the JDBC driver.
getAlias() - Method in class org.mybatis.generator.api.FullyQualifiedTable
 
getAlias() - Method in class org.mybatis.generator.config.TableConfiguration
 
getAliasedActualColumnName(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
The aliased column name for a select statement generated by the example clauses.
getAliasedEscapedColumnName(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
 
getAliasedFullyQualifiedTableNameAtRuntime() - Method in class org.mybatis.generator.api.FullyQualifiedTable
 
getAliasedFullyQualifiedTableNameAtRuntime() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getAllColumns() - Method in class org.mybatis.generator.api.IntrospectedTable
Returns all columns in the table (for use by the select by primary key and select by example with BLOBs methods).
getAnnotatedConstructorArgs() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.FragmentGenerator
 
getAnnotatedResults() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.FragmentGenerator
 
getAnnotatedResults() - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinFragmentGenerator
 
getAnnotations() - Method in class org.mybatis.generator.api.dom.java.JavaElement
 
getAnnotations() - Method in class org.mybatis.generator.api.dom.java.Parameter
 
getAnnotations() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinArg
 
getAnnotations() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinNamedItem
 
getAnnotations() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodParts
 
getAnnotations() - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinFunctionParts
 
getArguments() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinFunction
 
getArguments() - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinFunctionParts
 
getAttribute(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
getAttributeName() - Method in enum org.mybatis.generator.plugins.CacheNamespacePlugin.CacheProperty
 
getAttributeName() - Method in enum org.mybatis.generator.plugins.CachePlugin.CacheProperty
 
getAttributes() - Method in class org.mybatis.generator.api.dom.xml.XmlElement
 
getBaseColumnListElement() - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
 
getBaseColumnListId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getBaseColumns() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getBaseRecordType() - Method in class org.mybatis.generator.api.IntrospectedTable
Gets the base record type.
getBaseResultMapId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getBeginningDelimiter() - Method in class org.mybatis.generator.config.Context
 
getBlobColumnListElement() - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
 
getBlobColumnListId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getBLOBColumns() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getBodyLines() - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
 
getBodyLines() - Method in class org.mybatis.generator.api.dom.java.Method
 
getBodyLines() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodParts
 
getBooleanInstance() - Static method in class org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
 
getBooleanPrimitiveInstance() - Static method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
getByteInstance() - Static method in class org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
 
getCamelCaseString(String, boolean) - Static method in class org.mybatis.generator.internal.util.JavaBeansUtil
 
getCatalog() - Method in class org.mybatis.generator.config.TableConfiguration
 
getCatalog() - Method in class org.mybatis.generator.internal.db.ActualTableName
 
getCharacterInstance() - Static method in class org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
 
getClassPathEntries() - Method in class org.mybatis.generator.config.Configuration
 
getClientProject() - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
getCodeLines() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinFunction
 
getCodeLines() - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinFunctionParts
 
getColumn() - Method in class org.mybatis.generator.config.GeneratedKey
 
getColumn(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
getColumnName() - Method in class org.mybatis.generator.config.ColumnOverride
 
getColumnName() - Method in class org.mybatis.generator.config.IgnoredColumn
 
getColumnOverride(String) - Method in class org.mybatis.generator.config.TableConfiguration
May return null if the column has not been overridden.
getColumnOverrides() - Method in class org.mybatis.generator.config.TableConfiguration
 
getColumnRenamingRule() - Method in class org.mybatis.generator.config.TableConfiguration
 
getColumns() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithBLOBsMethodGenerator
 
getColumns() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithoutBLOBsMethodGenerator
 
getColumns() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithBLOBsMethodGenerator
 
getColumns() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithoutBLOBsMethodGenerator
 
getCommentGenerator() - Method in class org.mybatis.generator.config.Context
 
getCommentGeneratorConfiguration() - Method in class org.mybatis.generator.config.Context
 
getCompilationUnit() - Method in class org.mybatis.generator.api.GeneratedJavaFile
This method is required by the Eclipse Java merger.
getCompilationUnits() - Method in class org.mybatis.generator.codegen.AbstractJavaGenerator
 
getCompilationUnits() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
getCompilationUnits() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
 
getCompilationUnits() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
getCompilationUnits() - Method in class org.mybatis.generator.codegen.mybatis3.model.BaseRecordGenerator
 
getCompilationUnits() - Method in class org.mybatis.generator.codegen.mybatis3.model.ExampleGenerator
 
getCompilationUnits() - Method in class org.mybatis.generator.codegen.mybatis3.model.PrimaryKeyGenerator
 
getCompilationUnits() - Method in class org.mybatis.generator.codegen.mybatis3.model.RecordWithBLOBsGenerator
 
getCompilationUnits() - Method in class org.mybatis.generator.codegen.mybatis3.model.SimpleModelGenerator
 
getCompilationUnits() - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
getCompilationUnits() - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlModelGenerator
 
getConfigfile() - Method in class org.mybatis.generator.ant.GeneratorAntTask
 
getConfigurationType() - Method in class org.mybatis.generator.config.TypedPropertyHolder
 
getConnection() - Method in interface org.mybatis.generator.api.ConnectionFactory
Should return a connection to the database in use for this context.
getConnection() - Method in class org.mybatis.generator.config.Context
This method creates a new JDBC connection from the values specified in the configuration file.
getConnection() - Method in class org.mybatis.generator.internal.JDBCConnectionFactory
 
getConnectionFactoryConfiguration() - Method in class org.mybatis.generator.config.Context
 
getConnectionURL() - Method in class org.mybatis.generator.config.JDBCConnectionConfiguration
 
getConstructorProperties() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinType
 
getContent() - Method in class org.mybatis.generator.api.dom.xml.TextElement
 
getContext() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getContext() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getContextIds() - Method in class org.mybatis.generator.ant.GeneratorAntTask
 
getContexts() - Method in class org.mybatis.generator.config.Configuration
 
getCountByExampleStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getCriteriaInstance() - Static method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
getCustomClassloader(Collection<String>) - Static method in class org.mybatis.generator.internal.util.ClassloaderUtility
 
getDatabaseDialect(String) - Static method in enum org.mybatis.generator.internal.db.DatabaseDialects
Gets the database dialect.
getDataType() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinArg
 
getDataType() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinProperty
 
getDateInstance() - Static method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
getDateString() - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
Returns a formatted date string to include in the Javadoc tag and XML comments.
getDefaultModelType() - Method in class org.mybatis.generator.config.Context
 
getDefaultValue() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getDeleteByExampleStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getDeleteByPrimaryKeyStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getDirectory(String, String) - Method in interface org.mybatis.generator.api.ShellCallback
This method is called to ask the shell to resolve a project/package combination into a directory on the file system.
getDirectory(String, String) - Method in class org.mybatis.generator.internal.DefaultShellCallback
 
getDocType() - Method in class org.mybatis.generator.api.dom.xml.Document
 
getDocument() - Method in class org.mybatis.generator.codegen.AbstractXmlGenerator
 
getDocument() - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
 
getDocument() - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
getDomainObjectName() - Method in class org.mybatis.generator.api.FullyQualifiedTable
 
getDomainObjectName() - Method in class org.mybatis.generator.config.TableConfiguration
 
getDomainObjectRenamingRule() - Method in class org.mybatis.generator.config.TableConfiguration
 
getDomainObjectSubPackage() - Method in class org.mybatis.generator.api.FullyQualifiedTable
 
getDoubleInstance() - Static method in class org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
 
getDriverClass() - Method in class org.mybatis.generator.config.JDBCConnectionConfiguration
 
getDtdLocation() - Method in class org.mybatis.generator.api.dom.xml.PublicDocType
 
getDtdLocation() - Method in class org.mybatis.generator.api.dom.xml.SystemDocType
 
getDtdName() - Method in class org.mybatis.generator.api.dom.xml.PublicDocType
 
getDynamicSqlSupportClassName() - Method in class org.mybatis.generator.config.TableConfiguration
 
getDynamicSqlTableObjectName() - Method in class org.mybatis.generator.config.TableConfiguration
 
getElements() - Method in class org.mybatis.generator.api.dom.xml.XmlElement
 
getEndingDelimiter() - Method in class org.mybatis.generator.config.Context
 
getEnumConstants() - Method in class org.mybatis.generator.api.dom.java.InnerEnum
 
getErrors() - Method in exception class org.mybatis.generator.exception.MultiMessageException
 
getEscapedColumnName(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
 
getExampleIncludeElement() - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
 
getExampleProject() - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
getExampleType() - Method in class org.mybatis.generator.api.IntrospectedTable
Gets the example type.
getExampleWhereClauseId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getExceptions() - Method in class org.mybatis.generator.api.dom.java.Method
 
getExplicitReturnType() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinFunction
 
getExtendsTypes() - Method in class org.mybatis.generator.api.dom.java.TypeParameter
 
getExtraCompilationUnits() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
getExtraCompilationUnits() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
getExtraCompilationUnits() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
 
getField() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.FieldAndImports
 
getFields() - Method in class org.mybatis.generator.api.dom.java.AbstractJavaType
 
getFileCommentLines() - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
 
getFileCommentLines() - Method in class org.mybatis.generator.api.dom.java.Interface
 
getFileCommentLines() - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
 
getFileCommentLines() - Method in class org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
getFileCommentLines() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinFile
 
getFileEncoding() - Method in class org.mybatis.generator.api.GeneratedFile
 
getFileEncoding() - Method in class org.mybatis.generator.api.GeneratedJavaFile
 
getFileEncoding() - Method in class org.mybatis.generator.api.GeneratedKotlinFile
 
getFileEncoding() - Method in class org.mybatis.generator.api.GeneratedXmlFile
 
getFileName() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinFile
 
getFileName() - Method in class org.mybatis.generator.api.GeneratedFile
Get the file name (without any path).
getFileName() - Method in class org.mybatis.generator.api.GeneratedJavaFile
 
getFileName() - Method in class org.mybatis.generator.api.GeneratedKotlinFile
 
getFileName() - Method in class org.mybatis.generator.api.GeneratedXmlFile
 
getFirstCharacterUppercase(String) - Static method in class org.mybatis.generator.internal.util.JavaBeansUtil
 
getFloatInstance() - Static method in class org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
 
getFormattedContent() - Method in class org.mybatis.generator.api.GeneratedFile
Returns the entire contents of the generated file.
getFormattedContent() - Method in class org.mybatis.generator.api.GeneratedJavaFile
 
getFormattedContent() - Method in class org.mybatis.generator.api.GeneratedKotlinFile
 
getFormattedContent() - Method in class org.mybatis.generator.api.GeneratedXmlFile
 
getFormattedContent(CompilationUnit) - Method in class org.mybatis.generator.api.dom.DefaultJavaFormatter
 
getFormattedContent(CompilationUnit) - Method in interface org.mybatis.generator.api.JavaFormatter
 
getFormattedContent(KotlinFile) - Method in class org.mybatis.generator.api.dom.DefaultKotlinFormatter
 
getFormattedContent(KotlinFile) - Method in interface org.mybatis.generator.api.KotlinFormatter
 
getFormattedContent(Document) - Method in class org.mybatis.generator.api.dom.DefaultXmlFormatter
 
getFormattedContent(Document) - Method in interface org.mybatis.generator.api.XmlFormatter
 
getFullyQualifiedJavaType() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getFullyQualifiedJavaType() - Method in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl.JdbcTypeInformation
 
getFullyQualifiedName() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
Returns the fully qualified name - including any generic type parameters.
getFullyQualifiedNameWithoutTypeParameters() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
getFullyQualifiedTable() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getFullyQualifiedTableNameAtRuntime() - Method in class org.mybatis.generator.api.FullyQualifiedTable
 
getFullyQualifiedTableNameAtRuntime() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getFullyQualifiedTableNames() - Method in class org.mybatis.generator.ant.GeneratorAntTask
 
getFunction() - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinFunctionAndImports
 
getGeneratedCriteriaInstance() - Static method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
getGeneratedJavaFiles() - Method in class org.mybatis.generator.api.IntrospectedTable
This method should return a list of generated Java files related to this table.
getGeneratedJavaFiles() - Method in class org.mybatis.generator.api.MyBatisGenerator
Returns the list of generated Java files after a call to one of the generate methods.
getGeneratedJavaFiles() - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
getGeneratedKey() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getGeneratedKey() - Method in class org.mybatis.generator.config.TableConfiguration
 
getGeneratedKeyAnnotation(GeneratedKey) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.FragmentGenerator
 
getGeneratedKeyAnnotation(GeneratedKey) - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinFragmentGenerator
 
getGeneratedKotlinFiles() - Method in class org.mybatis.generator.api.IntrospectedTable
This method should return a list of generated Kotlin files related to this table.
getGeneratedKotlinFiles() - Method in class org.mybatis.generator.api.MyBatisGenerator
Returns the list of generated Kotlin files after a call to one of the generate methods.
getGeneratedKotlinFiles() - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
getGeneratedXmlFiles() - Method in class org.mybatis.generator.api.IntrospectedTable
This method should return a list of generated XML files related to this table.
getGeneratedXmlFiles() - Method in class org.mybatis.generator.api.MyBatisGenerator
Returns the list of generated XML files after a call to one of the generate methods.
getGeneratedXmlFiles() - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
getGenerationSteps() - Method in class org.mybatis.generator.api.IntrospectedTable
This method should return the number of progress messages that will be send during the generation phase.
getGenerationSteps() - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
getGenerationSteps() - Method in class org.mybatis.generator.config.Context
 
getGetter(Field) - Static method in class org.mybatis.generator.codegen.AbstractJavaGenerator
 
getGetterMethodName(String, FullyQualifiedJavaType) - Static method in class org.mybatis.generator.internal.util.JavaBeansUtil
Computes a getter method name.
getId() - Method in class org.mybatis.generator.config.Context
 
getIdentityRetrievalStatement() - Method in enum org.mybatis.generator.internal.db.DatabaseDialects
 
getIgnoredColumnsInError() - Method in class org.mybatis.generator.config.TableConfiguration
Returns a List of Strings.
getImportedTypes() - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
 
getImportedTypes() - Method in class org.mybatis.generator.api.dom.java.Interface
 
getImportedTypes() - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
 
getImportedTypes() - Method in class org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
getImportList() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
Returns a list of Strings that are the fully qualified names of this type, and any generic type argument associated with this type.
getImportList() - Method in class org.mybatis.generator.api.dom.kotlin.FullyQualifiedKotlinType
Returns a list of Strings that are the fully qualified names of this type, and any generic type argument associated with this type.
getImports() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinFile
 
getImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.FieldAndImports
 
getImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodAndImports
 
getImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodParts
 
getImports() - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinFunctionAndImports
 
getImports() - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinFunctionParts
 
getImports() - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinPropertyAndImports
 
getInitializationBlocks() - Method in class org.mybatis.generator.api.dom.java.InnerClass
 
getInitializationBlocks() - Method in class org.mybatis.generator.api.dom.java.InnerEnum
 
getInitializationString() - Method in class org.mybatis.generator.api.dom.java.Field
 
getInitializationString() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinArg
 
getInitializationString() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinProperty
 
getInnerClass() - Method in class org.mybatis.generator.runtime.kotlin.KotlinDynamicSqlSupportClassGenerator
 
getInnerClasses() - Method in class org.mybatis.generator.api.dom.java.AbstractJavaType
 
getInnerEnums() - Method in class org.mybatis.generator.api.dom.java.AbstractJavaType
 
getInnerInterfaces() - Method in class org.mybatis.generator.api.dom.java.AbstractJavaType
 
getInsertSelectiveStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getInsertStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getInstance(String, List<String>) - Static method in class org.mybatis.generator.codegen.RootClassInfo
 
getIntegerInstance() - Static method in class org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
 
getIntInstance() - Static method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
getIntrospectedCatalog() - Method in class org.mybatis.generator.api.FullyQualifiedTable
 
getIntrospectedColumnImpl() - Method in class org.mybatis.generator.config.Context
 
getIntrospectedSchema() - Method in class org.mybatis.generator.api.FullyQualifiedTable
 
getIntrospectedTable() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getIntrospectedTable() - Method in class org.mybatis.generator.internal.rules.BaseRules
 
getIntrospectedTable() - Method in interface org.mybatis.generator.internal.rules.Rules
 
getIntrospectedTable() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
getIntrospectedTableName() - Method in class org.mybatis.generator.api.FullyQualifiedTable
 
getIntrospectedTables() - Method in class org.mybatis.generator.config.Context
This method could be useful for users that use the library for introspection only and not for code generation.
getIntrospectionSteps() - Method in class org.mybatis.generator.config.Context
 
getJavaBeansField(IntrospectedColumn, Context, IntrospectedTable) - Static method in class org.mybatis.generator.internal.util.JavaBeansUtil
 
getJavaBeansFieldWithGeneratedAnnotation(IntrospectedColumn, Context, IntrospectedTable, CompilationUnit) - Static method in class org.mybatis.generator.internal.util.JavaBeansUtil
 
getJavaBeansGetter(IntrospectedColumn, Context, IntrospectedTable) - Static method in class org.mybatis.generator.internal.util.JavaBeansUtil
 
getJavaBeansGetterWithGeneratedAnnotation(IntrospectedColumn, Context, IntrospectedTable, CompilationUnit) - Static method in class org.mybatis.generator.internal.util.JavaBeansUtil
 
getJavaBeansSetter(IntrospectedColumn, Context, IntrospectedTable) - Static method in class org.mybatis.generator.internal.util.JavaBeansUtil
 
getJavaBeansSetterWithGeneratedAnnotation(IntrospectedColumn, Context, IntrospectedTable, CompilationUnit) - Static method in class org.mybatis.generator.internal.util.JavaBeansUtil
 
getJavaClientGeneratorConfiguration() - Method in class org.mybatis.generator.config.Context
 
getJavaDocLines() - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
 
getJavaDocLines() - Method in class org.mybatis.generator.api.dom.java.JavaElement
 
getJavaFormatter() - Method in class org.mybatis.generator.config.Context
 
getJavaModelGeneratorConfiguration() - Method in class org.mybatis.generator.config.Context
 
getJavaProperty() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getJavaProperty() - Method in class org.mybatis.generator.config.ColumnOverride
 
getJavaProperty(String) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getJavaType() - Method in class org.mybatis.generator.config.ColumnOverride
 
getJavaTypeResolverConfiguration() - Method in class org.mybatis.generator.config.Context
 
getJdbcType() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getJdbcType() - Method in class org.mybatis.generator.config.ColumnOverride
 
getJdbcTypeName() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getJdbcTypeName() - Method in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl.JdbcTypeInformation
 
getKotlinFile() - Method in class org.mybatis.generator.runtime.kotlin.KotlinDynamicSqlSupportClassGenerator
 
getKotlinFiles() - Method in class org.mybatis.generator.codegen.AbstractKotlinGenerator
 
getKotlinFiles() - Method in class org.mybatis.generator.runtime.kotlin.KotlinDataClassGenerator
 
getKotlinFiles() - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
getKotlinFormatter() - Method in class org.mybatis.generator.config.Context
 
getKotlinRecordType() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getLength() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getLog(Class<?>) - Method in interface org.mybatis.generator.logging.AbstractLogFactory
 
getLog(Class<?>) - Method in class org.mybatis.generator.logging.commons.JakartaCommonsLoggingLogFactory
 
getLog(Class<?>) - Method in class org.mybatis.generator.logging.jdk14.Jdk14LoggingLogFactory
 
getLog(Class<?>) - Method in class org.mybatis.generator.logging.log4j2.Log4j2LoggingLogFactory
 
getLog(Class<?>) - Static method in class org.mybatis.generator.logging.LogFactory
 
getLog(Class<?>) - Method in class org.mybatis.generator.logging.nologging.NoLoggingLogFactory
 
getLog(Class<?>) - Method in class org.mybatis.generator.logging.slf4j.Slf4jLoggingLogFactory
 
getLongInstance() - Static method in class org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
 
getMapperName() - Method in class org.mybatis.generator.config.TableConfiguration
 
getMatchedXMLGenerator() - Method in class org.mybatis.generator.codegen.AbstractJavaClientGenerator
Returns an instance of the XML generator associated with this client generator.
getMatchedXMLGenerator() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
getMatchedXMLGenerator() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
getMatchedXMLGenerator() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.MixedClientGenerator
 
getMatchedXMLGenerator() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleAnnotatedClientGenerator
 
getMatchedXMLGenerator() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
 
getMatchedXMLGenerator() - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
getMergedSource(GeneratedXmlFile, File) - Static method in class org.mybatis.generator.internal.XmlFileMergerJaxp
 
getMergedSource(InputSource, InputSource, String) - Static method in class org.mybatis.generator.internal.XmlFileMergerJaxp
 
getMessage() - Method in exception class org.mybatis.generator.exception.MultiMessageException
 
getMethod() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodAndImports
 
getMethodLines() - Static method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderApplyWhereMethodGenerator
 
getMethodName() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithBLOBsMethodGenerator
 
getMethodName() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithoutBLOBsMethodGenerator
 
getMethodName() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithBLOBsMethodGenerator
 
getMethodName() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithoutBLOBsMethodGenerator
 
getMethods() - Method in class org.mybatis.generator.api.dom.java.AbstractJavaType
 
getModelProject() - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
getModelType() - Method in class org.mybatis.generator.config.TableConfiguration
 
getModelType(String) - Static method in enum org.mybatis.generator.config.ModelType
 
getModifiers() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinNamedItem
 
getMyBatis3FallbackSqlMapNamespace() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getMyBatis3JavaMapperType() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getMyBatis3Order() - Method in class org.mybatis.generator.config.GeneratedKey
 
getMyBatis3SqlMapNamespace() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getMyBatis3SqlProviderType() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getMyBatis3UpdateByExampleWhereClauseId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getMyBatis3XmlMapperFileName() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getMyBatis3XmlMapperPackage() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getMyBatisDynamicSqlSupportType() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getMyBatisDynamicSQLTableObjectName() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getName() - Method in class org.mybatis.generator.api.dom.java.Field
 
getName() - Method in class org.mybatis.generator.api.dom.java.Method
 
getName() - Method in class org.mybatis.generator.api.dom.java.Parameter
 
getName() - Method in class org.mybatis.generator.api.dom.java.TypeParameter
 
getName() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinArg
 
getName() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinNamedItem
 
getName() - Method in class org.mybatis.generator.api.dom.xml.Attribute
 
getName() - Method in class org.mybatis.generator.api.dom.xml.XmlElement
 
getNamedItems() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinFile
 
getNamedItems() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinNamedItemContainer
 
getNewArrayListInstance() - Static method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
getNewHashMapInstance() - Static method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
getNewIteratorInstance() - Static method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
getNewListInstance() - Static method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
getNonBLOBColumnCount() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getNonBLOBColumns() - Method in class org.mybatis.generator.api.IntrospectedTable
Returns all columns except BLOBs (for use by the select by example without BLOBs method).
getNonPrimaryKeyColumns() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getObjectInstance() - Static method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
getOldElementTags() - Static method in class org.mybatis.generator.config.MergeConstants
 
getOuterObject() - Method in class org.mybatis.generator.runtime.kotlin.KotlinDynamicSqlSupportClassGenerator
 
getPackage() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinFile
 
getPackageName() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
getPackageName() - Method in class org.mybatis.generator.api.dom.kotlin.FullyQualifiedKotlinType
 
getParameterClause(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
 
getParameterClause(IntrospectedColumn, String) - Static method in class org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
 
getParameters() - Method in class org.mybatis.generator.api.dom.java.Method
 
getParameters() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodParts
 
getPassword() - Method in class org.mybatis.generator.config.JDBCConnectionConfiguration
 
getPlugins() - Method in class org.mybatis.generator.config.Context
 
getPrimaryKeyColumns() - Method in class org.mybatis.generator.api.IntrospectedTable
Returns the columns in the primary key.
getPrimaryKeyType() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getPrimaryKeyWhereClauseAndParameters() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.FragmentGenerator
 
getPrimaryKeyWhereClauseAndParameters(boolean) - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinFragmentGenerator
 
getPrimaryKeyWhereClauseForUpdate(String) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.FragmentGenerator
 
getPrimitiveTypeWrapper() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
getProject() - Method in class org.mybatis.generator.codegen.AbstractJavaGenerator
 
getProject() - Method in class org.mybatis.generator.codegen.AbstractKotlinGenerator
 
getProperties() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getProperties() - Method in class org.mybatis.generator.config.PropertyHolder
 
getProperty() - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinPropertyAndImports
 
getProperty(String) - Method in class org.mybatis.generator.config.PropertyHolder
 
getPropertyName() - Method in enum org.mybatis.generator.plugins.CacheNamespacePlugin.CacheProperty
 
getPropertyName() - Method in enum org.mybatis.generator.plugins.CachePlugin.CacheProperty
 
getRecordWithBLOBsType() - Method in class org.mybatis.generator.api.IntrospectedTable
Gets the record with blo bs type.
getRemarks() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getRemarks() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getRenamedColumnNameForResultMap(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
The renamed column name for a select statement.
getReplaceString() - Method in class org.mybatis.generator.config.ColumnRenamingRule
 
getReplaceString() - Method in class org.mybatis.generator.config.DomainObjectRenamingRule
 
getResource(String) - Static method in class org.mybatis.generator.internal.ObjectFactory
 
getResultAnnotation(Interface, IntrospectedColumn, boolean, boolean) - Static method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
 
getResultMapWithBLOBsId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getReturnType() - Method in class org.mybatis.generator.api.dom.java.Method
 
getRootClass() - Method in class org.mybatis.generator.codegen.AbstractJavaGenerator
 
getRootElement() - Method in class org.mybatis.generator.api.dom.xml.Document
 
getRules() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getRuntimeSqlStatement() - Method in class org.mybatis.generator.config.GeneratedKey
 
getScale() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getSchema() - Method in class org.mybatis.generator.config.TableConfiguration
 
getSchema() - Method in class org.mybatis.generator.internal.db.ActualTableName
 
getSearchString() - Method in class org.mybatis.generator.config.ColumnRenamingRule
 
getSearchString() - Method in class org.mybatis.generator.config.DomainObjectRenamingRule
 
getSelectAllStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getSelectByExampleQueryId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getSelectByExampleQueryId() - Method in class org.mybatis.generator.config.TableConfiguration
 
getSelectByExampleStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getSelectByExampleWithBLOBsStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getSelectByPrimaryKeyQueryId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getSelectByPrimaryKeyQueryId() - Method in class org.mybatis.generator.config.TableConfiguration
 
getSelectByPrimaryKeyStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getSelectKey(IntrospectedColumn, GeneratedKey) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
This method should return an XmlElement for the select key used to automatically generate keys.
getSelectList() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.FragmentGenerator
 
getSelectListPhrase(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
The phrase to use in a select list.
getSetEqualLines(List<IntrospectedColumn>) - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinFragmentGenerator
 
getSetEqualLines(List<IntrospectedColumn>, String, String, boolean) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.FragmentGenerator
 
getSetEqualWhenPresentLines(List<IntrospectedColumn>) - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinFragmentGenerator
 
getSetEqualWhenPresentLines(List<IntrospectedColumn>, String, String, boolean) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.FragmentGenerator
 
getSetterMethodName(String) - Static method in class org.mybatis.generator.internal.util.JavaBeansUtil
Computes a setter method name.
getShortInstance() - Static method in class org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
 
getShortName() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
getShortNameWithoutTypeArguments() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
getShortNameWithoutTypeArguments() - Method in class org.mybatis.generator.api.dom.kotlin.FullyQualifiedKotlinType
 
getShortNameWithTypeArguments() - Method in class org.mybatis.generator.api.dom.kotlin.FullyQualifiedKotlinType
 
getSqlMapElement() - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
 
getSqlMapElement() - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
getSqlMapGeneratorConfiguration() - Method in class org.mybatis.generator.config.Context
 
getSqlProviderName() - Method in class org.mybatis.generator.config.TableConfiguration
 
getStaticImports() - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
 
getStaticImports() - Method in class org.mybatis.generator.api.dom.java.Interface
 
getStaticImports() - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
 
getStaticImports() - Method in class org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
getStaticImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodAndImports
 
getString(String) - Static method in class org.mybatis.generator.internal.util.messages.Messages
 
getString(String, String) - Static method in class org.mybatis.generator.internal.util.messages.Messages
 
getString(String, String, String) - Static method in class org.mybatis.generator.internal.util.messages.Messages
 
getString(String, String, String, String) - Static method in class org.mybatis.generator.internal.util.messages.Messages
 
getStringInstance() - Static method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
getSubPackageForClientOrSqlMap(boolean) - Method in class org.mybatis.generator.api.FullyQualifiedTable
Calculates a Java package fragment based on the table catalog and schema.
getSubPackageForModel(boolean) - Method in class org.mybatis.generator.api.FullyQualifiedTable
Calculates a Java package fragment based on the table catalog and schema.
getSuperClass() - Method in class org.mybatis.generator.api.dom.java.InnerClass
 
getSuperInterfaceTypes() - Method in class org.mybatis.generator.api.dom.java.AbstractJavaType
 
getSuperTypes() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinType
 
getSupportClass() - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
getSupportObjectImport() - Method in class org.mybatis.generator.runtime.kotlin.KotlinDynamicSqlSupportClassGenerator
 
getTableAlias() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getTableConfiguration() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getTableConfigurationProperty(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
getTableName() - Method in class org.mybatis.generator.config.TableConfiguration
 
getTableName() - Method in class org.mybatis.generator.internal.db.ActualTableName
 
getTablePropertyImport() - Method in class org.mybatis.generator.runtime.kotlin.KotlinDynamicSqlSupportClassGenerator
 
getTablePropertyName() - Method in class org.mybatis.generator.runtime.kotlin.KotlinDynamicSqlSupportClassGenerator
 
getTableType() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getTargetPackage() - Method in class org.mybatis.generator.api.GeneratedFile
Get the target package for the file.
getTargetPackage() - Method in class org.mybatis.generator.api.GeneratedJavaFile
 
getTargetPackage() - Method in class org.mybatis.generator.api.GeneratedKotlinFile
 
getTargetPackage() - Method in class org.mybatis.generator.api.GeneratedXmlFile
 
getTargetPackage() - Method in class org.mybatis.generator.config.JavaClientGeneratorConfiguration
 
getTargetPackage() - Method in class org.mybatis.generator.config.JavaModelGeneratorConfiguration
 
getTargetPackage() - Method in class org.mybatis.generator.config.SqlMapGeneratorConfiguration
 
getTargetProject() - Method in class org.mybatis.generator.api.GeneratedFile
Gets the target project.
getTargetProject() - Method in class org.mybatis.generator.config.JavaClientGeneratorConfiguration
 
getTargetProject() - Method in class org.mybatis.generator.config.JavaModelGeneratorConfiguration
 
getTargetProject() - Method in class org.mybatis.generator.config.SqlMapGeneratorConfiguration
 
getTargetRuntime() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getTargetRuntime() - Method in class org.mybatis.generator.config.Context
 
getThis() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinFunction.Builder
 
getThis() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinNamedItem.AbstractBuilder
 
getThis() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinNamedItemContainer.NamedItemContainerBuilder
 
getThis() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinProperty.Builder
 
getThis() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinType.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.AbstractMethodGenerator.BaseBuilder
 
getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicInsertMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicMultipleInsertMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicSelectManyMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicSelectOneMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.DeleteByPrimaryKeyMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralCountMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralDeleteMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralSelectDistinctMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralSelectMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralSelectOneMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralUpdateMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.InsertMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.InsertMultipleMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.InsertSelectiveMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.SelectByPrimaryKeyMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateAllColumnsMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByPrimaryKeyMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByPrimaryKeySelectiveMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateSelectiveColumnsMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.kotlin.elements.AbstractKotlinFunctionGenerator.BaseBuilder
 
getThis() - Method in class org.mybatis.generator.runtime.kotlin.elements.BasicInsertMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.kotlin.elements.BasicMultipleInsertMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.kotlin.elements.BasicSelectManyMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.kotlin.elements.BasicSelectOneMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.kotlin.elements.DeleteByPrimaryKeyMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralCountMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralDeleteMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralSelectDistinctMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralSelectMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralSelectOneMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralUpdateMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.kotlin.elements.InsertMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.kotlin.elements.InsertMultipleMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.kotlin.elements.InsertMultipleVarargMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.kotlin.elements.InsertSelectiveMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.kotlin.elements.SelectByPrimaryKeyMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.kotlin.elements.UpdateAllColumnsMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.kotlin.elements.UpdateByPrimaryKeyMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.kotlin.elements.UpdateByPrimaryKeySelectiveMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.kotlin.elements.UpdateSelectiveColumnsMethodGenerator.Builder
 
getToPrimitiveMethod() - Method in class org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
 
getType() - Method in class org.mybatis.generator.api.dom.java.AbstractJavaType
 
getType() - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
 
getType() - Method in class org.mybatis.generator.api.dom.java.Field
 
getType() - Method in class org.mybatis.generator.api.dom.java.Parameter
 
getType() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinProperty
 
getType() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinType
 
getTypeArguments() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
getTypeArguments() - Method in class org.mybatis.generator.api.dom.kotlin.FullyQualifiedKotlinType
 
getTypeHandler() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getTypeHandler() - Method in class org.mybatis.generator.config.ColumnOverride
 
getTypeParameters() - Method in class org.mybatis.generator.api.dom.java.InnerClass
 
getTypeParameters() - Method in class org.mybatis.generator.api.dom.java.InnerInterface
 
getTypeParameters() - Method in class org.mybatis.generator.api.dom.java.Method
 
getUpdateByExampleIncludeElement() - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
 
getUpdateByExampleSelectiveStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getUpdateByExampleStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getUpdateByExampleWithBLOBsStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getUpdateByPrimaryKeySelectiveStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getUpdateByPrimaryKeyStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getUpdateByPrimaryKeyWithBLOBsStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getUserId() - Method in class org.mybatis.generator.config.JDBCConnectionConfiguration
 
getValidPropertyName(String) - Static method in class org.mybatis.generator.internal.util.JavaBeansUtil
This method ensures that the specified input string is a valid Java property name.
getValue() - Method in enum org.mybatis.generator.api.dom.java.JavaVisibility
 
getValue() - Method in enum org.mybatis.generator.api.dom.kotlin.KotlinModifier
 
getValue() - Method in enum org.mybatis.generator.api.dom.kotlin.KotlinProperty.Type
 
getValue() - Method in enum org.mybatis.generator.api.dom.kotlin.KotlinType.Type
 
getValue() - Method in class org.mybatis.generator.api.dom.xml.Attribute
 
getVersion(Document) - Method in class org.mybatis.generator.internal.DomWriter
Extracts the XML version from the Document.
getVisibility() - Method in class org.mybatis.generator.api.dom.java.JavaElement
 
getXmlFormatter() - Method in class org.mybatis.generator.config.Context
 

H

hasAnyColumns() - Method in class org.mybatis.generator.api.IntrospectedTable
 
hasBaseColumns() - Method in class org.mybatis.generator.api.IntrospectedTable
 
hasBLOBColumns() - Method in class org.mybatis.generator.api.IntrospectedTable
 
hasChildren() - Method in class org.mybatis.generator.api.dom.xml.XmlElement
 
hasGeneratedKeys - Variable in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
hasGeneratedKeys - Variable in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
hashCode() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
hashCode() - Method in class org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
 
hashCode() - Method in class org.mybatis.generator.api.FullyQualifiedTable
 
hashCode() - Method in class org.mybatis.generator.config.IgnoredColumn
 
hashCode() - Method in class org.mybatis.generator.config.TableConfiguration
 
hashCode() - Method in class org.mybatis.generator.internal.db.ActualTableName
 
hasJDBCDateColumns() - Method in class org.mybatis.generator.api.IntrospectedTable
Returns true if any of the columns in the table are JDBC Dates (as opposed to timestamps).
hasJDBCTimeColumns() - Method in class org.mybatis.generator.api.IntrospectedTable
Returns true if any of the columns in the table are JDBC Times (as opposed to timestamps).
hasPrimaryKeyColumns() - Method in class org.mybatis.generator.api.IntrospectedTable
 
HIERARCHICAL - Enum constant in enum org.mybatis.generator.config.ModelType
 
HierarchicalModelRules - Class in org.mybatis.generator.internal.rules
This class encapsulates all the code generation rules for a table using the hierarchical model.
HierarchicalModelRules(IntrospectedTable) - Constructor for class org.mybatis.generator.internal.rules.HierarchicalModelRules
Instantiates a new hierarchical model rules.
HSQLDB - Enum constant in enum org.mybatis.generator.internal.db.DatabaseDialects
 

I

ID - Enum constant in enum org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator.ResultElementType
 
identity - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
idStartsWithPrefix(String) - Static method in class org.mybatis.generator.config.MergeConstants
 
IgnoredColumn - Class in org.mybatis.generator.config
 
IgnoredColumn(String) - Constructor for class org.mybatis.generator.config.IgnoredColumn
 
IgnoredColumnException - Class in org.mybatis.generator.config
 
IgnoredColumnException(String) - Constructor for class org.mybatis.generator.config.IgnoredColumnException
 
IgnoredColumnPattern - Class in org.mybatis.generator.config
 
IgnoredColumnPattern(String) - Constructor for class org.mybatis.generator.config.IgnoredColumnPattern
 
IgnoreViewsPlugin - Class in org.mybatis.generator.plugins
This plugin will cause any table of type "VIEW" in a context to be ignored.
IgnoreViewsPlugin() - Constructor for class org.mybatis.generator.plugins.IgnoreViewsPlugin
 
IMPLEMENTATION - Enum constant in enum org.mybatis.generator.plugins.CacheNamespacePlugin.CacheProperty
 
importString() - Method in class org.mybatis.generator.runtime.kotlin.elements.AbstractKotlinFunctionGenerator.FieldNameAndImport
 
INFIX - Enum constant in enum org.mybatis.generator.api.dom.kotlin.KotlinModifier
 
info(String) - Method in class org.mybatis.generator.logging.commons.JakartaCommonsLoggingImpl
 
info(String) - Method in class org.mybatis.generator.logging.jdk14.Jdk14LoggingImpl
 
info(String) - Method in interface org.mybatis.generator.logging.Log
 
info(String) - Method in class org.mybatis.generator.logging.log4j2.Log4j2AbstractLoggerImpl
 
info(String) - Method in class org.mybatis.generator.logging.log4j2.Log4j2Impl
 
info(String) - Method in class org.mybatis.generator.logging.log4j2.Log4j2LoggerImpl
 
info(String) - Method in class org.mybatis.generator.logging.nologging.NoLoggingImpl
 
info(String) - Method in class org.mybatis.generator.logging.slf4j.Slf4jImpl
 
INFORMIX - Enum constant in enum org.mybatis.generator.internal.db.DatabaseDialects
 
InitializationBlock - Class in org.mybatis.generator.api.dom.java
 
InitializationBlock() - Constructor for class org.mybatis.generator.api.dom.java.InitializationBlock
 
InitializationBlock(boolean) - Constructor for class org.mybatis.generator.api.dom.java.InitializationBlock
 
InitializationBlockRenderer - Class in org.mybatis.generator.api.dom.java.render
 
InitializationBlockRenderer() - Constructor for class org.mybatis.generator.api.dom.java.render.InitializationBlockRenderer
 
initialize() - Method in class org.mybatis.generator.api.IntrospectedTable
 
initializeAbstractGenerator(AbstractGenerator, List<String>, ProgressCallback) - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
initializeAndExecuteGenerator(AbstractJavaMapperMethodGenerator, Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
initializeAndExecuteGenerator(AbstractJavaMapperMethodGenerator, Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
 
initializeAndExecuteGenerator(AbstractJavaProviderMethodGenerator, TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
initializeAndExecuteGenerator(AbstractXmlElementGenerator, XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
 
initializeAndExecuteGenerator(AbstractXmlElementGenerator, XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
initialized(IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
initialized(IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called just before the getGeneratedXXXFiles methods are called on the introspected table.
initialized(IntrospectedTable) - Method in class org.mybatis.generator.plugins.RenameExampleClassPlugin
 
initialized(IntrospectedTable) - Method in class org.mybatis.generator.plugins.VirtualPrimaryKeyPlugin
 
initializeImportedTypes() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.AbstractJavaProviderMethodGenerator
 
initializeImportedTypes(String) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.AbstractJavaProviderMethodGenerator
 
initializeImportedTypes(FullyQualifiedJavaType) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.AbstractJavaProviderMethodGenerator
 
INNER - Enum constant in enum org.mybatis.generator.api.dom.kotlin.KotlinModifier
 
InnerClass - Class in org.mybatis.generator.api.dom.java
This class encapsulates the idea of an inner class - it has methods that make it easy to generate inner classes.
InnerClass(String) - Constructor for class org.mybatis.generator.api.dom.java.InnerClass
 
InnerClass(FullyQualifiedJavaType) - Constructor for class org.mybatis.generator.api.dom.java.InnerClass
 
InnerClassRenderer - Class in org.mybatis.generator.api.dom.java.render
 
InnerClassRenderer() - Constructor for class org.mybatis.generator.api.dom.java.render.InnerClassRenderer
 
InnerEnum - Class in org.mybatis.generator.api.dom.java
This class encapsulates the idea of an inner enum - it has methods that make it easy to generate inner enum.
InnerEnum(String) - Constructor for class org.mybatis.generator.api.dom.java.InnerEnum
 
InnerEnum(FullyQualifiedJavaType) - Constructor for class org.mybatis.generator.api.dom.java.InnerEnum
 
InnerEnumRenderer - Class in org.mybatis.generator.api.dom.java.render
 
InnerEnumRenderer() - Constructor for class org.mybatis.generator.api.dom.java.render.InnerEnumRenderer
 
InnerInterface - Class in org.mybatis.generator.api.dom.java
 
InnerInterface(String) - Constructor for class org.mybatis.generator.api.dom.java.InnerInterface
 
InnerInterface(FullyQualifiedJavaType) - Constructor for class org.mybatis.generator.api.dom.java.InnerInterface
 
InnerInterfaceRenderer - Class in org.mybatis.generator.api.dom.java.render
 
InnerInterfaceRenderer() - Constructor for class org.mybatis.generator.api.dom.java.render.InnerInterfaceRenderer
 
InsertElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
InsertElementGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.InsertElementGenerator
 
InsertMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
InsertMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
InsertMethodGenerator - Class in org.mybatis.generator.runtime.kotlin.elements
 
InsertMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertMethodGenerator
 
InsertMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
InsertMethodGenerator.Builder - Class in org.mybatis.generator.runtime.kotlin.elements
 
InsertMultipleMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
InsertMultipleMethodGenerator - Class in org.mybatis.generator.runtime.kotlin.elements
 
InsertMultipleMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
InsertMultipleMethodGenerator.Builder - Class in org.mybatis.generator.runtime.kotlin.elements
 
InsertMultipleVarargMethodGenerator - Class in org.mybatis.generator.runtime.kotlin.elements
 
InsertMultipleVarargMethodGenerator.Builder - Class in org.mybatis.generator.runtime.kotlin.elements
 
InsertSelectiveElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
InsertSelectiveElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.InsertSelectiveElementGenerator
 
InsertSelectiveMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
InsertSelectiveMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
InsertSelectiveMethodGenerator - Class in org.mybatis.generator.runtime.kotlin.elements
 
InsertSelectiveMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertSelectiveMethodGenerator
 
InsertSelectiveMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
InsertSelectiveMethodGenerator.Builder - Class in org.mybatis.generator.runtime.kotlin.elements
 
Interface - Class in org.mybatis.generator.api.dom.java
 
Interface(String) - Constructor for class org.mybatis.generator.api.dom.java.Interface
 
Interface(FullyQualifiedJavaType) - Constructor for class org.mybatis.generator.api.dom.java.Interface
 
INTERFACE - Enum constant in enum org.mybatis.generator.api.dom.kotlin.KotlinType.Type
 
INTERNAL - Enum constant in enum org.mybatis.generator.api.dom.kotlin.KotlinModifier
 
internalAttributes - Variable in class org.mybatis.generator.api.IntrospectedTable
Internal attributes are used to store commonly accessed items by all code generators.
internalClassForName(String) - Static method in class org.mybatis.generator.internal.ObjectFactory
 
IntrospectedColumn - Class in org.mybatis.generator.api
This class holds information about an introspected column.
IntrospectedColumn() - Constructor for class org.mybatis.generator.api.IntrospectedColumn
Constructs a Column definition.
introspectedTable - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
introspectedTable - Variable in class org.mybatis.generator.codegen.AbstractGenerator
 
introspectedTable - Variable in class org.mybatis.generator.internal.rules.BaseRules
 
introspectedTable - Variable in class org.mybatis.generator.runtime.dynamic.sql.elements.AbstractMethodGenerator
 
introspectedTable - Variable in class org.mybatis.generator.runtime.kotlin.elements.AbstractKotlinFunctionGenerator
 
IntrospectedTable - Class in org.mybatis.generator.api
Base class for all code generator implementations.
IntrospectedTable(IntrospectedTable.TargetRuntime) - Constructor for class org.mybatis.generator.api.IntrospectedTable
 
IntrospectedTable.InternalAttribute - Enum in org.mybatis.generator.api
 
IntrospectedTable.TargetRuntime - Enum in org.mybatis.generator.api
 
IntrospectedTableKotlinImpl - Class in org.mybatis.generator.runtime.kotlin
 
IntrospectedTableKotlinImpl() - Constructor for class org.mybatis.generator.runtime.kotlin.IntrospectedTableKotlinImpl
 
IntrospectedTableMyBatis3DynamicSqlImpl - Class in org.mybatis.generator.runtime.dynamic.sql
 
IntrospectedTableMyBatis3DynamicSqlImpl() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.IntrospectedTableMyBatis3DynamicSqlImpl
 
IntrospectedTableMyBatis3Impl - Class in org.mybatis.generator.codegen.mybatis3
Introspected table implementation for generating MyBatis3 artifacts.
IntrospectedTableMyBatis3Impl() - Constructor for class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
IntrospectedTableMyBatis3SimpleImpl - Class in org.mybatis.generator.codegen.mybatis3
Introspected table implementation for generating simple MyBatis3 artifacts (no "by example" methods, flat model, etc.)
IntrospectedTableMyBatis3SimpleImpl() - Constructor for class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3SimpleImpl
 
introspectionStarted(int) - Method in interface org.mybatis.generator.api.ProgressCallback
Called to note the start of the introspection phase, and to note the maximum number of startTask messages that will be sent for the introspection phase.
introspectTables(ProgressCallback, List<String>, Set<String>) - Method in class org.mybatis.generator.config.Context
Introspect tables based on the configuration specified in the constructor.
introspectTables(TableConfiguration) - Method in class org.mybatis.generator.internal.db.DatabaseIntrospector
Returns a List of IntrospectedTable elements that matches the specified table configuration.
InvalidConfigurationException - Exception Class in org.mybatis.generator.exception
 
InvalidConfigurationException(List<String>) - Constructor for exception class org.mybatis.generator.exception.InvalidConfigurationException
 
isAbstract() - Method in class org.mybatis.generator.api.dom.java.InnerClass
 
isAbstract() - Method in class org.mybatis.generator.api.dom.java.Method
 
isAllColumnDelimitingEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
 
isArray() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
isAutoIncrement - Variable in class org.mybatis.generator.api.IntrospectedColumn
true if the JDBC driver reports that this column is auto-increment.
isAutoIncrement() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
isBLOBColumn() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
isClassName() - Method in enum org.mybatis.generator.plugins.CacheNamespacePlugin.CacheProperty
 
isColumnIgnored(String) - Method in class org.mybatis.generator.config.TableConfiguration
 
isColumnNameDelimited - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
isColumnNameDelimited() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
isColumnNameDelimited() - Method in class org.mybatis.generator.config.ColumnOverride
 
isConstructor() - Method in class org.mybatis.generator.api.dom.java.Method
 
isConstructorBased() - Method in class org.mybatis.generator.api.IntrospectedTable
 
isCountByExampleStatementEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
 
isDebugEnabled() - Method in class org.mybatis.generator.logging.commons.JakartaCommonsLoggingImpl
 
isDebugEnabled() - Method in class org.mybatis.generator.logging.jdk14.Jdk14LoggingImpl
 
isDebugEnabled() - Method in interface org.mybatis.generator.logging.Log
 
isDebugEnabled() - Method in class org.mybatis.generator.logging.log4j2.Log4j2AbstractLoggerImpl
 
isDebugEnabled() - Method in class org.mybatis.generator.logging.log4j2.Log4j2Impl
 
isDebugEnabled() - Method in class org.mybatis.generator.logging.log4j2.Log4j2LoggerImpl
 
isDebugEnabled() - Method in class org.mybatis.generator.logging.nologging.NoLoggingImpl
 
isDebugEnabled() - Method in class org.mybatis.generator.logging.slf4j.Slf4jImpl
 
isDefault() - Method in class org.mybatis.generator.api.dom.java.Method
 
isDeleteByExampleStatementEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
 
isDeleteByPrimaryKeyStatementEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
 
isDelimitIdentifiers() - Method in class org.mybatis.generator.config.TableConfiguration
 
isExplicitlyImported() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
isFinal() - Method in class org.mybatis.generator.api.dom.java.Field
 
isFinal() - Method in class org.mybatis.generator.api.dom.java.InnerClass
 
isFinal() - Method in class org.mybatis.generator.api.dom.java.Method
 
isGeneratedAlways - Variable in class org.mybatis.generator.api.IntrospectedColumn
True if there is a column override that defines this column as GENERATED ALWAYS.
isGeneratedAlways() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
isGeneratedAlways() - Method in class org.mybatis.generator.config.ColumnOverride
 
isGeneratedColumn - Variable in class org.mybatis.generator.api.IntrospectedColumn
true if the JDBC driver reports that this column is generated.
isGeneratedColumn() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
isIdentity() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
isIdentity() - Method in class org.mybatis.generator.config.GeneratedKey
 
isImmutable() - Method in class org.mybatis.generator.api.IntrospectedTable
 
isInsertStatementEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
 
isJdbcCharacterColumn() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
isJDBCDateColumn() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
isJdbcStandard() - Method in class org.mybatis.generator.config.GeneratedKey
 
isJDBCTimeColumn() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
isMergeable() - Method in class org.mybatis.generator.api.GeneratedFile
Checks if is mergeable.
isMergeable() - Method in class org.mybatis.generator.api.GeneratedJavaFile
A Java file is mergeable if the getCompilationUnit() method returns a valid compilation unit.
isMergeable() - Method in class org.mybatis.generator.api.GeneratedKotlinFile
 
isMergeable() - Method in class org.mybatis.generator.api.GeneratedXmlFile
 
isMergeSupported() - Method in interface org.mybatis.generator.api.ShellCallback
Return true if the callback supports Java merging, otherwise false.
isModelOnly - Variable in class org.mybatis.generator.internal.rules.BaseRules
 
isNative() - Method in class org.mybatis.generator.api.dom.java.Method
 
isNullable() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
isOneLineFunction() - Method in class org.mybatis.generator.api.dom.kotlin.KotlinFunction
 
isOverwrite() - Method in class org.mybatis.generator.ant.GeneratorAntTask
 
isOverwriteEnabled() - Method in interface org.mybatis.generator.api.ShellCallback
Return true if the generator should overwrite an existing file if one exists.
isOverwriteEnabled() - Method in class org.mybatis.generator.internal.DefaultShellCallback
 
isPrimitive() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
isSelectByExampleStatementEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
 
isSelectByPrimaryKeyStatementEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
 
isSequenceColumn - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
isSequenceColumn() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
isStatic() - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
 
isStatic() - Method in class org.mybatis.generator.api.dom.java.JavaElement
 
isStringColumn() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
isSynchronized() - Method in class org.mybatis.generator.api.dom.java.Method
 
isTransient() - Method in class org.mybatis.generator.api.dom.java.Field
 
isTrue(String) - Static method in class org.mybatis.generator.internal.util.StringUtility
 
isUpdateByExampleStatementEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
 
isUpdateByPrimaryKeyStatementEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
 
isVarargs() - Method in class org.mybatis.generator.api.dom.java.Parameter
 
isVerbose() - Method in class org.mybatis.generator.ant.GeneratorAntTask
 
isVolatile() - Method in class org.mybatis.generator.api.dom.java.Field
 
isWildcardEscapingEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
 
isXML11 - Variable in class org.mybatis.generator.internal.DomWriter
 

J

JakartaCommonsLoggingImpl - Class in org.mybatis.generator.logging.commons
 
JakartaCommonsLoggingImpl(Class<?>) - Constructor for class org.mybatis.generator.logging.commons.JakartaCommonsLoggingImpl
 
JakartaCommonsLoggingLogFactory - Class in org.mybatis.generator.logging.commons
 
JakartaCommonsLoggingLogFactory() - Constructor for class org.mybatis.generator.logging.commons.JakartaCommonsLoggingLogFactory
 
JAVA_INDENT - Static variable in class org.mybatis.generator.api.dom.java.render.RenderingUtilities
 
JavaBeansUtil - Class in org.mybatis.generator.internal.util
 
JavaClientGeneratorConfiguration - Class in org.mybatis.generator.config
 
JavaClientGeneratorConfiguration() - Constructor for class org.mybatis.generator.config.JavaClientGeneratorConfiguration
 
JavaDomUtils - Class in org.mybatis.generator.api.dom.java
 
JavaElement - Class in org.mybatis.generator.api.dom.java
 
JavaElement() - Constructor for class org.mybatis.generator.api.dom.java.JavaElement
 
JavaElement(JavaElement) - Constructor for class org.mybatis.generator.api.dom.java.JavaElement
 
JavaFormatter - Interface in org.mybatis.generator.api
Objects implementing this interface are used to convert the internal representation of the Java DOM classes into a string suitable for saving to the file system.
javaGenerators - Variable in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
javaIndent(StringBuilder, int) - Static method in class org.mybatis.generator.api.dom.OutputUtilities
Utility method that indents the buffer by the default amount for Java (four spaces per indent level).
JavaMapperGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper
 
JavaMapperGenerator(String) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
JavaMapperGenerator(String, boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
JavaModelGeneratorConfiguration - Class in org.mybatis.generator.config
 
JavaModelGeneratorConfiguration() - Constructor for class org.mybatis.generator.config.JavaModelGeneratorConfiguration
 
javaProperty - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
JavaReservedWords - Class in org.mybatis.generator.api.dom.java
This class contains a list of Java reserved words.
JavaToKotlinTypeConverter - Class in org.mybatis.generator.api.dom.kotlin
This class converts Java types to Kotlin types.
JavaTypeResolver - Interface in org.mybatis.generator.api
This interface describes methods that are required in any Java type resolver.
JavaTypeResolverConfiguration - Class in org.mybatis.generator.config
 
JavaTypeResolverConfiguration() - Constructor for class org.mybatis.generator.config.JavaTypeResolverConfiguration
 
JavaTypeResolverDefaultImpl - Class in org.mybatis.generator.internal.types
 
JavaTypeResolverDefaultImpl() - Constructor for class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
JavaTypeResolverDefaultImpl.JdbcTypeInformation - Class in org.mybatis.generator.internal.types
 
JavaVisibility - Enum in org.mybatis.generator.api.dom.java
Typesafe enum of possible Java visibility settings.
JDBCConnectionConfiguration - Class in org.mybatis.generator.config
 
JDBCConnectionConfiguration() - Constructor for class org.mybatis.generator.config.JDBCConnectionConfiguration
 
JDBCConnectionFactory - Class in org.mybatis.generator.internal
This class assumes that classes are cached elsewhere for performance reasons, but also to make sure that any native libraries are only loaded one time.
JDBCConnectionFactory() - Constructor for class org.mybatis.generator.internal.JDBCConnectionFactory
This constructor is called when this connection factory is specified as the type in a ConnectionFactory configuration element.
JDBCConnectionFactory(JDBCConnectionConfiguration) - Constructor for class org.mybatis.generator.internal.JDBCConnectionFactory
This constructor is called when there is a JDBCConnectionConfiguration specified in the configuration.
jdbcType - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
JdbcTypeInformation(String, FullyQualifiedJavaType) - Constructor for class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl.JdbcTypeInformation
 
jdbcTypeName - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
Jdk14LoggingImpl - Class in org.mybatis.generator.logging.jdk14
 
Jdk14LoggingImpl(Class<?>) - Constructor for class org.mybatis.generator.logging.jdk14.Jdk14LoggingImpl
 
Jdk14LoggingLogFactory - Class in org.mybatis.generator.logging.jdk14
 
Jdk14LoggingLogFactory() - Constructor for class org.mybatis.generator.logging.jdk14.Jdk14LoggingLogFactory
 
joining(CharSequence, CharSequence, CharSequence) - Static method in interface org.mybatis.generator.internal.util.CustomCollectors
Returns a Collector similar to the standard JDK joining collector, except that this collector returns an empty string if there are no elements to collect.

K

KOTLIN_INDENT - Static variable in class org.mybatis.generator.api.dom.kotlin.render.KotlinRenderingUtilities
 
KotlinArg - Class in org.mybatis.generator.api.dom.kotlin
 
KotlinArg.Builder - Class in org.mybatis.generator.api.dom.kotlin
 
KotlinArgRenderer - Class in org.mybatis.generator.api.dom.kotlin.render
 
KotlinArgRenderer() - Constructor for class org.mybatis.generator.api.dom.kotlin.render.KotlinArgRenderer
 
kotlinDataClassGenerated(KotlinFile, KotlinType, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
kotlinDataClassGenerated(KotlinFile, KotlinType, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
 
kotlinDataClassGenerated(KotlinFile, KotlinType, IntrospectedTable) - Method in class org.mybatis.generator.plugins.SerializablePlugin
 
KotlinDataClassGenerator - Class in org.mybatis.generator.runtime.kotlin
 
KotlinDataClassGenerator(String) - Constructor for class org.mybatis.generator.runtime.kotlin.KotlinDataClassGenerator
 
KotlinDynamicSqlSupportClassGenerator - Class in org.mybatis.generator.runtime.kotlin
 
KotlinDynamicSqlSupportClassGenerator(Context, IntrospectedTable, List<String>) - Constructor for class org.mybatis.generator.runtime.kotlin.KotlinDynamicSqlSupportClassGenerator
 
KotlinFile - Class in org.mybatis.generator.api.dom.kotlin
 
KotlinFile(String) - Constructor for class org.mybatis.generator.api.dom.kotlin.KotlinFile
 
KotlinFileRenderer - Class in org.mybatis.generator.api.dom.kotlin.render
 
KotlinFileRenderer() - Constructor for class org.mybatis.generator.api.dom.kotlin.render.KotlinFileRenderer
 
KotlinFormatter - Interface in org.mybatis.generator.api
Objects implementing this interface are used to convert the internal representation of the Kotlin DOM classes into a string suitable for saving to the file system.
KotlinFragmentGenerator - Class in org.mybatis.generator.runtime.kotlin.elements
 
KotlinFragmentGenerator.Builder - Class in org.mybatis.generator.runtime.kotlin.elements
 
KotlinFunction - Class in org.mybatis.generator.api.dom.kotlin
 
KotlinFunction.Builder - Class in org.mybatis.generator.api.dom.kotlin
 
KotlinFunctionAndImports - Class in org.mybatis.generator.runtime.kotlin.elements
 
KotlinFunctionAndImports.Builder - Class in org.mybatis.generator.runtime.kotlin.elements
 
KotlinFunctionParts - Class in org.mybatis.generator.runtime.kotlin.elements
 
KotlinFunctionParts.Builder - Class in org.mybatis.generator.runtime.kotlin.elements
 
KotlinFunctionRenderer - Class in org.mybatis.generator.api.dom.kotlin.render
 
KotlinFunctionRenderer() - Constructor for class org.mybatis.generator.api.dom.kotlin.render.KotlinFunctionRenderer
 
kotlinGenerators - Variable in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
kotlinIndent(String) - Static method in class org.mybatis.generator.api.dom.kotlin.render.KotlinRenderingUtilities
 
kotlinIndent(StringBuilder, int) - Static method in class org.mybatis.generator.api.dom.OutputUtilities
Utility method that indents the buffer by the default amount for Kotlin (four spaces per indent level).
KotlinMapperAndExtensionsGenerator - Class in org.mybatis.generator.runtime.kotlin
 
KotlinMapperAndExtensionsGenerator(String) - Constructor for class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
KotlinModifier - Enum in org.mybatis.generator.api.dom.kotlin
Nearly complete list of Kotlin modifiers.
KotlinNamedItem - Class in org.mybatis.generator.api.dom.kotlin
 
KotlinNamedItem(KotlinNamedItem.AbstractBuilder<?>) - Constructor for class org.mybatis.generator.api.dom.kotlin.KotlinNamedItem
 
KotlinNamedItem.AbstractBuilder<T> - Class in org.mybatis.generator.api.dom.kotlin
 
KotlinNamedItemContainer - Class in org.mybatis.generator.api.dom.kotlin
 
KotlinNamedItemContainer(KotlinNamedItemContainer.NamedItemContainerBuilder<?>) - Constructor for class org.mybatis.generator.api.dom.kotlin.KotlinNamedItemContainer
 
KotlinNamedItemContainer.NamedItemContainerBuilder<T> - Class in org.mybatis.generator.api.dom.kotlin
 
KotlinNamedItemRenderer - Class in org.mybatis.generator.api.dom.kotlin.render
 
KotlinNamedItemRenderer() - Constructor for class org.mybatis.generator.api.dom.kotlin.render.KotlinNamedItemRenderer
 
KotlinNamedItemVisitor<R> - Interface in org.mybatis.generator.api.dom.kotlin
 
KotlinProperty - Class in org.mybatis.generator.api.dom.kotlin
 
KotlinProperty.Builder - Class in org.mybatis.generator.api.dom.kotlin
 
KotlinProperty.Type - Enum in org.mybatis.generator.api.dom.kotlin
 
KotlinPropertyAndImports - Class in org.mybatis.generator.runtime.kotlin.elements
 
KotlinPropertyAndImports.Builder - Class in org.mybatis.generator.runtime.kotlin.elements
 
KotlinPropertyRenderer - Class in org.mybatis.generator.api.dom.kotlin.render
 
KotlinPropertyRenderer() - Constructor for class org.mybatis.generator.api.dom.kotlin.render.KotlinPropertyRenderer
 
KotlinRenderingUtilities - Class in org.mybatis.generator.api.dom.kotlin.render
 
KotlinType - Class in org.mybatis.generator.api.dom.kotlin
 
KotlinType.Builder - Class in org.mybatis.generator.api.dom.kotlin
 
KotlinType.Type - Enum in org.mybatis.generator.api.dom.kotlin
 
KotlinTypeRenderer - Class in org.mybatis.generator.api.dom.kotlin.render
 
KotlinTypeRenderer() - Constructor for class org.mybatis.generator.api.dom.kotlin.render.KotlinTypeRenderer
 

L

LATE_INIT - Enum constant in enum org.mybatis.generator.api.dom.kotlin.KotlinModifier
 
length - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
listOf(KotlinFile...) - Method in class org.mybatis.generator.codegen.AbstractKotlinGenerator
 
ListUtilities - Class in org.mybatis.generator.codegen.mybatis3
Couple of little utility methods to make dealing with generated always columns easier.
Log - Interface in org.mybatis.generator.logging
 
Log4j2AbstractLoggerImpl - Class in org.mybatis.generator.logging.log4j2
 
Log4j2AbstractLoggerImpl(AbstractLogger) - Constructor for class org.mybatis.generator.logging.log4j2.Log4j2AbstractLoggerImpl
 
Log4j2Impl - Class in org.mybatis.generator.logging.log4j2
 
Log4j2Impl(Class<?>) - Constructor for class org.mybatis.generator.logging.log4j2.Log4j2Impl
 
Log4j2LoggerImpl - Class in org.mybatis.generator.logging.log4j2
 
Log4j2LoggerImpl(Logger) - Constructor for class org.mybatis.generator.logging.log4j2.Log4j2LoggerImpl
 
Log4j2LoggingLogFactory - Class in org.mybatis.generator.logging.log4j2
 
Log4j2LoggingLogFactory() - Constructor for class org.mybatis.generator.logging.log4j2.Log4j2LoggingLogFactory
 
LogException - Exception Class in org.mybatis.generator.logging
 
LogException() - Constructor for exception class org.mybatis.generator.logging.LogException
 
LogException(String) - Constructor for exception class org.mybatis.generator.logging.LogException
 
LogException(String, Throwable) - Constructor for exception class org.mybatis.generator.logging.LogException
 
LogException(Throwable) - Constructor for exception class org.mybatis.generator.logging.LogException
 
LogFactory - Class in org.mybatis.generator.logging
Factory for creating loggers.

M

main(String[]) - Static method in class org.mybatis.generator.api.ShellRunner
 
makeSerializable(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.plugins.SerializablePlugin
 
MapperAnnotationPlugin - Class in org.mybatis.generator.plugins
 
MapperAnnotationPlugin() - Constructor for class org.mybatis.generator.plugins.MapperAnnotationPlugin
 
MapperConfigPlugin - Class in org.mybatis.generator.plugins
This plugin generates a MapperConfig file containing mapper entries for SQL maps generated for MyBatis3.
MapperConfigPlugin() - Constructor for class org.mybatis.generator.plugins.MapperConfigPlugin
 
mapperExtensionsGenerated(KotlinFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
Deprecated.
this method is no longer called
mapperGenerated(KotlinFile, KotlinType, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
mapperGenerated(KotlinFile, KotlinType, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
 
mapperGenerated(KotlinFile, KotlinType, IntrospectedTable) - Method in class org.mybatis.generator.plugins.CacheNamespacePlugin
 
MARKER - Static variable in class org.mybatis.generator.logging.LogFactory
 
matches(String) - Method in class org.mybatis.generator.config.IgnoredColumn
 
matches(String) - Method in class org.mybatis.generator.config.IgnoredColumnPattern
 
MergeConstants - Class in org.mybatis.generator.config
This class holds constants useful in the XML and Java merging operations.
mergeJavaFile(String, File, String[], String) - Method in interface org.mybatis.generator.api.ShellCallback
This method is called if a newly generated Java file would overwrite an existing file.
Messages - Class in org.mybatis.generator.internal.util.messages
 
Method - Class in org.mybatis.generator.api.dom.java
 
Method(String) - Constructor for class org.mybatis.generator.api.dom.java.Method
 
Method(Method) - Constructor for class org.mybatis.generator.api.dom.java.Method
Copy constructor.
MethodAndImports - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
MethodAndImports.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
MethodParts - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
MethodParts.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
MethodRenderer - Class in org.mybatis.generator.api.dom.java.render
 
MethodRenderer() - Constructor for class org.mybatis.generator.api.dom.java.render.MethodRenderer
 
MixedClientGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper
This class overrides the base mapper to provide annotated methods for the methods that don't require SQL provider support.
MixedClientGenerator(String) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.MixedClientGenerator
 
MixedMapperGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper
 
MixedMapperGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.MixedMapperGenerator
 
MODEL_GENERATOR_EXAMPLE_PACKAGE - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
MODEL_GENERATOR_EXAMPLE_PROJECT - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
MODEL_GENERATOR_TRIM_STRINGS - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
modelBaseRecordClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
modelBaseRecordClassGenerated(TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called after the base record class is generated by the JavaModelGenerator.
modelBaseRecordClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.plugins.EqualsHashCodePlugin
 
modelBaseRecordClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.plugins.SerializablePlugin
 
modelBaseRecordClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.plugins.ToStringPlugin
 
modelExampleClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
modelExampleClassGenerated(TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called after the example class is generated by the JavaModelGenerator.
modelExampleClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.plugins.CaseInsensitiveLikePlugin
 
modelFieldGenerated(Field, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - Method in class org.mybatis.generator.api.CompositePlugin
 
modelFieldGenerated(Field, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - Method in interface org.mybatis.generator.api.Plugin
This method is called after the field is generated for a specific column in a table.
modelGetterMethodGenerated(Method, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - Method in class org.mybatis.generator.api.CompositePlugin
 
modelGetterMethodGenerated(Method, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - Method in interface org.mybatis.generator.api.Plugin
This method is called after the getter, or accessor, method is generated for a specific column in a table.
modelPrimaryKeyClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
modelPrimaryKeyClassGenerated(TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called after the primary key class is generated by the JavaModelGenerator.
modelPrimaryKeyClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.plugins.EqualsHashCodePlugin
 
modelPrimaryKeyClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.plugins.SerializablePlugin
 
modelPrimaryKeyClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.plugins.ToStringPlugin
 
modelRecordWithBLOBsClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
modelRecordWithBLOBsClassGenerated(TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called after the record with BLOBs class is generated by the JavaModelGenerator.
modelRecordWithBLOBsClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.plugins.EqualsHashCodePlugin
 
modelRecordWithBLOBsClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.plugins.SerializablePlugin
 
modelRecordWithBLOBsClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.plugins.ToStringPlugin
 
modelSetterMethodGenerated(Method, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - Method in class org.mybatis.generator.api.CompositePlugin
 
modelSetterMethodGenerated(Method, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - Method in interface org.mybatis.generator.api.Plugin
This method is called after the setter, or mutator, method is generated for a specific column in a table.
modelSetterMethodGenerated(Method, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - Method in class org.mybatis.generator.plugins.FluentBuilderMethodsPlugin
 
ModelType - Enum in org.mybatis.generator.config
Typesafe enum of different model types.
MultiMessageException - Exception Class in org.mybatis.generator.exception
 
MultiMessageException(String) - Constructor for exception class org.mybatis.generator.exception.MultiMessageException
 
MultiMessageException(List<String>) - Constructor for exception class org.mybatis.generator.exception.MultiMessageException
 
MYBATIS_GENERATOR_CONFIG_PUBLIC_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
 
MYBATIS_GENERATOR_CONFIG_SYSTEM_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
 
MYBATIS3 - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.TargetRuntime
 
MYBATIS3_DSQL - Enum constant in enum org.mybatis.generator.api.IntrospectedTable.TargetRuntime
 
MYBATIS3_MAPPER_CONFIG_PUBLIC_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
 
MYBATIS3_MAPPER_CONFIG_SYSTEM_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
 
MYBATIS3_MAPPER_PUBLIC_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
 
MYBATIS3_MAPPER_SYSTEM_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
 
MyBatis3FormattingUtilities - Class in org.mybatis.generator.codegen.mybatis3
 
MyBatisGenerator - Class in org.mybatis.generator.api
This class is the main interface to MyBatis generator.
MyBatisGenerator(Configuration, ShellCallback, List<String>) - Constructor for class org.mybatis.generator.api.MyBatisGenerator
Constructs a MyBatisGenerator object.
MyBatisGeneratorConfigurationParser - Class in org.mybatis.generator.config.xml
This class parses configuration files into the new Configuration API.
MyBatisGeneratorConfigurationParser(Properties) - Constructor for class org.mybatis.generator.config.xml.MyBatisGeneratorConfigurationParser
 
MYSQL - Enum constant in enum org.mybatis.generator.internal.db.DatabaseDialects
 

N

NamedItemContainerBuilder(String) - Constructor for class org.mybatis.generator.api.dom.kotlin.KotlinNamedItemContainer.NamedItemContainerBuilder
 
NEW_ELEMENT_TAG - Static variable in class org.mybatis.generator.config.MergeConstants
 
newArg(String) - Static method in class org.mybatis.generator.api.dom.kotlin.KotlinArg
 
newClass(String) - Static method in class org.mybatis.generator.api.dom.kotlin.KotlinType
 
newCompanionObject() - Static method in class org.mybatis.generator.api.dom.kotlin.KotlinType
 
newCompanionObject(String) - Static method in class org.mybatis.generator.api.dom.kotlin.KotlinType
 
newInterface(String) - Static method in class org.mybatis.generator.api.dom.kotlin.KotlinType
 
newMultiLineFunction(String) - Static method in class org.mybatis.generator.api.dom.kotlin.KotlinFunction
 
newObject(String) - Static method in class org.mybatis.generator.api.dom.kotlin.KotlinType
 
newOneLineFunction(String) - Static method in class org.mybatis.generator.api.dom.kotlin.KotlinFunction
 
newVal(String) - Static method in class org.mybatis.generator.api.dom.kotlin.KotlinProperty
 
newVar(String) - Static method in class org.mybatis.generator.api.dom.kotlin.KotlinProperty
 
NoLoggingImpl - Class in org.mybatis.generator.logging.nologging
 
NoLoggingImpl() - Constructor for class org.mybatis.generator.logging.nologging.NoLoggingImpl
 
NoLoggingLogFactory - Class in org.mybatis.generator.logging.nologging
 
NoLoggingLogFactory() - Constructor for class org.mybatis.generator.logging.nologging.NoLoggingLogFactory
 
normalizeAndPrint(char, boolean) - Method in class org.mybatis.generator.internal.DomWriter
 
normalizeAndPrint(String, boolean) - Method in class org.mybatis.generator.internal.DomWriter
 
nullable - Variable in class org.mybatis.generator.api.IntrospectedColumn
 

O

OBJECT - Enum constant in enum org.mybatis.generator.api.dom.kotlin.KotlinType.Type
 
ObjectFactory - Class in org.mybatis.generator.internal
This class creates the different objects needed by the generator.
of(IntrospectedTable, CommentGenerator, List<String>) - Static method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlSupportClassGenerator
 
OPEN - Enum constant in enum org.mybatis.generator.api.dom.kotlin.KotlinModifier
 
OPERATOR - Enum constant in enum org.mybatis.generator.api.dom.kotlin.KotlinModifier
 
org.mybatis.generator.ant - package org.mybatis.generator.ant
 
org.mybatis.generator.api - package org.mybatis.generator.api
Provides the main classes and interfaces used by clients of MyBatis Generator.
org.mybatis.generator.api.dom - package org.mybatis.generator.api.dom
 
org.mybatis.generator.api.dom.java - package org.mybatis.generator.api.dom.java
 
org.mybatis.generator.api.dom.java.render - package org.mybatis.generator.api.dom.java.render
 
org.mybatis.generator.api.dom.kotlin - package org.mybatis.generator.api.dom.kotlin
 
org.mybatis.generator.api.dom.kotlin.render - package org.mybatis.generator.api.dom.kotlin.render
 
org.mybatis.generator.api.dom.xml - package org.mybatis.generator.api.dom.xml
 
org.mybatis.generator.api.dom.xml.render - package org.mybatis.generator.api.dom.xml.render
 
org.mybatis.generator.codegen - package org.mybatis.generator.codegen
 
org.mybatis.generator.codegen.mybatis3 - package org.mybatis.generator.codegen.mybatis3
 
org.mybatis.generator.codegen.mybatis3.javamapper - package org.mybatis.generator.codegen.mybatis3.javamapper
 
org.mybatis.generator.codegen.mybatis3.javamapper.elements - package org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated - package org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
 
org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider - package org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
 
org.mybatis.generator.codegen.mybatis3.model - package org.mybatis.generator.codegen.mybatis3.model
 
org.mybatis.generator.codegen.mybatis3.xmlmapper - package org.mybatis.generator.codegen.mybatis3.xmlmapper
 
org.mybatis.generator.codegen.mybatis3.xmlmapper.elements - package org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
org.mybatis.generator.config - package org.mybatis.generator.config
 
org.mybatis.generator.config.xml - package org.mybatis.generator.config.xml
 
org.mybatis.generator.exception - package org.mybatis.generator.exception
 
org.mybatis.generator.internal - package org.mybatis.generator.internal
 
org.mybatis.generator.internal.db - package org.mybatis.generator.internal.db
 
org.mybatis.generator.internal.rules - package org.mybatis.generator.internal.rules
 
org.mybatis.generator.internal.types - package org.mybatis.generator.internal.types
 
org.mybatis.generator.internal.util - package org.mybatis.generator.internal.util
 
org.mybatis.generator.internal.util.messages - package org.mybatis.generator.internal.util.messages
 
org.mybatis.generator.logging - package org.mybatis.generator.logging
 
org.mybatis.generator.logging.commons - package org.mybatis.generator.logging.commons
 
org.mybatis.generator.logging.jdk14 - package org.mybatis.generator.logging.jdk14
 
org.mybatis.generator.logging.log4j2 - package org.mybatis.generator.logging.log4j2
 
org.mybatis.generator.logging.nologging - package org.mybatis.generator.logging.nologging
 
org.mybatis.generator.logging.slf4j - package org.mybatis.generator.logging.slf4j
 
org.mybatis.generator.plugins - package org.mybatis.generator.plugins
 
org.mybatis.generator.plugins.dsql - package org.mybatis.generator.plugins.dsql
 
org.mybatis.generator.runtime.dynamic.sql - package org.mybatis.generator.runtime.dynamic.sql
 
org.mybatis.generator.runtime.dynamic.sql.elements - package org.mybatis.generator.runtime.dynamic.sql.elements
 
org.mybatis.generator.runtime.kotlin - package org.mybatis.generator.runtime.kotlin
 
org.mybatis.generator.runtime.kotlin.elements - package org.mybatis.generator.runtime.kotlin.elements
 
OutputUtilities - Class in org.mybatis.generator.api.dom
 
OVERRIDE - Enum constant in enum org.mybatis.generator.api.dom.kotlin.KotlinModifier
 
overrideDefaultType(IntrospectedColumn, FullyQualifiedJavaType) - Method in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 

P

Parameter - Class in org.mybatis.generator.api.dom.java
 
Parameter(FullyQualifiedJavaType, String) - Constructor for class org.mybatis.generator.api.dom.java.Parameter
 
Parameter(FullyQualifiedJavaType, String, boolean) - Constructor for class org.mybatis.generator.api.dom.java.Parameter
 
Parameter(FullyQualifiedJavaType, String, String) - Constructor for class org.mybatis.generator.api.dom.java.Parameter
 
Parameter(FullyQualifiedJavaType, String, String, boolean) - Constructor for class org.mybatis.generator.api.dom.java.Parameter
 
ParameterRenderer - Class in org.mybatis.generator.api.dom.java.render
 
ParameterRenderer() - Constructor for class org.mybatis.generator.api.dom.java.render.ParameterRenderer
 
parseAttributes(Node) - Method in class org.mybatis.generator.config.xml.MyBatisGeneratorConfigurationParser
 
parseClassPathEntry(Configuration, Node) - Method in class org.mybatis.generator.config.xml.MyBatisGeneratorConfigurationParser
 
parseCommentGenerator(Context, Node) - Method in class org.mybatis.generator.config.xml.MyBatisGeneratorConfigurationParser
 
parseConfiguration(File) - Method in class org.mybatis.generator.config.xml.ConfigurationParser
 
parseConfiguration(InputStream) - Method in class org.mybatis.generator.config.xml.ConfigurationParser
 
parseConfiguration(Reader) - Method in class org.mybatis.generator.config.xml.ConfigurationParser
 
parseConfiguration(Element) - Method in class org.mybatis.generator.config.xml.MyBatisGeneratorConfigurationParser
 
parseConnectionFactory(Context, Node) - Method in class org.mybatis.generator.config.xml.MyBatisGeneratorConfigurationParser
 
parseJavaModelGenerator(Context, Node) - Method in class org.mybatis.generator.config.xml.MyBatisGeneratorConfigurationParser
 
parseJavaTypeResolver(Context, Node) - Method in class org.mybatis.generator.config.xml.MyBatisGeneratorConfigurationParser
 
parseJdbcConnection(Context, Node) - Method in class org.mybatis.generator.config.xml.MyBatisGeneratorConfigurationParser
 
parseProperties(Node) - Method in class org.mybatis.generator.config.xml.MyBatisGeneratorConfigurationParser
 
parseProperty(PropertyHolder, Node) - Method in class org.mybatis.generator.config.xml.MyBatisGeneratorConfigurationParser
 
ParserEntityResolver - Class in org.mybatis.generator.config.xml
 
ParserEntityResolver() - Constructor for class org.mybatis.generator.config.xml.ParserEntityResolver
 
ParserErrorHandler - Class in org.mybatis.generator.config.xml
 
ParserErrorHandler(List<String>, List<String>) - Constructor for class org.mybatis.generator.config.xml.ParserErrorHandler
 
parseSqlMapGenerator(Context, Node) - Method in class org.mybatis.generator.config.xml.MyBatisGeneratorConfigurationParser
 
parseTable(Context, Node) - Method in class org.mybatis.generator.config.xml.MyBatisGeneratorConfigurationParser
 
Plugin - Interface in org.mybatis.generator.api
This interface defines methods that will be called at different times during the code generation process.
Plugin.ModelClassType - Enum in org.mybatis.generator.api
 
PluginAdapter - Class in org.mybatis.generator.api
This class is a convenient base class for implementing plugins.
PluginAdapter() - Constructor for class org.mybatis.generator.api.PluginAdapter
 
PluginAggregator - Class in org.mybatis.generator.internal
This class is for internal use only.
PluginAggregator() - Constructor for class org.mybatis.generator.internal.PluginAggregator
 
PluginConfiguration - Class in org.mybatis.generator.config
 
PluginConfiguration() - Constructor for class org.mybatis.generator.config.PluginConfiguration
 
preCalculate() - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
preCalculate() - Method in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
PRIMARY_KEY - Enum constant in enum org.mybatis.generator.api.Plugin.ModelClassType
 
primaryKeyColumns - Variable in class org.mybatis.generator.api.IntrospectedTable
 
PrimaryKeyGenerator - Class in org.mybatis.generator.codegen.mybatis3.model
 
PrimaryKeyGenerator(String) - Constructor for class org.mybatis.generator.codegen.mybatis3.model.PrimaryKeyGenerator
 
PrimitiveTypeWrapper - Class in org.mybatis.generator.api.dom.java
 
printWriter - Variable in class org.mybatis.generator.internal.DomWriter
 
PRIVATE - Enum constant in enum org.mybatis.generator.api.dom.java.JavaVisibility
 
PRIVATE - Enum constant in enum org.mybatis.generator.api.dom.kotlin.KotlinModifier
 
progressCallback - Variable in class org.mybatis.generator.codegen.AbstractGenerator
 
ProgressCallback - Interface in org.mybatis.generator.api
This interface can be implemented to return progress information from the file generation process.
properties - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
properties - Variable in class org.mybatis.generator.api.PluginAdapter
 
properties - Variable in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
PropertyHolder - Class in org.mybatis.generator.config
 
PropertyHolder() - Constructor for class org.mybatis.generator.config.PropertyHolder
 
PropertyRegistry - Class in org.mybatis.generator.config
This class holds constants for all properties recognized by the different configuration elements.
PROTECTED - Enum constant in enum org.mybatis.generator.api.dom.java.JavaVisibility
 
PROTECTED - Enum constant in enum org.mybatis.generator.api.dom.kotlin.KotlinModifier
 
providerApplyWhereMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
providerApplyWhereMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the applyWhere method has been generated in the SQL provider.
ProviderApplyWhereMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
 
ProviderApplyWhereMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderApplyWhereMethodGenerator
 
providerCountByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
providerCountByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the countByExample method has been generated in the SQL provider.
ProviderCountByExampleMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
 
ProviderCountByExampleMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderCountByExampleMethodGenerator
 
providerDeleteByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
providerDeleteByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the deleteByExample method has been generated in the SQL provider.
ProviderDeleteByExampleMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
 
ProviderDeleteByExampleMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderDeleteByExampleMethodGenerator
 
providerGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
providerGenerated(TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the SQL provider has been generated.
providerInsertSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
providerInsertSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the insertSelective method has been generated in the SQL provider.
ProviderInsertSelectiveMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
 
ProviderInsertSelectiveMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderInsertSelectiveMethodGenerator
 
providerSelectByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
providerSelectByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the selectByExampleWithBLOBs method has been generated in the SQL provider.
ProviderSelectByExampleWithBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
 
ProviderSelectByExampleWithBLOBsMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithBLOBsMethodGenerator
 
providerSelectByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
providerSelectByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the selectByExampleWithoutBLOBs method has been generated in the SQL provider.
ProviderSelectByExampleWithoutBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
 
ProviderSelectByExampleWithoutBLOBsMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithoutBLOBsMethodGenerator
 
providerUpdateByExampleSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
providerUpdateByExampleSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByExampleSelective method has been generated in the SQL provider.
ProviderUpdateByExampleSelectiveMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
 
ProviderUpdateByExampleSelectiveMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleSelectiveMethodGenerator
 
providerUpdateByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
providerUpdateByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByExampleWithBLOBs method has been generated in the SQL provider.
ProviderUpdateByExampleWithBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
 
ProviderUpdateByExampleWithBLOBsMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithBLOBsMethodGenerator
 
providerUpdateByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
providerUpdateByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByExampleWithoutBLOBs method has been generated in the SQL provider.
ProviderUpdateByExampleWithoutBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
 
ProviderUpdateByExampleWithoutBLOBsMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithoutBLOBsMethodGenerator
 
providerUpdateByPrimaryKeySelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
providerUpdateByPrimaryKeySelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByPrimaryKeySelective method has been generated in the SQL provider.
ProviderUpdateByPrimaryKeySelectiveMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
 
ProviderUpdateByPrimaryKeySelectiveMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByPrimaryKeySelectiveMethodGenerator
 
PUBLIC - Enum constant in enum org.mybatis.generator.api.dom.java.JavaVisibility
 
PUBLIC - Enum constant in enum org.mybatis.generator.api.dom.kotlin.KotlinModifier
 
PublicDocType - Class in org.mybatis.generator.api.dom.xml
 
PublicDocType(String, String) - Constructor for class org.mybatis.generator.api.dom.xml.PublicDocType
 

R

READ_ONLY - Enum constant in enum org.mybatis.generator.plugins.CachePlugin.CacheProperty
 
READ_WRITE - Enum constant in enum org.mybatis.generator.plugins.CacheNamespacePlugin.CacheProperty
 
ReadOnlyPlugin - Class in org.mybatis.generator.plugins.dsql
Disables delete, insert, delete, and update methods in the MyBatisDynamicSQLV2 runtime.
ReadOnlyPlugin() - Constructor for class org.mybatis.generator.plugins.dsql.ReadOnlyPlugin
 
RECORD_WITH_BLOBS - Enum constant in enum org.mybatis.generator.api.Plugin.ModelClassType
 
recordType - Variable in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
recordType - Variable in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
RecordWithBLOBsGenerator - Class in org.mybatis.generator.codegen.mybatis3.model
 
RecordWithBLOBsGenerator(String) - Constructor for class org.mybatis.generator.codegen.mybatis3.model.RecordWithBLOBsGenerator
 
refreshProject(String) - Method in interface org.mybatis.generator.api.ShellCallback
After all files are saved to the file system, this method is called once for each unique project that was affected by the generation run.
remarks - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
remarks - Variable in class org.mybatis.generator.api.IntrospectedTable
Table remarks retrieved from database metadata.
removeAttribute(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
removeGeneratedAlwaysColumns(List<IntrospectedColumn>) - Static method in class org.mybatis.generator.codegen.mybatis3.ListUtilities
 
removeIdentityAndGeneratedAlwaysColumns(List<IntrospectedColumn>) - Static method in class org.mybatis.generator.codegen.mybatis3.ListUtilities
 
removeLastEmptyLine(List<String>) - Static method in class org.mybatis.generator.api.dom.java.render.RenderingUtilities
 
RenameExampleClassPlugin - Class in org.mybatis.generator.plugins
This plugin demonstrates overriding the initialized() method to rename the generated example classes.
RenameExampleClassPlugin() - Constructor for class org.mybatis.generator.plugins.RenameExampleClassPlugin
 
render(List<String>) - Method in class org.mybatis.generator.api.dom.java.render.BodyLineRenderer
 
render(Field, CompilationUnit) - Method in class org.mybatis.generator.api.dom.java.render.FieldRenderer
 
render(InitializationBlock) - Method in class org.mybatis.generator.api.dom.java.render.InitializationBlockRenderer
 
render(InnerClass, CompilationUnit) - Method in class org.mybatis.generator.api.dom.java.render.InnerClassRenderer
 
render(InnerEnum, CompilationUnit) - Method in class org.mybatis.generator.api.dom.java.render.InnerEnumRenderer
 
render(InnerInterface, CompilationUnit) - Method in class org.mybatis.generator.api.dom.java.render.InnerInterfaceRenderer
 
render(Interface) - Method in class org.mybatis.generator.api.dom.java.render.TopLevelInterfaceRenderer
 
render(Method, boolean, CompilationUnit) - Method in class org.mybatis.generator.api.dom.java.render.MethodRenderer
 
render(Parameter, CompilationUnit) - Method in class org.mybatis.generator.api.dom.java.render.ParameterRenderer
 
render(TopLevelClass) - Method in class org.mybatis.generator.api.dom.java.render.TopLevelClassRenderer
 
render(TopLevelEnumeration) - Method in class org.mybatis.generator.api.dom.java.render.TopLevelEnumerationRenderer
 
render(TypeParameter, CompilationUnit) - Method in class org.mybatis.generator.api.dom.java.render.TypeParameterRenderer
 
render(KotlinArg) - Method in class org.mybatis.generator.api.dom.kotlin.render.KotlinArgRenderer
 
render(KotlinFile) - Method in class org.mybatis.generator.api.dom.kotlin.render.KotlinFileRenderer
 
render(KotlinFunction) - Method in class org.mybatis.generator.api.dom.kotlin.render.KotlinFunctionRenderer
 
render(KotlinNamedItem) - Method in class org.mybatis.generator.api.dom.kotlin.render.KotlinNamedItemRenderer
 
render(KotlinProperty) - Method in class org.mybatis.generator.api.dom.kotlin.render.KotlinPropertyRenderer
 
render(KotlinType) - Method in class org.mybatis.generator.api.dom.kotlin.render.KotlinTypeRenderer
 
render(Attribute) - Method in class org.mybatis.generator.api.dom.xml.render.AttributeRenderer
 
render(Document) - Method in class org.mybatis.generator.api.dom.xml.render.DocumentRenderer
 
renderClassOrEnumMethods(List<Method>, CompilationUnit) - Static method in class org.mybatis.generator.api.dom.java.render.RenderingUtilities
 
renderFields(List<Field>, CompilationUnit) - Static method in class org.mybatis.generator.api.dom.java.render.RenderingUtilities
 
renderImports(CompilationUnit) - Static method in class org.mybatis.generator.api.dom.java.render.RenderingUtilities
 
RenderingUtilities - Class in org.mybatis.generator.api.dom.java.render
 
renderInitializationBlocks(List<InitializationBlock>) - Static method in class org.mybatis.generator.api.dom.java.render.RenderingUtilities
 
renderInnerClasses(List<InnerClass>, CompilationUnit) - Static method in class org.mybatis.generator.api.dom.java.render.RenderingUtilities
 
renderInnerClassNoIndent(InnerClass, CompilationUnit) - Static method in class org.mybatis.generator.api.dom.java.render.RenderingUtilities
 
renderInnerEnumNoIndent(InnerEnum, CompilationUnit) - Static method in class org.mybatis.generator.api.dom.java.render.RenderingUtilities
 
renderInnerEnums(List<InnerEnum>, CompilationUnit) - Static method in class org.mybatis.generator.api.dom.java.render.RenderingUtilities
 
renderInnerInterfaceNoIndent(InnerInterface, CompilationUnit) - Static method in class org.mybatis.generator.api.dom.java.render.RenderingUtilities
 
renderInnerInterfaces(List<InnerInterface>, CompilationUnit) - Static method in class org.mybatis.generator.api.dom.java.render.RenderingUtilities
 
renderInterfaceMethods(List<Method>, CompilationUnit) - Static method in class org.mybatis.generator.api.dom.java.render.RenderingUtilities
 
renderModifiers(List<KotlinModifier>) - Static method in class org.mybatis.generator.api.dom.kotlin.render.KotlinRenderingUtilities
 
renderPackage(CompilationUnit) - Static method in class org.mybatis.generator.api.dom.java.render.RenderingUtilities
 
renderStaticImports(CompilationUnit) - Static method in class org.mybatis.generator.api.dom.java.render.RenderingUtilities
 
renderTypeParameters(List<TypeParameter>, CompilationUnit) - Static method in class org.mybatis.generator.api.dom.java.render.RenderingUtilities
 
renderWithChildren(XmlElement) - Method in class org.mybatis.generator.api.dom.xml.render.ElementRenderer
 
requiresXMLGenerator() - Method in class org.mybatis.generator.api.IntrospectedTable
Should return true if an XML generator is required for this table.
requiresXMLGenerator() - Method in class org.mybatis.generator.codegen.AbstractJavaClientGenerator
Returns true is a matching XML generator is required.
requiresXMLGenerator() - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
requiresXMLGenerator() - Method in class org.mybatis.generator.runtime.dynamic.sql.IntrospectedTableMyBatis3DynamicSqlImpl
 
requiresXMLGenerator() - Method in class org.mybatis.generator.runtime.kotlin.IntrospectedTableKotlinImpl
 
reset() - Static method in class org.mybatis.generator.codegen.RootClassInfo
Clears the internal map containing root class info.
reset() - Static method in class org.mybatis.generator.internal.ObjectFactory
Clears the class loaders.
resolveEntity(String, String) - Method in class org.mybatis.generator.config.xml.ParserEntityResolver
 
RESULT - Enum constant in enum org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator.ResultElementType
 
resultMapId - Variable in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
resultMapId - Variable in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
ResultMapWithBLOBsElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
ResultMapWithBLOBsElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.ResultMapWithBLOBsElementGenerator
 
ResultMapWithoutBLOBsElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
ResultMapWithoutBLOBsElementGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.ResultMapWithoutBLOBsElementGenerator
 
RootClassInfo - Class in org.mybatis.generator.codegen
Holds information about a class (uses the JavaBeans Introspector to find properties).
RowBoundsPlugin - Class in org.mybatis.generator.plugins
This plugin will add selectByExample methods that include rowBounds parameters to the generated mapper interface.
RowBoundsPlugin() - Constructor for class org.mybatis.generator.plugins.RowBoundsPlugin
 
rules - Variable in class org.mybatis.generator.api.IntrospectedTable
 
rules - Variable in class org.mybatis.generator.internal.rules.RulesDelegate
 
Rules - Interface in org.mybatis.generator.internal.rules
This interface centralizes all the rules related to code generation - including the methods and objects to create, and certain attributes related to those objects.
RulesDelegate - Class in org.mybatis.generator.internal.rules
This class can be used by plugins to easily implement a custom rules implementation.
RulesDelegate(Rules) - Constructor for class org.mybatis.generator.internal.rules.RulesDelegate
 

S

saveStarted(int) - Method in interface org.mybatis.generator.api.ProgressCallback
Called to note the start of the file saving phase, and to note the maximum number of startTask messages that will be sent for the file saving phase.
scale - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
SEALED - Enum constant in enum org.mybatis.generator.api.dom.kotlin.KotlinModifier
 
SelectAllMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
The selectAll method is only generated by the Mybatis3Simple runtime.
SelectAllMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectAllMethodGenerator
 
SelectByExampleWithBLOBsElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
SelectByExampleWithBLOBsElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SelectByExampleWithBLOBsElementGenerator
 
SelectByExampleWithBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
SelectByExampleWithBLOBsMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByExampleWithBLOBsMethodGenerator
 
SelectByExampleWithoutBLOBsElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
SelectByExampleWithoutBLOBsElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SelectByExampleWithoutBLOBsElementGenerator
 
SelectByExampleWithoutBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
SelectByExampleWithoutBLOBsMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByExampleWithoutBLOBsMethodGenerator
 
SelectByPrimaryKeyElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
SelectByPrimaryKeyElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SelectByPrimaryKeyElementGenerator
 
SelectByPrimaryKeyMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
SelectByPrimaryKeyMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
SelectByPrimaryKeyMethodGenerator - Class in org.mybatis.generator.runtime.kotlin.elements
 
SelectByPrimaryKeyMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByPrimaryKeyMethodGenerator
 
SelectByPrimaryKeyMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
SelectByPrimaryKeyMethodGenerator.Builder - Class in org.mybatis.generator.runtime.kotlin.elements
 
SelectListGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
SelectListGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
SerializablePlugin - Class in org.mybatis.generator.plugins
This plugin adds the java.io.Serializable marker interface to all generated model objects.
SerializablePlugin() - Constructor for class org.mybatis.generator.plugins.SerializablePlugin
 
setAbstract(boolean) - Method in class org.mybatis.generator.api.dom.java.InnerClass
 
setAbstract(boolean) - Method in class org.mybatis.generator.api.dom.java.Method
 
setActualColumnName(String) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setActualTypeName(String) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setAlias(String) - Method in class org.mybatis.generator.config.TableConfiguration
 
setAllColumnDelimitingEnabled(boolean) - Method in class org.mybatis.generator.config.TableConfiguration
 
setAttribute(String, Object) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setAutoIncrement(boolean) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setBaseColumnListId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setBaseRecordType(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setBaseResultMapId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setBlobColumnListId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setCatalog(String) - Method in class org.mybatis.generator.config.TableConfiguration
 
setColumnNameDelimited(boolean) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setColumnNameDelimited(boolean) - Method in class org.mybatis.generator.config.ColumnOverride
 
setColumnNameDelimited(boolean) - Method in class org.mybatis.generator.config.IgnoredColumn
 
setColumnRenamingRule(ColumnRenamingRule) - Method in class org.mybatis.generator.config.TableConfiguration
 
setCommentGeneratorConfiguration(CommentGeneratorConfiguration) - Method in class org.mybatis.generator.config.Context
 
setConfigfile(String) - Method in class org.mybatis.generator.ant.GeneratorAntTask
 
setConfigurationType(String) - Method in class org.mybatis.generator.config.TypedPropertyHolder
Sets the value of the type specified in the configuration.
setConfiguredModelType(String) - Method in class org.mybatis.generator.config.TableConfiguration
 
setConnectionFactoryConfiguration(ConnectionFactoryConfiguration) - Method in class org.mybatis.generator.config.Context
 
setConnectionURL(String) - Method in class org.mybatis.generator.config.JDBCConnectionConfiguration
 
setConstructor(boolean) - Method in class org.mybatis.generator.api.dom.java.Method
 
setContext(Context) - Method in class org.mybatis.generator.api.CompositePlugin
 
setContext(Context) - Method in class org.mybatis.generator.api.dom.DefaultJavaFormatter
 
setContext(Context) - Method in class org.mybatis.generator.api.dom.DefaultKotlinFormatter
 
setContext(Context) - Method in class org.mybatis.generator.api.dom.DefaultXmlFormatter
 
setContext(Context) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setContext(Context) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setContext(Context) - Method in interface org.mybatis.generator.api.JavaFormatter
 
setContext(Context) - Method in interface org.mybatis.generator.api.JavaTypeResolver
Sets the instance of the Context object associated with this instance.
setContext(Context) - Method in interface org.mybatis.generator.api.KotlinFormatter
 
setContext(Context) - Method in interface org.mybatis.generator.api.Plugin
Set the context under which this plugin is running.
setContext(Context) - Method in class org.mybatis.generator.api.PluginAdapter
 
setContext(Context) - Method in interface org.mybatis.generator.api.XmlFormatter
 
setContext(Context) - Method in class org.mybatis.generator.codegen.AbstractGenerator
 
setContext(Context) - Method in class org.mybatis.generator.internal.PluginAggregator
 
setContext(Context) - Method in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
setContextIds(String) - Method in class org.mybatis.generator.ant.GeneratorAntTask
 
setCountByExampleStatementEnabled(boolean) - Method in class org.mybatis.generator.config.TableConfiguration
 
setCountByExampleStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setDefault(boolean) - Method in class org.mybatis.generator.api.dom.java.Method
 
setDefaultValue(String) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setDeleteByExampleStatementEnabled(boolean) - Method in class org.mybatis.generator.config.TableConfiguration
 
setDeleteByExampleStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setDeleteByPrimaryKeyStatementEnabled(boolean) - Method in class org.mybatis.generator.config.TableConfiguration
 
setDeleteByPrimaryKeyStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setDelimitIdentifiers(boolean) - Method in class org.mybatis.generator.config.TableConfiguration
 
setDomainObjectName(String) - Method in class org.mybatis.generator.config.TableConfiguration
 
setDomainObjectRenamingRule(DomainObjectRenamingRule) - Method in class org.mybatis.generator.config.TableConfiguration
 
setDriverClass(String) - Method in class org.mybatis.generator.config.JDBCConnectionConfiguration
 
setExampleType(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setExampleWhereClauseId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setFinal(boolean) - Method in class org.mybatis.generator.api.dom.java.Field
 
setFinal(boolean) - Method in class org.mybatis.generator.api.dom.java.InnerClass
 
setFinal(boolean) - Method in class org.mybatis.generator.api.dom.java.Method
 
setFullyQualifiedJavaType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setFullyQualifiedTable(FullyQualifiedTable) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setFullyQualifiedTableNames(String) - Method in class org.mybatis.generator.ant.GeneratorAntTask
 
setGeneratedAlways(boolean) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setGeneratedAlways(boolean) - Method in class org.mybatis.generator.config.ColumnOverride
 
setGeneratedColumn(boolean) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setGeneratedKey(GeneratedKey) - Method in class org.mybatis.generator.config.TableConfiguration
 
setId(String) - Method in class org.mybatis.generator.config.Context
 
setIdentity(boolean) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setInitializationString(String) - Method in class org.mybatis.generator.api.dom.java.Field
 
setInsertSelectiveStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setInsertStatementEnabled(boolean) - Method in class org.mybatis.generator.config.TableConfiguration
 
setInsertStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setIntrospectedColumnImpl(String) - Method in class org.mybatis.generator.config.Context
 
setIntrospectedTable(IntrospectedTable) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setIntrospectedTable(IntrospectedTable) - Method in class org.mybatis.generator.codegen.AbstractGenerator
 
setJavaClientGeneratorConfiguration(JavaClientGeneratorConfiguration) - Method in class org.mybatis.generator.config.Context
 
setJavaModelGeneratorConfiguration(JavaModelGeneratorConfiguration) - Method in class org.mybatis.generator.config.Context
 
setJavaProperty(String) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setJavaProperty(String) - Method in class org.mybatis.generator.config.ColumnOverride
 
setJavaType(String) - Method in class org.mybatis.generator.config.ColumnOverride
 
setJavaTypeResolverConfiguration(JavaTypeResolverConfiguration) - Method in class org.mybatis.generator.config.Context
 
setJdbcConnectionConfiguration(JDBCConnectionConfiguration) - Method in class org.mybatis.generator.config.Context
 
setJdbcType(int) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setJdbcType(String) - Method in class org.mybatis.generator.config.ColumnOverride
 
setJdbcTypeName(String) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setKotlinRecordType(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setLength(int) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setLogFactory(AbstractLogFactory) - Static method in class org.mybatis.generator.logging.LogFactory
 
setMapperName(String) - Method in class org.mybatis.generator.config.TableConfiguration
 
setMergeable(boolean) - Method in class org.mybatis.generator.api.GeneratedXmlFile
 
setMyBatis3FallbackSqlMapNamespace(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setMyBatis3JavaMapperType(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setMyBatis3SqlProviderType(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setMyBatis3UpdateByExampleWhereClauseId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setMyBatis3XmlMapperFileName(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setMyBatis3XmlMapperPackage(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setMyBatisDynamicSqlSupportType(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setMyBatisDynamicSQLTableObjectName(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setName(String) - Method in class org.mybatis.generator.api.dom.java.Field
 
setName(String) - Method in class org.mybatis.generator.api.dom.java.Method
 
setName(String) - Method in class org.mybatis.generator.api.dom.xml.XmlElement
 
setNative(boolean) - Method in class org.mybatis.generator.api.dom.java.Method
 
setNullable(boolean) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setOverwrite(boolean) - Method in class org.mybatis.generator.ant.GeneratorAntTask
 
setPackage(String) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinFile
 
setPassword(String) - Method in class org.mybatis.generator.config.JDBCConnectionConfiguration
 
setPrimaryKeyType(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setProgressCallback(ProgressCallback) - Method in class org.mybatis.generator.codegen.AbstractGenerator
 
setProperties(Properties) - Method in class org.mybatis.generator.api.CompositePlugin
 
setProperties(Properties) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setProperties(Properties) - Method in interface org.mybatis.generator.api.Plugin
Set properties from the plugin configuration.
setProperties(Properties) - Method in class org.mybatis.generator.api.PluginAdapter
 
setProperties(Properties) - Method in class org.mybatis.generator.internal.PluginAggregator
 
setProperties(Properties) - Method in class org.mybatis.generator.plugins.EqualsHashCodePlugin
 
setProperties(Properties) - Method in class org.mybatis.generator.plugins.SerializablePlugin
 
setProperties(Properties) - Method in class org.mybatis.generator.plugins.ToStringPlugin
 
setRecordWithBLOBsType(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setRemarks(String) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setRemarks(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setReplaceString(String) - Method in class org.mybatis.generator.config.ColumnRenamingRule
 
setReplaceString(String) - Method in class org.mybatis.generator.config.DomainObjectRenamingRule
 
setResultMapWithBLOBsId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setReturnType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.Method
 
setRootElement(XmlElement) - Method in class org.mybatis.generator.api.dom.xml.Document
 
setRules(Rules) - Method in class org.mybatis.generator.api.IntrospectedTable
This method exists to give plugins the opportunity to replace the calculated rules if necessary.
setScale(int) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setSchema(String) - Method in class org.mybatis.generator.config.TableConfiguration
 
setSearchString(String) - Method in class org.mybatis.generator.config.ColumnRenamingRule
 
setSearchString(String) - Method in class org.mybatis.generator.config.DomainObjectRenamingRule
 
setSelectAllStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setSelectByExampleQueryId(String) - Method in class org.mybatis.generator.config.TableConfiguration
 
setSelectByExampleStatementEnabled(boolean) - Method in class org.mybatis.generator.config.TableConfiguration
 
setSelectByExampleStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setSelectByExampleWithBLOBsStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setSelectByPrimaryKeyQueryId(String) - Method in class org.mybatis.generator.config.TableConfiguration
 
setSelectByPrimaryKeyStatementEnabled(boolean) - Method in class org.mybatis.generator.config.TableConfiguration
 
setSelectByPrimaryKeyStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setSequenceColumn(boolean) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setSqlMapAliasedFullyQualifiedRuntimeTableName(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setSqlMapFullyQualifiedRuntimeTableName(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setSqlMapGeneratorConfiguration(SqlMapGeneratorConfiguration) - Method in class org.mybatis.generator.config.Context
 
setSqlProviderName(String) - Method in class org.mybatis.generator.config.TableConfiguration
 
setStatic(boolean) - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
 
setStatic(boolean) - Method in class org.mybatis.generator.api.dom.java.JavaElement
 
setSuperClass(String) - Method in class org.mybatis.generator.api.dom.java.InnerClass
 
setSuperClass(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.InnerClass
 
setSynchronized(boolean) - Method in class org.mybatis.generator.api.dom.java.Method
 
setTableAlias(String) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setTableConfiguration(TableConfiguration) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setTableName(String) - Method in class org.mybatis.generator.config.TableConfiguration
 
setTableType(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setTargetPackage(String) - Method in class org.mybatis.generator.config.JavaClientGeneratorConfiguration
 
setTargetPackage(String) - Method in class org.mybatis.generator.config.JavaModelGeneratorConfiguration
 
setTargetPackage(String) - Method in class org.mybatis.generator.config.SqlMapGeneratorConfiguration
 
setTargetProject(String) - Method in class org.mybatis.generator.config.JavaClientGeneratorConfiguration
 
setTargetProject(String) - Method in class org.mybatis.generator.config.JavaModelGeneratorConfiguration
 
setTargetProject(String) - Method in class org.mybatis.generator.config.SqlMapGeneratorConfiguration
 
setTargetRuntime(String) - Method in class org.mybatis.generator.config.Context
 
setTransient(boolean) - Method in class org.mybatis.generator.api.dom.java.Field
 
setType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.Field
 
setTypeHandler(String) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setTypeHandler(String) - Method in class org.mybatis.generator.config.ColumnOverride
 
setUpdateByExampleSelectiveStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setUpdateByExampleStatementEnabled(boolean) - Method in class org.mybatis.generator.config.TableConfiguration
 
setUpdateByExampleStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setUpdateByExampleWithBLOBsStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setUpdateByPrimaryKeySelectiveStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setUpdateByPrimaryKeyStatementEnabled(boolean) - Method in class org.mybatis.generator.config.TableConfiguration
 
setUpdateByPrimaryKeyStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setUpdateByPrimaryKeyWithBLOBsStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setUserId(String) - Method in class org.mybatis.generator.config.JDBCConnectionConfiguration
 
setVerbose(boolean) - Method in class org.mybatis.generator.ant.GeneratorAntTask
 
setVisibility(JavaVisibility) - Method in class org.mybatis.generator.api.dom.java.JavaElement
 
setVolatile(boolean) - Method in class org.mybatis.generator.api.dom.java.Field
 
setWarnings(List<String>) - Method in interface org.mybatis.generator.api.JavaTypeResolver
The generator will supply a list to this method.
setWarnings(List<String>) - Method in class org.mybatis.generator.codegen.AbstractGenerator
 
setWarnings(List<String>) - Method in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
setWildcardEscapingEnabled(boolean) - Method in class org.mybatis.generator.config.TableConfiguration
 
ShellCallback - Interface in org.mybatis.generator.api
This interface defines methods that a shell should support to enable the generator to work.
ShellException - Exception Class in org.mybatis.generator.exception
This class is used by the ShellCallback methods to denote unrecoverable errors.
ShellException() - Constructor for exception class org.mybatis.generator.exception.ShellException
Instantiates a new shell exception.
ShellException(String) - Constructor for exception class org.mybatis.generator.exception.ShellException
Instantiates a new shell exception.
ShellException(String, Throwable) - Constructor for exception class org.mybatis.generator.exception.ShellException
Instantiates a new shell exception.
ShellException(Throwable) - Constructor for exception class org.mybatis.generator.exception.ShellException
Instantiates a new shell exception.
ShellRunner - Class in org.mybatis.generator.api
This class allows the code generator to be run from the command line.
ShellRunner() - Constructor for class org.mybatis.generator.api.ShellRunner
 
shouldGenerate(IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
shouldGenerate(IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
If false, the table will be skipped in code generation.
shouldGenerate(IntrospectedTable) - Method in class org.mybatis.generator.plugins.IgnoreViewsPlugin
 
SimpleAnnotatedClientGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper
 
SimpleAnnotatedClientGenerator(String) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleAnnotatedClientGenerator
 
SimpleJavaClientGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper
 
SimpleJavaClientGenerator(String) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
 
SimpleJavaClientGenerator(String, boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
 
SimpleModelGenerator - Class in org.mybatis.generator.codegen.mybatis3.model
 
SimpleModelGenerator(String) - Constructor for class org.mybatis.generator.codegen.mybatis3.model.SimpleModelGenerator
 
SimpleSelectAllElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
SimpleSelectAllElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SimpleSelectAllElementGenerator
 
SimpleSelectByPrimaryKeyElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
SimpleSelectByPrimaryKeyElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SimpleSelectByPrimaryKeyElementGenerator
 
SimpleXMLMapperGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper
 
SimpleXMLMapperGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
 
SIZE - Enum constant in enum org.mybatis.generator.plugins.CacheNamespacePlugin.CacheProperty
 
SIZE - Enum constant in enum org.mybatis.generator.plugins.CachePlugin.CacheProperty
 
Slf4jImpl - Class in org.mybatis.generator.logging.slf4j
 
Slf4jImpl(Class<?>) - Constructor for class org.mybatis.generator.logging.slf4j.Slf4jImpl
 
Slf4jLoggingLogFactory - Class in org.mybatis.generator.logging.slf4j
 
Slf4jLoggingLogFactory() - Constructor for class org.mybatis.generator.logging.slf4j.Slf4jLoggingLogFactory
 
sortAttributes(NamedNodeMap) - Method in class org.mybatis.generator.internal.DomWriter
 
sqlMapBaseColumnListElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
sqlMapBaseColumnListElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the baseColumnList element is generated.
sqlMapBlobColumnListElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
sqlMapBlobColumnListElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the blobColumnList element is generated.
sqlMapCountByExampleElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
sqlMapCountByExampleElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the countByExample element is generated.
sqlMapDeleteByExampleElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
sqlMapDeleteByExampleElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the deleteByExample element is generated.
sqlMapDeleteByPrimaryKeyElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
sqlMapDeleteByPrimaryKeyElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the deleteByPrimaryKey element is generated.
sqlMapDocumentGenerated(Document, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
sqlMapDocumentGenerated(Document, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the SqlMap document has been generated.
sqlMapDocumentGenerated(Document, IntrospectedTable) - Method in class org.mybatis.generator.plugins.CachePlugin
 
sqlMapDocumentGenerated(Document, IntrospectedTable) - Method in class org.mybatis.generator.plugins.RowBoundsPlugin
We'll override this method and add any new elements generated by previous calls.
sqlMapExampleWhereClauseElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
sqlMapExampleWhereClauseElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the exampleWhereClause element is generated.
sqlMapGenerated(GeneratedXmlFile, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
sqlMapGenerated(GeneratedXmlFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the SqlMap file has been generated.
sqlMapGenerated(GeneratedXmlFile, IntrospectedTable) - Method in class org.mybatis.generator.plugins.MapperConfigPlugin
 
sqlMapGenerated(GeneratedXmlFile, IntrospectedTable) - Method in class org.mybatis.generator.plugins.UnmergeableXmlMappersPlugin
 
SqlMapGeneratorConfiguration - Class in org.mybatis.generator.config
 
SqlMapGeneratorConfiguration() - Constructor for class org.mybatis.generator.config.SqlMapGeneratorConfiguration
 
sqlMapInsertElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
sqlMapInsertElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the insert element is generated.
sqlMapInsertSelectiveElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
sqlMapInsertSelectiveElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the insert selective element is generated.
sqlMapResultMapWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
sqlMapResultMapWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the resultMap with BLOBs element is generated - this resultMap will extend the base resultMap.
sqlMapResultMapWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
sqlMapResultMapWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the base resultMap is generated.
sqlMapSelectAllElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
sqlMapSelectAllElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the selectAll element is generated.
sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the selectByExampleWithBLOBs element is generated.
sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.plugins.RowBoundsPlugin
 
sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the selectByExample element is generated.
sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.plugins.RowBoundsPlugin
 
sqlMapSelectByPrimaryKeyElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
sqlMapSelectByPrimaryKeyElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the selectByPrimaryKey element is generated.
sqlMapUpdateByExampleSelectiveElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
sqlMapUpdateByExampleSelectiveElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByExampleSelective element is generated.
sqlMapUpdateByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
sqlMapUpdateByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByExampleWithBLOBs element is generated.
sqlMapUpdateByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
sqlMapUpdateByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByExampleWithourBLOBs element is generated.
sqlMapUpdateByPrimaryKeySelectiveElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
sqlMapUpdateByPrimaryKeySelectiveElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByPrimaryKeySelective element is generated.
sqlMapUpdateByPrimaryKeyWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
sqlMapUpdateByPrimaryKeyWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByPrimaryKeyWithBLOBs element is generated.
sqlMapUpdateByPrimaryKeyWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.CompositePlugin
 
sqlMapUpdateByPrimaryKeyWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByPrimaryKeyWithoutBLOBs element is generated.
SqlProviderGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper
 
SqlProviderGenerator(String) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
SqlReservedWords - Class in org.mybatis.generator.internal.db
This class contains a somewhat comprehensive list of SQL reserved words.
SQLSERVER - Enum constant in enum org.mybatis.generator.internal.db.DatabaseDialects
 
startTask(String) - Method in class org.mybatis.generator.ant.AntProgressCallback
 
startTask(String) - Method in interface org.mybatis.generator.api.ProgressCallback
Called to denote the beginning of a save task.
startTask(String) - Method in class org.mybatis.generator.api.VerboseProgressCallback
 
stringContainsSpace(String) - Static method in class org.mybatis.generator.internal.util.StringUtility
 
stringContainsSQLWildcard(String) - Static method in class org.mybatis.generator.internal.util.StringUtility
 
stringHasValue(String) - Static method in class org.mybatis.generator.internal.util.StringUtility
 
StringUtility - Class in org.mybatis.generator.internal.util
 
supportClassGenerator - Variable in class org.mybatis.generator.runtime.kotlin.KotlinMapperAndExtensionsGenerator
 
SUSPEND - Enum constant in enum org.mybatis.generator.api.dom.kotlin.KotlinModifier
 
SYBASE - Enum constant in enum org.mybatis.generator.internal.db.DatabaseDialects
 
SystemDocType - Class in org.mybatis.generator.api.dom.xml
 
SystemDocType(String) - Constructor for class org.mybatis.generator.api.dom.xml.SystemDocType
 

T

TABLE_DYNAMIC_SQL_SUPPORT_CLASS_NAME - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
TABLE_DYNAMIC_SQL_TABLE_OBJECT_NAME - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
TABLE_IGNORE_QUALIFIERS_AT_RUNTIME - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
TABLE_MODEL_ONLY - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
TABLE_RUNTIME_CATALOG - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
TABLE_RUNTIME_SCHEMA - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
TABLE_RUNTIME_TABLE_NAME - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
TABLE_SELECT_ALL_ORDER_BY_CLAUSE - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
TABLE_USE_ACTUAL_COLUMN_NAMES - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
TABLE_USE_COLUMN_INDEXES - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
TABLE_USE_COMPOUND_PROPERTY_NAMES - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
tableAlias - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
tableConfiguration - Variable in class org.mybatis.generator.api.IntrospectedTable
 
tableConfiguration - Variable in class org.mybatis.generator.internal.rules.BaseRules
 
TableConfiguration - Class in org.mybatis.generator.config
 
TableConfiguration(Context) - Constructor for class org.mybatis.generator.config.TableConfiguration
 
tableFieldName - Variable in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
 
tableFieldName - Variable in class org.mybatis.generator.runtime.dynamic.sql.elements.AbstractMethodGenerator
 
tableFieldName - Variable in class org.mybatis.generator.runtime.kotlin.elements.AbstractKotlinFunctionGenerator
 
tableType - Variable in class org.mybatis.generator.api.IntrospectedTable
Table type retrieved from database metadata.
TAILREC - Enum constant in enum org.mybatis.generator.api.dom.kotlin.KotlinModifier
 
targetProject - Variable in class org.mybatis.generator.api.GeneratedFile
 
targetRuntime - Variable in class org.mybatis.generator.api.IntrospectedTable
 
TextElement - Class in org.mybatis.generator.api.dom.xml
 
TextElement(String) - Constructor for class org.mybatis.generator.api.dom.xml.TextElement
 
tokenize(String) - Static method in class org.mybatis.generator.internal.util.StringUtility
Given an input string, tokenize on the commas and trim all token.
TopLevelClass - Class in org.mybatis.generator.api.dom.java
 
TopLevelClass(String) - Constructor for class org.mybatis.generator.api.dom.java.TopLevelClass
 
TopLevelClass(FullyQualifiedJavaType) - Constructor for class org.mybatis.generator.api.dom.java.TopLevelClass
 
TopLevelClassRenderer - Class in org.mybatis.generator.api.dom.java.render
 
TopLevelClassRenderer() - Constructor for class org.mybatis.generator.api.dom.java.render.TopLevelClassRenderer
 
TopLevelEnumeration - Class in org.mybatis.generator.api.dom.java
 
TopLevelEnumeration(String) - Constructor for class org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
TopLevelEnumeration(FullyQualifiedJavaType) - Constructor for class org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
TopLevelEnumerationRenderer - Class in org.mybatis.generator.api.dom.java.render
 
TopLevelEnumerationRenderer() - Constructor for class org.mybatis.generator.api.dom.java.render.TopLevelEnumerationRenderer
 
TopLevelInterfaceRenderer - Class in org.mybatis.generator.api.dom.java.render
 
TopLevelInterfaceRenderer() - Constructor for class org.mybatis.generator.api.dom.java.render.TopLevelInterfaceRenderer
 
toString() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
toString() - Method in class org.mybatis.generator.api.dom.java.Parameter
 
toString() - Method in class org.mybatis.generator.api.dom.java.TypeParameter
 
toString() - Method in class org.mybatis.generator.api.FullyQualifiedTable
 
toString() - Method in class org.mybatis.generator.api.GeneratedFile
 
toString() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
toString() - Method in class org.mybatis.generator.config.TableConfiguration
 
toString() - Method in class org.mybatis.generator.internal.db.ActualTableName
 
toString(Document) - Method in class org.mybatis.generator.internal.DomWriter
 
ToStringPlugin - Class in org.mybatis.generator.plugins
 
ToStringPlugin() - Constructor for class org.mybatis.generator.plugins.ToStringPlugin
 
TYPE - Enum constant in enum org.mybatis.generator.plugins.CachePlugin.CacheProperty
 
TYPE_RESOLVER_FORCE_BIG_DECIMALS - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
TYPE_RESOLVER_USE_JSR310_TYPES - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
TypedPropertyHolder - Class in org.mybatis.generator.config
 
TypedPropertyHolder() - Constructor for class org.mybatis.generator.config.TypedPropertyHolder
 
typeHandler - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
typeMap - Variable in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
TypeParameter - Class in org.mybatis.generator.api.dom.java
 
TypeParameter(String) - Constructor for class org.mybatis.generator.api.dom.java.TypeParameter
 
TypeParameter(String, List<FullyQualifiedJavaType>) - Constructor for class org.mybatis.generator.api.dom.java.TypeParameter
 
TypeParameterRenderer - Class in org.mybatis.generator.api.dom.java.render
 
TypeParameterRenderer() - Constructor for class org.mybatis.generator.api.dom.java.render.TypeParameterRenderer
 

U

UnmergeableXmlMappersPlugin - Class in org.mybatis.generator.plugins
This plugin marks generated XML mapper files as unmergeable.
UnmergeableXmlMappersPlugin() - Constructor for class org.mybatis.generator.plugins.UnmergeableXmlMappersPlugin
 
UpdateAllColumnsMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
UpdateAllColumnsMethodGenerator - Class in org.mybatis.generator.runtime.kotlin.elements
 
UpdateAllColumnsMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
UpdateAllColumnsMethodGenerator.Builder - Class in org.mybatis.generator.runtime.kotlin.elements
 
UpdateByExampleSelectiveElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
UpdateByExampleSelectiveElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByExampleSelectiveElementGenerator
 
UpdateByExampleSelectiveMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
UpdateByExampleSelectiveMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleSelectiveMethodGenerator
 
UpdateByExampleWithBLOBsElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
UpdateByExampleWithBLOBsElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByExampleWithBLOBsElementGenerator
 
UpdateByExampleWithBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
UpdateByExampleWithBLOBsMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleWithBLOBsMethodGenerator
 
UpdateByExampleWithoutBLOBsElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
UpdateByExampleWithoutBLOBsElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByExampleWithoutBLOBsElementGenerator
 
UpdateByExampleWithoutBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
UpdateByExampleWithoutBLOBsMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleWithoutBLOBsMethodGenerator
 
UpdateByPrimaryKeyMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
UpdateByPrimaryKeyMethodGenerator - Class in org.mybatis.generator.runtime.kotlin.elements
 
UpdateByPrimaryKeyMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
UpdateByPrimaryKeyMethodGenerator.Builder - Class in org.mybatis.generator.runtime.kotlin.elements
 
UpdateByPrimaryKeySelectiveElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
UpdateByPrimaryKeySelectiveElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByPrimaryKeySelectiveElementGenerator
 
UpdateByPrimaryKeySelectiveMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
UpdateByPrimaryKeySelectiveMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
UpdateByPrimaryKeySelectiveMethodGenerator - Class in org.mybatis.generator.runtime.kotlin.elements
 
UpdateByPrimaryKeySelectiveMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeySelectiveMethodGenerator
 
UpdateByPrimaryKeySelectiveMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
UpdateByPrimaryKeySelectiveMethodGenerator.Builder - Class in org.mybatis.generator.runtime.kotlin.elements
 
UpdateByPrimaryKeyWithBLOBsElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
UpdateByPrimaryKeyWithBLOBsElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByPrimaryKeyWithBLOBsElementGenerator
 
UpdateByPrimaryKeyWithBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
UpdateByPrimaryKeyWithBLOBsMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeyWithBLOBsMethodGenerator
 
UpdateByPrimaryKeyWithoutBLOBsElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
UpdateByPrimaryKeyWithoutBLOBsElementGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByPrimaryKeyWithoutBLOBsElementGenerator
 
UpdateByPrimaryKeyWithoutBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
UpdateByPrimaryKeyWithoutBLOBsMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
 
UpdateSelectiveColumnsMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
UpdateSelectiveColumnsMethodGenerator - Class in org.mybatis.generator.runtime.kotlin.elements
 
UpdateSelectiveColumnsMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
UpdateSelectiveColumnsMethodGenerator.Builder - Class in org.mybatis.generator.runtime.kotlin.elements
 
useJSR310Types - Variable in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
Utils - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
Utils() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.Utils
 

V

VAL - Enum constant in enum org.mybatis.generator.api.dom.kotlin.KotlinProperty.Type
 
validate() - Method in class org.mybatis.generator.config.Configuration
This method does a simple validate, it makes sure that all required fields have been filled in and that all implementation classes exist and are of the proper type.
validate(List<String>) - Method in interface org.mybatis.generator.api.Plugin
This method is called after all the setXXX methods are called, but before any other method is called.
validate(List<String>) - Method in class org.mybatis.generator.config.ConnectionFactoryConfiguration
 
validate(List<String>) - Method in class org.mybatis.generator.config.Context
This method does a simple validate, it makes sure that all required fields have been filled in.
validate(List<String>) - Method in class org.mybatis.generator.config.JDBCConnectionConfiguration
 
validate(List<String>) - Method in class org.mybatis.generator.internal.PluginAggregator
 
validate(List<String>) - Method in class org.mybatis.generator.plugins.CacheNamespacePlugin
 
validate(List<String>) - Method in class org.mybatis.generator.plugins.CachePlugin
 
validate(List<String>) - Method in class org.mybatis.generator.plugins.CaseInsensitiveLikePlugin
 
validate(List<String>) - Method in class org.mybatis.generator.plugins.dsql.DisableDeletePlugin
 
validate(List<String>) - Method in class org.mybatis.generator.plugins.dsql.DisableInsertPlugin
 
validate(List<String>) - Method in class org.mybatis.generator.plugins.dsql.DisableUpdatePlugin
 
validate(List<String>) - Method in class org.mybatis.generator.plugins.dsql.ReadOnlyPlugin
 
validate(List<String>) - Method in class org.mybatis.generator.plugins.EqualsHashCodePlugin
This plugin is always valid - no properties are required.
validate(List<String>) - Method in class org.mybatis.generator.plugins.FluentBuilderMethodsPlugin
 
validate(List<String>) - Method in class org.mybatis.generator.plugins.IgnoreViewsPlugin
 
validate(List<String>) - Method in class org.mybatis.generator.plugins.MapperAnnotationPlugin
 
validate(List<String>) - Method in class org.mybatis.generator.plugins.MapperConfigPlugin
 
validate(List<String>) - Method in class org.mybatis.generator.plugins.RenameExampleClassPlugin
 
validate(List<String>) - Method in class org.mybatis.generator.plugins.RowBoundsPlugin
 
validate(List<String>) - Method in class org.mybatis.generator.plugins.SerializablePlugin
 
validate(List<String>) - Method in class org.mybatis.generator.plugins.ToStringPlugin
 
validate(List<String>) - Method in class org.mybatis.generator.plugins.UnmergeableXmlMappersPlugin
 
validate(List<String>) - Method in class org.mybatis.generator.plugins.VirtualPrimaryKeyPlugin
 
validate(List<String>, int) - Method in class org.mybatis.generator.config.TableConfiguration
 
validate(List<String>, String) - Method in class org.mybatis.generator.config.ColumnOverride
 
validate(List<String>, String) - Method in class org.mybatis.generator.config.ColumnRenamingRule
 
validate(List<String>, String) - Method in class org.mybatis.generator.config.DomainObjectRenamingRule
 
validate(List<String>, String) - Method in class org.mybatis.generator.config.GeneratedKey
 
validate(List<String>, String) - Method in class org.mybatis.generator.config.IgnoredColumn
 
validate(List<String>, String) - Method in class org.mybatis.generator.config.IgnoredColumnException
 
validate(List<String>, String) - Method in class org.mybatis.generator.config.IgnoredColumnPattern
 
validate(List<String>, String) - Method in class org.mybatis.generator.config.JavaClientGeneratorConfiguration
 
validate(List<String>, String) - Method in class org.mybatis.generator.config.JavaModelGeneratorConfiguration
 
validate(List<String>, String) - Method in class org.mybatis.generator.config.PluginConfiguration
 
validate(List<String>, String) - Method in class org.mybatis.generator.config.SqlMapGeneratorConfiguration
 
valueOf(String) - Static method in enum org.mybatis.generator.api.dom.java.JavaVisibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mybatis.generator.api.dom.kotlin.KotlinModifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mybatis.generator.api.dom.kotlin.KotlinProperty.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mybatis.generator.api.dom.kotlin.KotlinType.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mybatis.generator.api.IntrospectedTable.TargetRuntime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mybatis.generator.api.Plugin.ModelClassType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator.ResultElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mybatis.generator.config.ModelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mybatis.generator.internal.db.DatabaseDialects
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mybatis.generator.plugins.CacheNamespacePlugin.CacheProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mybatis.generator.plugins.CachePlugin.CacheProperty
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mybatis.generator.api.dom.java.JavaVisibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mybatis.generator.api.dom.kotlin.KotlinModifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mybatis.generator.api.dom.kotlin.KotlinProperty.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mybatis.generator.api.dom.kotlin.KotlinType.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mybatis.generator.api.IntrospectedTable.InternalAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mybatis.generator.api.IntrospectedTable.TargetRuntime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mybatis.generator.api.Plugin.ModelClassType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator.ResultElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mybatis.generator.config.ModelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mybatis.generator.internal.db.DatabaseDialects
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mybatis.generator.plugins.CacheNamespacePlugin.CacheProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mybatis.generator.plugins.CachePlugin.CacheProperty
Returns an array containing the constants of this enum type, in the order they are declared.
VAR - Enum constant in enum org.mybatis.generator.api.dom.kotlin.KotlinProperty.Type
 
VARARG - Enum constant in enum org.mybatis.generator.api.dom.kotlin.KotlinModifier
 
VerboseProgressCallback - Class in org.mybatis.generator.api
A slightly more verbose progress callback.
VerboseProgressCallback() - Constructor for class org.mybatis.generator.api.VerboseProgressCallback
 
VirtualPrimaryKeyPlugin - Class in org.mybatis.generator.plugins
This plugin can be used to specify columns that act as a primary key, even if they are not strictly defined as primary keys in the database.
VirtualPrimaryKeyPlugin() - Constructor for class org.mybatis.generator.plugins.VirtualPrimaryKeyPlugin
 
visit(Interface) - Method in class org.mybatis.generator.api.dom.DefaultJavaFormatter
 
visit(Interface) - Method in interface org.mybatis.generator.api.dom.java.CompilationUnitVisitor
 
visit(TopLevelClass) - Method in class org.mybatis.generator.api.dom.DefaultJavaFormatter
 
visit(TopLevelClass) - Method in interface org.mybatis.generator.api.dom.java.CompilationUnitVisitor
 
visit(TopLevelEnumeration) - Method in class org.mybatis.generator.api.dom.DefaultJavaFormatter
 
visit(TopLevelEnumeration) - Method in interface org.mybatis.generator.api.dom.java.CompilationUnitVisitor
 
visit(KotlinFunction) - Method in interface org.mybatis.generator.api.dom.kotlin.KotlinNamedItemVisitor
 
visit(KotlinFunction) - Method in class org.mybatis.generator.api.dom.kotlin.render.KotlinNamedItemRenderer
 
visit(KotlinProperty) - Method in interface org.mybatis.generator.api.dom.kotlin.KotlinNamedItemVisitor
 
visit(KotlinProperty) - Method in class org.mybatis.generator.api.dom.kotlin.render.KotlinNamedItemRenderer
 
visit(KotlinType) - Method in interface org.mybatis.generator.api.dom.kotlin.KotlinNamedItemVisitor
 
visit(KotlinType) - Method in class org.mybatis.generator.api.dom.kotlin.render.KotlinNamedItemRenderer
 
visit(PublicDocType) - Method in interface org.mybatis.generator.api.dom.xml.DocTypeVisitor
 
visit(PublicDocType) - Method in class org.mybatis.generator.api.dom.xml.render.DocTypeRenderer
 
visit(SystemDocType) - Method in interface org.mybatis.generator.api.dom.xml.DocTypeVisitor
 
visit(SystemDocType) - Method in class org.mybatis.generator.api.dom.xml.render.DocTypeRenderer
 
visit(TextElement) - Method in interface org.mybatis.generator.api.dom.xml.ElementVisitor
 
visit(TextElement) - Method in class org.mybatis.generator.api.dom.xml.render.ElementRenderer
 
visit(XmlElement) - Method in interface org.mybatis.generator.api.dom.xml.ElementVisitor
 
visit(XmlElement) - Method in class org.mybatis.generator.api.dom.xml.render.ElementRenderer
 
VisitableElement - Interface in org.mybatis.generator.api.dom.xml
 

W

warn(String) - Method in class org.mybatis.generator.logging.commons.JakartaCommonsLoggingImpl
 
warn(String) - Method in class org.mybatis.generator.logging.jdk14.Jdk14LoggingImpl
 
warn(String) - Method in interface org.mybatis.generator.logging.Log
 
warn(String) - Method in class org.mybatis.generator.logging.log4j2.Log4j2AbstractLoggerImpl
 
warn(String) - Method in class org.mybatis.generator.logging.log4j2.Log4j2Impl
 
warn(String) - Method in class org.mybatis.generator.logging.log4j2.Log4j2LoggerImpl
 
warn(String) - Method in class org.mybatis.generator.logging.nologging.NoLoggingImpl
 
warn(String) - Method in class org.mybatis.generator.logging.slf4j.Slf4jImpl
 
warning(SAXParseException) - Method in class org.mybatis.generator.config.xml.ParserErrorHandler
 
warnings - Variable in class org.mybatis.generator.codegen.AbstractGenerator
 
warnings - Variable in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
withAnnotation(String) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinArg.Builder
 
withAnnotation(String) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinNamedItem.AbstractBuilder
 
withAnnotation(String) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodParts.Builder
 
withAnnotation(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinFunctionParts.Builder
 
withArgument(KotlinArg) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinFunction.Builder
 
withArgument(KotlinArg) - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinFunctionParts.Builder
 
withBodyLine(String) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodParts.Builder
 
withCodeLine(String) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinFunction.Builder
 
withCodeLine(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinFunctionParts.Builder
 
withConstructorProperty(KotlinProperty) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinType.Builder
 
withContext(Context) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.AbstractMethodGenerator.BaseBuilder
 
withContext(Context) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.SelectListGenerator.Builder
 
withContext(Context) - Method in class org.mybatis.generator.runtime.kotlin.elements.AbstractKotlinFunctionGenerator.BaseBuilder
 
withContext(Context) - Method in class org.mybatis.generator.runtime.kotlin.elements.ColumnListGenerator.Builder
 
withDataType(String) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinArg.Builder
 
withDataType(String) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinProperty.Builder
 
withDynamicSqlSupportClassGenerator(KotlinDynamicSqlSupportClassGenerator) - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinFragmentGenerator.Builder
 
withExplicitReturnType(String) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinFunction.Builder
 
withField(Field) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.FieldAndImports.Builder
 
withField(Field) - Static method in class org.mybatis.generator.runtime.dynamic.sql.elements.FieldAndImports
 
withFragmentGenerator(FragmentGenerator) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicInsertMethodGenerator.Builder
 
withFragmentGenerator(FragmentGenerator) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicSelectManyMethodGenerator.Builder
 
withFragmentGenerator(FragmentGenerator) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicSelectOneMethodGenerator.Builder
 
withFragmentGenerator(FragmentGenerator) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.DeleteByPrimaryKeyMethodGenerator.Builder
 
withFragmentGenerator(FragmentGenerator) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.SelectByPrimaryKeyMethodGenerator.Builder
 
withFragmentGenerator(FragmentGenerator) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.SelectListGenerator.Builder
 
withFragmentGenerator(FragmentGenerator) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateAllColumnsMethodGenerator.Builder
 
withFragmentGenerator(FragmentGenerator) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByPrimaryKeyMethodGenerator.Builder
 
withFragmentGenerator(FragmentGenerator) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByPrimaryKeySelectiveMethodGenerator.Builder
 
withFragmentGenerator(FragmentGenerator) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateSelectiveColumnsMethodGenerator.Builder
 
withFragmentGenerator(KotlinFragmentGenerator) - Method in class org.mybatis.generator.runtime.kotlin.elements.BasicInsertMethodGenerator.Builder
 
withFragmentGenerator(KotlinFragmentGenerator) - Method in class org.mybatis.generator.runtime.kotlin.elements.BasicSelectManyMethodGenerator.Builder
 
withFragmentGenerator(KotlinFragmentGenerator) - Method in class org.mybatis.generator.runtime.kotlin.elements.BasicSelectOneMethodGenerator.Builder
 
withFragmentGenerator(KotlinFragmentGenerator) - Method in class org.mybatis.generator.runtime.kotlin.elements.DeleteByPrimaryKeyMethodGenerator.Builder
 
withFragmentGenerator(KotlinFragmentGenerator) - Method in class org.mybatis.generator.runtime.kotlin.elements.SelectByPrimaryKeyMethodGenerator.Builder
 
withFragmentGenerator(KotlinFragmentGenerator) - Method in class org.mybatis.generator.runtime.kotlin.elements.UpdateAllColumnsMethodGenerator.Builder
 
withFragmentGenerator(KotlinFragmentGenerator) - Method in class org.mybatis.generator.runtime.kotlin.elements.UpdateByPrimaryKeyMethodGenerator.Builder
 
withFragmentGenerator(KotlinFragmentGenerator) - Method in class org.mybatis.generator.runtime.kotlin.elements.UpdateByPrimaryKeySelectiveMethodGenerator.Builder
 
withFragmentGenerator(KotlinFragmentGenerator) - Method in class org.mybatis.generator.runtime.kotlin.elements.UpdateSelectiveColumnsMethodGenerator.Builder
 
withFunction(KotlinFunction) - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinFunctionAndImports.Builder
 
withFunction(KotlinFunction) - Static method in class org.mybatis.generator.runtime.kotlin.elements.KotlinFunctionAndImports
 
withImport(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinFunctionAndImports.Builder
 
withImport(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinFunctionParts.Builder
 
withImport(FullyQualifiedJavaType) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodAndImports.Builder
 
withImport(FullyQualifiedJavaType) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodParts.Builder
 
withImports(Set<String>) - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinFunctionAndImports.Builder
 
withImports(Set<String>) - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinFunctionParts.Builder
 
withImports(Set<String>) - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinPropertyAndImports.Builder
 
withImports(Set<FullyQualifiedJavaType>) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.FieldAndImports.Builder
 
withImports(Set<FullyQualifiedJavaType>) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodAndImports.Builder
 
withImports(Set<FullyQualifiedJavaType>) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodParts.Builder
 
withInitializationString(String) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinArg.Builder
 
withInitializationString(String) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinProperty.Builder
 
withIntrospectedTable(IntrospectedTable) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.AbstractMethodGenerator.BaseBuilder
 
withIntrospectedTable(IntrospectedTable) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.FragmentGenerator.Builder
 
withIntrospectedTable(IntrospectedTable) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.SelectListGenerator.Builder
 
withIntrospectedTable(IntrospectedTable) - Method in class org.mybatis.generator.runtime.kotlin.elements.AbstractKotlinFunctionGenerator.BaseBuilder
 
withIntrospectedTable(IntrospectedTable) - Method in class org.mybatis.generator.runtime.kotlin.elements.ColumnListGenerator.Builder
 
withIntrospectedTable(IntrospectedTable) - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinFragmentGenerator.Builder
 
withKotlinFile(KotlinFile) - Method in class org.mybatis.generator.runtime.kotlin.elements.BasicInsertMethodGenerator.Builder
 
withMapperName(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.DeleteByPrimaryKeyMethodGenerator.Builder
 
withMapperName(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralCountMethodGenerator.Builder
 
withMapperName(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralDeleteMethodGenerator.Builder
 
withMapperName(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralSelectDistinctMethodGenerator.Builder
 
withMapperName(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralSelectMethodGenerator.Builder
 
withMapperName(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralSelectOneMethodGenerator.Builder
 
withMapperName(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralUpdateMethodGenerator.Builder
 
withMapperName(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.InsertMethodGenerator.Builder
 
withMapperName(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.InsertMultipleMethodGenerator.Builder
 
withMapperName(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.InsertMultipleVarargMethodGenerator.Builder
 
withMapperName(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.InsertSelectiveMethodGenerator.Builder
 
withMapperName(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.SelectByPrimaryKeyMethodGenerator.Builder
 
withMapperName(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.UpdateByPrimaryKeyMethodGenerator.Builder
 
withMapperName(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.UpdateByPrimaryKeySelectiveMethodGenerator.Builder
 
withMethod(Method) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodAndImports.Builder
 
withMethod(Method) - Static method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodAndImports
 
withModifier(KotlinModifier) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinNamedItem.AbstractBuilder
 
withNamedItem(KotlinNamedItem) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinNamedItemContainer.NamedItemContainerBuilder
 
withParameter(Parameter) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodParts.Builder
 
withProperty(KotlinProperty) - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinPropertyAndImports.Builder
 
withProperty(KotlinProperty) - Static method in class org.mybatis.generator.runtime.kotlin.elements.KotlinPropertyAndImports
 
withRecordType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicInsertMethodGenerator.Builder
 
withRecordType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicMultipleInsertMethodGenerator.Builder
 
withRecordType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicSelectManyMethodGenerator.Builder
 
withRecordType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicSelectOneMethodGenerator.Builder
 
withRecordType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralSelectDistinctMethodGenerator.Builder
 
withRecordType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralSelectMethodGenerator.Builder
 
withRecordType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.GeneralSelectOneMethodGenerator.Builder
 
withRecordType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.InsertMethodGenerator.Builder
 
withRecordType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.InsertMultipleMethodGenerator.Builder
 
withRecordType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.InsertSelectiveMethodGenerator.Builder
 
withRecordType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.SelectByPrimaryKeyMethodGenerator.Builder
 
withRecordType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateAllColumnsMethodGenerator.Builder
 
withRecordType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByPrimaryKeyMethodGenerator.Builder
 
withRecordType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByPrimaryKeySelectiveMethodGenerator.Builder
 
withRecordType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateSelectiveColumnsMethodGenerator.Builder
 
withRecordType(FullyQualifiedKotlinType) - Method in class org.mybatis.generator.runtime.kotlin.elements.BasicInsertMethodGenerator.Builder
 
withRecordType(FullyQualifiedKotlinType) - Method in class org.mybatis.generator.runtime.kotlin.elements.BasicMultipleInsertMethodGenerator.Builder
 
withRecordType(FullyQualifiedKotlinType) - Method in class org.mybatis.generator.runtime.kotlin.elements.BasicSelectManyMethodGenerator.Builder
 
withRecordType(FullyQualifiedKotlinType) - Method in class org.mybatis.generator.runtime.kotlin.elements.BasicSelectOneMethodGenerator.Builder
 
withRecordType(FullyQualifiedKotlinType) - Method in class org.mybatis.generator.runtime.kotlin.elements.InsertMethodGenerator.Builder
 
withRecordType(FullyQualifiedKotlinType) - Method in class org.mybatis.generator.runtime.kotlin.elements.InsertMultipleMethodGenerator.Builder
 
withRecordType(FullyQualifiedKotlinType) - Method in class org.mybatis.generator.runtime.kotlin.elements.InsertMultipleVarargMethodGenerator.Builder
 
withRecordType(FullyQualifiedKotlinType) - Method in class org.mybatis.generator.runtime.kotlin.elements.InsertSelectiveMethodGenerator.Builder
 
withRecordType(FullyQualifiedKotlinType) - Method in class org.mybatis.generator.runtime.kotlin.elements.UpdateAllColumnsMethodGenerator.Builder
 
withRecordType(FullyQualifiedKotlinType) - Method in class org.mybatis.generator.runtime.kotlin.elements.UpdateByPrimaryKeyMethodGenerator.Builder
 
withRecordType(FullyQualifiedKotlinType) - Method in class org.mybatis.generator.runtime.kotlin.elements.UpdateByPrimaryKeySelectiveMethodGenerator.Builder
 
withRecordType(FullyQualifiedKotlinType) - Method in class org.mybatis.generator.runtime.kotlin.elements.UpdateSelectiveColumnsMethodGenerator.Builder
 
withResultMapId(String) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicSelectOneMethodGenerator.Builder
 
withResultMapId(String) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.FragmentGenerator.Builder
 
withResultMapId(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.BasicSelectOneMethodGenerator.Builder
 
withResultMapId(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinFragmentGenerator.Builder
 
withReuseResultMap(boolean) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicSelectOneMethodGenerator.Builder
 
withReuseResultMap(boolean) - Method in class org.mybatis.generator.runtime.kotlin.elements.BasicSelectOneMethodGenerator.Builder
 
withStaticImport(String) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodAndImports.Builder
 
withStaticImports(Set<String>) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodAndImports.Builder
 
withSuperType(String) - Method in class org.mybatis.generator.api.dom.kotlin.KotlinType.Builder
 
withSupportObjectImport(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.ColumnListGenerator.Builder
 
withSupportObjectImport(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.InsertMethodGenerator.Builder
 
withSupportObjectImport(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.InsertMultipleMethodGenerator.Builder
 
withSupportObjectImport(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.InsertSelectiveMethodGenerator.Builder
 
withTableFieldImport(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.GeneralCountMethodGenerator.Builder
 
withTableFieldName(String) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.AbstractMethodGenerator.BaseBuilder
 
withTableFieldName(String) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.FragmentGenerator.Builder
 
withTableFieldName(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.AbstractKotlinFunctionGenerator.BaseBuilder
 
withTableFieldName(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.ColumnListGenerator.Builder
 
withTableFieldName(String) - Method in class org.mybatis.generator.runtime.kotlin.elements.KotlinFragmentGenerator.Builder
 
write(CDATASection) - Method in class org.mybatis.generator.internal.DomWriter
 
write(Comment) - Method in class org.mybatis.generator.internal.DomWriter
 
write(Document) - Method in class org.mybatis.generator.internal.DomWriter
 
write(DocumentType) - Method in class org.mybatis.generator.internal.DomWriter
 
write(Element) - Method in class org.mybatis.generator.internal.DomWriter
 
write(EntityReference) - Method in class org.mybatis.generator.internal.DomWriter
 
write(ProcessingInstruction) - Method in class org.mybatis.generator.internal.DomWriter
 
write(Text) - Method in class org.mybatis.generator.internal.DomWriter
 
writeAnyNode(Node) - Method in class org.mybatis.generator.internal.DomWriter
 

X

XmlConstants - Class in org.mybatis.generator.codegen
Constants for MyBatis XML IDs.
XmlElement - Class in org.mybatis.generator.api.dom.xml
 
XmlElement(String) - Constructor for class org.mybatis.generator.api.dom.xml.XmlElement
 
XmlElement(XmlElement) - Constructor for class org.mybatis.generator.api.dom.xml.XmlElement
Copy constructor.
XmlFileMergerJaxp - Class in org.mybatis.generator.internal
This class handles the task of merging changes into an existing XML file.
XmlFormatter - Interface in org.mybatis.generator.api
Objects implementing this interface are used to convert the internal representation of the XML DOM classes into a string suitable for saving to the file system.
xmlIndent(StringBuilder, int) - Static method in class org.mybatis.generator.api.dom.OutputUtilities
Utility method that indents the buffer by the default amount for XML (two spaces per indent level).
xmlMapperGenerator - Variable in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
XMLMapperGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper
 
XMLMapperGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
XMLParserException - Exception Class in org.mybatis.generator.exception
 
XMLParserException(String) - Constructor for exception class org.mybatis.generator.exception.XMLParserException
 
XMLParserException(List<String>) - Constructor for exception class org.mybatis.generator.exception.XMLParserException
 
A B C D E F G H I J K L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form