Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X 

A

AbstractDAOElementGenerator - Class in org.mybatis.generator.codegen.ibatis2.dao.elements
Base class for all DAO element generators.
AbstractDAOElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.elements.AbstractDAOElementGenerator
 
AbstractDAOTemplate - Class in org.mybatis.generator.codegen.ibatis2.dao.templates
Base class for DAO templates.
AbstractDAOTemplate() - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
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(boolean) - Constructor for class org.mybatis.generator.codegen.AbstractJavaClientGenerator
 
AbstractJavaGenerator - Class in org.mybatis.generator.codegen
 
AbstractJavaGenerator() - 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(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.AbstractJavaProviderMethodGenerator
 
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 extends AbstractMethodGenerator.BaseBuilder<T,R>,R> - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
AbstractXmlElementGenerator - Class in org.mybatis.generator.codegen.ibatis2.sqlmap.elements
 
AbstractXmlElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.AbstractXmlElementGenerator
 
AbstractXmlElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
AbstractXmlElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
 
AbstractXmlGenerator - Class in org.mybatis.generator.codegen
 
AbstractXmlGenerator() - Constructor for class org.mybatis.generator.codegen.AbstractXmlGenerator
 
acceptParts(MethodAndImports.Builder, Method, MethodParts) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.AbstractMethodGenerator
 
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
 
addAnnotation(String) - Method in class org.mybatis.generator.api.dom.java.JavaElement
Adds the annotation.
addAnnotation(String) - Method in class org.mybatis.generator.api.dom.java.Parameter
 
addApplyWhereMethod(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
addAttribute(Attribute) - Method in class org.mybatis.generator.api.dom.xml.XmlElement
Adds the attribute.
addBaseColumnListElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
addBaseColumnListElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addBlobColumnListElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
addBlobColumnListElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addBodyLine(String) - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
 
addBodyLine(int, String) - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
 
addBodyLine(String) - Method in class org.mybatis.generator.api.dom.java.Method
Adds the body line.
addBodyLine(int, String) - Method in class org.mybatis.generator.api.dom.java.Method
Adds the body line.
addBodyLines(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.InitializationBlock
 
addBodyLines(Collection<String>) - Method in class org.mybatis.generator.api.dom.java.Method
Adds the body lines.
addBodyLines(int, Collection<String>) - Method in class org.mybatis.generator.api.dom.java.Method
Adds the body lines.
addCheckedException(FullyQualifiedJavaType) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
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, boolean) - 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 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
Adds the classpath entry.
addColumn(IntrospectedColumn) - Method in class org.mybatis.generator.api.IntrospectedTable
 
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.
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
 
addContext(Context) - Method in class org.mybatis.generator.config.Configuration
Adds the context.
addCountByExampleElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
addCountByExampleElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addCountByExampleMethod(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
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
 
addDeleteByExampleElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
addDeleteByExampleElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addDeleteByExampleMethod(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
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.ibatis2.sqlmap.SqlMapGenerator
 
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(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
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
 
addElement(Element) - Method in class org.mybatis.generator.api.dom.xml.XmlElement
Adds the element.
addElement(int, Element) - Method in class org.mybatis.generator.api.dom.xml.XmlElement
Adds the element.
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.AbstractXmlElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.BaseColumnListElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.BlobColumnListElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.CountByExampleElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.DeleteByExampleElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.DeleteByPrimaryKeyElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.ExampleWhereClauseElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.InsertElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.InsertSelectiveElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.ResultMapWithBLOBsElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.ResultMapWithoutBLOBsElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.SelectByExampleWithBLOBsElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.SelectByExampleWithoutBLOBsElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.SelectByPrimaryKeyElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByExampleSelectiveElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByExampleWithBLOBsElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByExampleWithoutBLOBsElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByPrimaryKeySelectiveElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByPrimaryKeyWithBLOBsElementGenerator
 
addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByPrimaryKeyWithoutBLOBsElementGenerator
 
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
Adds the enum constant.
addExampleWhereClauseElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
addExampleWhereClauseElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addException(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.Method
Adds the exception.
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.InnerClass
Adds the field.
addField(Field) - Method in class org.mybatis.generator.api.dom.java.InnerEnum
Adds the field.
addField(Field) - Method in class org.mybatis.generator.api.dom.java.InnerInterface
 
addField(Field) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
addFieldAnnotation(Field, IntrospectedTable, 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 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 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) - Method in interface org.mybatis.generator.api.CommentGenerator
Adds the field comment.
addFieldComment(Field, IntrospectedTable, IntrospectedColumn) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
 
addFieldComment(Field, IntrospectedTable) - 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
 
addFormattedAnnotations(StringBuilder, int) - Method in class org.mybatis.generator.api.dom.java.JavaElement
Adds the formatted annotations.
addFormattedJavadoc(StringBuilder, int) - Method in class org.mybatis.generator.api.dom.java.JavaElement
Adds the formatted javadoc.
addGeneralMethodAnnotation(Method, IntrospectedTable, 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 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 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
 
addGeneratedKeyAnnotation(Method, GeneratedKey) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
 
addGeneratedKeyImports(Interface, GeneratedKey) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
 
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
 
addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.AbstractDAOElementGenerator
 
addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.CountByExampleMethodGenerator
 
addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.DeleteByExampleMethodGenerator
 
addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.DeleteByPrimaryKeyMethodGenerator
 
addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.InsertMethodGenerator
 
addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.InsertSelectiveMethodGenerator
 
addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.SelectByExampleWithBLOBsMethodGenerator
 
addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.SelectByExampleWithoutBLOBsMethodGenerator
 
addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.SelectByPrimaryKeyMethodGenerator
 
addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleParmsInnerclassGenerator
 
addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleSelectiveMethodGenerator
 
addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleWithBLOBsMethodGenerator
 
addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleWithoutBLOBsMethodGenerator
 
addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByPrimaryKeySelectiveMethodGenerator
 
addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByPrimaryKeyWithBLOBsMethodGenerator
 
addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
 
addImplementationImport(FullyQualifiedJavaType) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
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(String) - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
 
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
 
addInitializationBlock(InitializationBlock) - Method in class org.mybatis.generator.api.dom.java.InnerClass
Adds the initialization block.
addInnerClass(InnerClass) - Method in class org.mybatis.generator.api.dom.java.InnerClass
Adds the inner class.
addInnerClass(InnerClass) - Method in class org.mybatis.generator.api.dom.java.InnerEnum
Adds the inner class.
addInnerEnum(InnerEnum) - Method in class org.mybatis.generator.api.dom.java.InnerClass
Adds the inner enum.
addInnerEnum(InnerEnum) - Method in class org.mybatis.generator.api.dom.java.InnerEnum
Adds the inner enum.
addInnerInterfaces(InnerInterface) - Method in class org.mybatis.generator.api.dom.java.InnerInterface
Adds the inner interface.
addInsertElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
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(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
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
 
addInsertSelectiveElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
addInsertSelectiveElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addInsertSelectiveMethod(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
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(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.AbstractDAOElementGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.CountByExampleMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.DeleteByExampleMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.DeleteByPrimaryKeyMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.InsertMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.InsertSelectiveMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.SelectByExampleWithBLOBsMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.SelectByExampleWithoutBLOBsMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.SelectByPrimaryKeyMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleParmsInnerclassGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleSelectiveMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleWithBLOBsMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleWithoutBLOBsMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByPrimaryKeySelectiveMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByPrimaryKeyWithBLOBsMethodGenerator
 
addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
 
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
 
addInterfaceImport(FullyQualifiedJavaType) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
addJavaDocLine(String) - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
 
addJavaDocLine(String) - Method in class org.mybatis.generator.api.dom.java.JavaElement
Adds the java doc line.
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.
addJavaFileComment(CompilationUnit) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
 
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(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(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(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.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.InnerClass
Adds the method.
addMethod(Method) - Method in class org.mybatis.generator.api.dom.java.InnerEnum
Adds the method.
addMethod(Method) - Method in class org.mybatis.generator.api.dom.java.InnerInterface
Adds the method.
addMethod(Method) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
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
 
addMyBatis3UpdateByExampleWhereClauseElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addParameter(Parameter) - Method in class org.mybatis.generator.api.dom.java.Method
Adds the parameter.
addParameter(int, Parameter) - Method in class org.mybatis.generator.api.dom.java.Method
Adds the parameter.
addPlugin(Plugin) - Method in class org.mybatis.generator.internal.PluginAggregator
 
addPluginConfiguration(PluginConfiguration) - Method in class org.mybatis.generator.config.Context
 
addPrimaryKeyColumn(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
addProperty(String, String) - Method in class org.mybatis.generator.config.Context
 
addProperty(String, String) - Method in class org.mybatis.generator.config.PropertyHolder
 
addPropertyXmlElements(XmlElement) - 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.ibatis2.sqlmap.SqlMapGenerator
 
addResultMapWithBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addResultMapWithoutBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
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.
addRootComment(XmlElement) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
 
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.ibatis2.sqlmap.SqlMapGenerator
 
addSelectByExampleWithBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addSelectByExampleWithBLOBsMethod(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
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.ibatis2.sqlmap.SqlMapGenerator
 
addSelectByExampleWithoutBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addSelectByExampleWithoutBLOBsMethod(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
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.ibatis2.sqlmap.SqlMapGenerator
 
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(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
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
 
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.InnerClass
Adds the super interface.
addSuperInterface(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.InnerEnum
Adds the super interface.
addSuperInterface(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.InnerInterface
Adds the super interface.
addSuppressTypeWarningsAnnotation() - Method in class org.mybatis.generator.api.dom.java.JavaElement
Adds the suppress type warnings annotation.
addTableConfiguration(TableConfiguration) - Method in class org.mybatis.generator.config.Context
 
addTypeArgument(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
addTypeParameter(TypeParameter) - Method in class org.mybatis.generator.api.dom.java.InnerClass
Adds the type parameter.
addTypeParameter(TypeParameter) - Method in class org.mybatis.generator.api.dom.java.Method
Adds the type parameter.
addTypeParameter(int, TypeParameter) - Method in class org.mybatis.generator.api.dom.java.Method
Adds the parameter.
addUpdateByExampleParmsInnerclass(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
addUpdateByExampleSelectiveElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
addUpdateByExampleSelectiveElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addUpdateByExampleSelectiveMethod(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
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.ibatis2.sqlmap.SqlMapGenerator
 
addUpdateByExampleWithBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addUpdateByExampleWithBLOBsMethod(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
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.ibatis2.sqlmap.SqlMapGenerator
 
addUpdateByExampleWithoutBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addUpdateByExampleWithoutBLOBsMethod(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
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
 
addUpdateByPrimaryKeySelectiveElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
addUpdateByPrimaryKeySelectiveElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addUpdateByPrimaryKeySelectiveMethod(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
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(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
addUpdateByPrimaryKeyWithBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
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(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
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.ibatis2.sqlmap.SqlMapGenerator
 
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(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
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
 
AnnotatedClientGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper
 
AnnotatedClientGenerator() - 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
 
areEqual(boolean, boolean) - Static method in class org.mybatis.generator.internal.util.EqualsUtil
 
areEqual(char, char) - Static method in class org.mybatis.generator.internal.util.EqualsUtil
 
areEqual(long, long) - Static method in class org.mybatis.generator.internal.util.EqualsUtil
 
areEqual(float, float) - Static method in class org.mybatis.generator.internal.util.EqualsUtil
 
areEqual(double, double) - Static method in class org.mybatis.generator.internal.util.EqualsUtil
 
areEqual(Object, Object) - Static method in class org.mybatis.generator.internal.util.EqualsUtil
Possibly-null object field.
Attribute - Class in org.mybatis.generator.api.dom.xml
The Class Attribute.
Attribute(String, String) - Constructor for class org.mybatis.generator.api.dom.xml.Attribute
Instantiates a new attribute.
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

BaseBuilder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.AbstractMethodGenerator.BaseBuilder
 
BaseColumnListElementGenerator - Class in org.mybatis.generator.codegen.ibatis2.sqlmap.elements
 
BaseColumnListElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.BaseColumnListElementGenerator
 
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.ibatis2.model
Generates a Base class for iBatis.
BaseRecordGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.model.BaseRecordGenerator
 
BaseRecordGenerator - Class in org.mybatis.generator.codegen.mybatis3.model
 
BaseRecordGenerator() - 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
 
BasicCountMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
BasicCountMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
BasicDeleteMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
BasicDeleteMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
BasicInsertMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
BasicInsertMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
BasicSelectManyMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
BasicSelectManyMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
BasicSelectOneMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
BasicSelectOneMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
BasicUpdateMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
BasicUpdateMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
BlobColumnListElementGenerator - Class in org.mybatis.generator.codegen.ibatis2.sqlmap.elements
 
BlobColumnListElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.BlobColumnListElementGenerator
 
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
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.AbstractMethodGenerator.BaseBuilder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicCountMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicDeleteMethodGenerator.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.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.BasicUpdateMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.CountByExampleMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.DeleteByExampleMethodGenerator.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.FragmentGenerator.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.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.SelectByExampleMethodGenerator.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.SelectDistinctByExampleMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByExampleMethodGenerator.Builder
 
build() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByExampleSelectiveMethodGenerator.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
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.BasicCountMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.BasicDeleteMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.BasicInsertMethodGenerator.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.BasicUpdateMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.CountByExampleMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.DeleteByExampleMethodGenerator.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.FragmentGenerator.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.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.SelectByExampleMethodGenerator.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.SelectDistinctByExampleMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByExampleMethodGenerator.Builder
 
Builder() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByExampleSelectiveMethodGenerator.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
 
builderPrefix - Variable in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.AbstractJavaProviderMethodGenerator
 

C

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
 
calculateDAOGenerators(List<String>, ProgressCallback) - Method in class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
calculateDateType(IntrospectedColumn, FullyQualifiedJavaType) - Method in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
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.ibatis2.IntrospectedTableIbatis2Java2Impl
 
calculateGenerators(List<String>, ProgressCallback) - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
calculateIbatis2SqlMapFileName() - Method in class org.mybatis.generator.api.IntrospectedTable
 
calculateIbatis2SqlMapNamespace() - Method in class org.mybatis.generator.api.IntrospectedTable
 
calculateImports(Set<FullyQualifiedJavaType>) - Static method in class org.mybatis.generator.api.dom.OutputUtilities
returns a unique set of "import xxx;" Strings for the set of types.
calculateJavaClientAttributes() - Method in class org.mybatis.generator.api.IntrospectedTable
 
calculateJavaClientImplementationPackage() - Method in class org.mybatis.generator.api.IntrospectedTable
 
calculateJavaClientInterfacePackage() - Method in class org.mybatis.generator.api.IntrospectedTable
 
calculateJavaModelGenerators(List<String>, ProgressCallback) - Method in class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
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
 
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
 
calculateSqlMapGenerator(List<String>, ProgressCallback) - Method in class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
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(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(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.BasicCountMethodGenerator
 
callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicDeleteMethodGenerator
 
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.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.BasicUpdateMethodGenerator
 
callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.CountByExampleMethodGenerator
 
callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.DeleteByExampleMethodGenerator
 
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.InsertMethodGenerator
 
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.SelectByExampleMethodGenerator
 
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.SelectDistinctByExampleMethodGenerator
 
callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByExampleMethodGenerator
 
callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByExampleSelectiveMethodGenerator
 
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
 
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.
checkCancel() - Method in class org.mybatis.generator.internal.NullProgressCallback
 
ClassloaderUtility - Class in org.mybatis.generator.internal.util
This class holds methods useful for constructing custom classloaders.
CLIENT_USE_LEGACY_BUILDER - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
clientBasicCountMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the count method has been generated for the mapper interface.
clientBasicCountMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientBasicCountMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
clientBasicDeleteMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the delete method has been generated for the mapper interface.
clientBasicDeleteMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientBasicDeleteMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
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.api.PluginAdapter
 
clientBasicInsertMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
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(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientBasicSelectManyMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
clientBasicSelectManyMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.plugins.RowBoundsPlugin
 
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(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientBasicSelectOneMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
clientBasicUpdateMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the update method has been generated for the mapper interface.
clientBasicUpdateMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientBasicUpdateMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
clientCountByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the countByExample method has been generated in the client implementation class.
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.
clientCountByExampleMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientCountByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientCountByExampleMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
clientCountByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
clientDeleteByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the deleteByExample method has been generated in the client implementation class.
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.
clientDeleteByExampleMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientDeleteByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientDeleteByExampleMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
clientDeleteByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
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, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the deleteByPrimaryKey method has been generated in the client implementation class.
clientDeleteByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientDeleteByPrimaryKeyMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientDeleteByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
clientDeleteByPrimaryKeyMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
clientGenerated(Interface, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the entire client has been generated.
clientGenerated(Interface, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientGenerated(Interface, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
clientGenerated(Interface, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.plugins.MapperAnnotationPlugin
 
clientGenerators - Variable in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
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, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the insert method has been generated in the client implementation class.
clientInsertMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientInsertMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientInsertMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
clientInsertMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
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, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the insert selective method has been generated in the client implementation class.
clientInsertSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientInsertSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientInsertSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
clientInsertSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
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.
clientSelectAllMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the selectAll method has been generated in the client implementation class.
clientSelectAllMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientSelectAllMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientSelectAllMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
clientSelectAllMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
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, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the selectByExampleWithBLOBs method has been generated in the client implementation class.
clientSelectByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientSelectByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientSelectByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
clientSelectByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
clientSelectByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.plugins.RowBoundsPlugin
 
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, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the selectByExampleWithoutBLOBs method has been generated in the client implementation class.
clientSelectByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientSelectByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientSelectByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
clientSelectByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
clientSelectByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.plugins.RowBoundsPlugin
 
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(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the selectByPrimaryKey method has been generated in the client implementation class.
clientSelectByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientSelectByPrimaryKeyMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientSelectByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
clientSelectByPrimaryKeyMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
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.
clientUpdateByExampleSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByExampleSelective method has been generated in the client implementation class.
clientUpdateByExampleSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientUpdateByExampleSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientUpdateByExampleSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
clientUpdateByExampleSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
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.
clientUpdateByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByExampleWithBLOBs method has been generated in the client implementation class.
clientUpdateByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientUpdateByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientUpdateByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
clientUpdateByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
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.
clientUpdateByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByExampleWithoutBLOBs method has been generated in the client implementation class.
clientUpdateByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientUpdateByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientUpdateByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
clientUpdateByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
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, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByPrimaryKeySelective method has been generated in the client implementation class.
clientUpdateByPrimaryKeySelectiveMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientUpdateByPrimaryKeySelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientUpdateByPrimaryKeySelectiveMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
clientUpdateByPrimaryKeySelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
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, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByPrimaryKeyWithBLOBs method has been generated in the client implementation class.
clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByPrimaryKeyWithoutBLOBs method has been generated in the client implementation class.
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.
clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
columnName - Variable in class org.mybatis.generator.config.IgnoredColumn
The column name.
ColumnOverride - Class in org.mybatis.generator.config
The Class ColumnOverride.
ColumnOverride(String) - Constructor for class org.mybatis.generator.config.ColumnOverride
Instantiates a new column override.
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
 
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
 
compareTo(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
compareTo(Attribute) - Method in class org.mybatis.generator.api.dom.xml.Attribute
 
CompilationUnit - Interface in org.mybatis.generator.api.dom.java
This interface describes methods common to all Java compilation units (Java classes, interfaces, and enums).
composeFullyQualifiedTableName(String, String, String, char) - Static method in class org.mybatis.generator.internal.util.StringUtility
 
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
The Class Configuration.
Configuration() - Constructor for class org.mybatis.generator.config.Configuration
Instantiates a new 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.
configureCheckedExceptions() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Override this method to add checked exceptions to the throws clause of any generated DAO method.
configureCheckedExceptions() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
 
configureCheckedExceptions() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
 
configureConstructorTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Override this method to configure a constructor for generated DAO implementation classes.
configureConstructorTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
 
configureConstructorTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
 
configureConstructorTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
 
configureConstructorTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.SpringDAOTemplate
 
configuredDelimitedColumnName - Variable in class org.mybatis.generator.config.IgnoredColumn
The configured delimited column name.
configureDeleteMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Override this method to configure a delete method template.
configureDeleteMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
 
configureDeleteMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
 
configureDeleteMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
 
configureDeleteMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.SpringDAOTemplate
 
configureFields() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Override this method to add fields to any generated DAO implementation class.
configureFields() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
 
configureFields() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
 
configureImplementationImports() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Override this method to add imports to generated DAO implementation classes.
configureImplementationImports() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
 
configureImplementationImports() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
 
configureImplementationImports() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
 
configureInsertMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Override this method to configure an insert method template.
configureInsertMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
 
configureInsertMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
 
configureInsertMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
 
configureInsertMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.SpringDAOTemplate
 
configureInterfaceImports() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Override this method to add imports to generated DAO interface classes.
configureMethods() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Override this method to add methods to generated DAO implementation classes.
configureMethods() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
 
configureQueryForListMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Override this method to configure a queryForList method template.
configureQueryForListMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
 
configureQueryForListMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
 
configureQueryForListMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
 
configureQueryForListMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.SpringDAOTemplate
 
configureQueryForObjectMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Override this method to configure a queryForObject method template.
configureQueryForObjectMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
 
configureQueryForObjectMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
 
configureQueryForObjectMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
 
configureQueryForObjectMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.SpringDAOTemplate
 
configureSuperClass() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Override this method to set the superclass for any generated DAO implementation class.
configureSuperClass() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
 
configureSuperClass() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.SpringDAOTemplate
 
configureUpdateMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Override this method to configure an update method template.
configureUpdateMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
 
configureUpdateMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
 
configureUpdateMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
 
configureUpdateMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.SpringDAOTemplate
 
ConnectionFactory - Interface in org.mybatis.generator.api
 
ConnectionFactoryConfiguration - Class in org.mybatis.generator.config
 
ConnectionFactoryConfiguration() - Constructor for class org.mybatis.generator.config.ConnectionFactoryConfiguration
 
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.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 - Class in org.mybatis.generator.config
The Class Context.
Context(ModelType) - Constructor for class org.mybatis.generator.config.Context
 
context - Variable in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
context - Variable in class org.mybatis.generator.runtime.dynamic.sql.elements.AbstractMethodGenerator
 
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_XML_FORMATTER - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
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 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.
contextGenerateAdditionalJavaFiles() - Method in class org.mybatis.generator.api.PluginAdapter
 
contextGenerateAdditionalJavaFiles(IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
contextGenerateAdditionalJavaFiles(IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
contextGenerateAdditionalJavaFiles() - Method in class org.mybatis.generator.internal.PluginAggregator
 
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(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.
contextGenerateAdditionalXmlFiles() - Method in class org.mybatis.generator.api.PluginAdapter
 
contextGenerateAdditionalXmlFiles(IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
contextGenerateAdditionalXmlFiles(IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
contextGenerateAdditionalXmlFiles() - Method in class org.mybatis.generator.internal.PluginAggregator
 
contextGenerateAdditionalXmlFiles() - Method in class org.mybatis.generator.plugins.MapperConfigPlugin
 
contextGenerateAdditionalXmlFiles() - Method in class org.mybatis.generator.plugins.SqlMapConfigPlugin
 
CountByExampleElementGenerator - Class in org.mybatis.generator.codegen.ibatis2.sqlmap.elements
 
CountByExampleElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.CountByExampleElementGenerator
 
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.ibatis2.dao.elements
Generates the Count By Example method.
CountByExampleMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.elements.CountByExampleMethodGenerator
 
CountByExampleMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
CountByExampleMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.CountByExampleMethodGenerator
 
CountByExampleMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
CountByExampleMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
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 (i.e.
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
 
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
 

D

DAO_EXAMPLE_METHOD_VISIBILITY - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
DAO_METHOD_NAME_CALCULATOR - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
DAOGenerator - Class in org.mybatis.generator.codegen.ibatis2.dao
DAO generator for iBatis.
DAOGenerator(AbstractDAOTemplate, boolean) - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
daoGenerators - Variable in class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
DAOMethodNameCalculator - Interface in org.mybatis.generator.api
This interface is used to supply names for DAO methods.
daoTemplate - Variable in class org.mybatis.generator.codegen.ibatis2.dao.elements.AbstractDAOElementGenerator
 
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
 
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.log4j.Log4jImpl
 
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
 
DefaultCommentGenerator - Class in org.mybatis.generator.internal
 
DefaultCommentGenerator() - Constructor for class org.mybatis.generator.internal.DefaultCommentGenerator
 
DefaultDAOMethodNameCalculator - Class in org.mybatis.generator.internal
 
DefaultDAOMethodNameCalculator() - Constructor for class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
 
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
 
DefaultShellCallback - Class in org.mybatis.generator.internal
The Class DefaultShellCallback.
DefaultShellCallback(boolean) - Constructor for class org.mybatis.generator.internal.DefaultShellCallback
Instantiates a new default shell callback.
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.ibatis2.sqlmap.elements
 
DeleteByExampleElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.DeleteByExampleElementGenerator
 
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.ibatis2.dao.elements
Generates the Delete By Example method.
DeleteByExampleMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.elements.DeleteByExampleMethodGenerator
 
DeleteByExampleMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
DeleteByExampleMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.DeleteByExampleMethodGenerator
 
DeleteByExampleMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
DeleteByExampleMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
DeleteByPrimaryKeyElementGenerator - Class in org.mybatis.generator.codegen.ibatis2.sqlmap.elements
 
DeleteByPrimaryKeyElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.DeleteByPrimaryKeyElementGenerator
 
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.ibatis2.dao.elements
Generates the Delete By Primary Key method.
DeleteByPrimaryKeyMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.elements.DeleteByPrimaryKeyMethodGenerator
 
DeleteByPrimaryKeyMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
DeleteByPrimaryKeyMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.DeleteByPrimaryKeyMethodGenerator
 
DeleteByPrimaryKeyMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
DeleteByPrimaryKeyMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
Document - Class in org.mybatis.generator.api.dom.xml
The Class Document.
Document(String, String) - Constructor for class org.mybatis.generator.api.dom.xml.Document
Instantiates a new document.
Document() - Constructor for class org.mybatis.generator.api.dom.xml.Document
Instantiates a new document.
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.
done() - Method in class org.mybatis.generator.internal.NullProgressCallback
 
DynamicSqlMapperGenerator - Class in org.mybatis.generator.runtime.dynamic.sql
 
DynamicSqlMapperGenerator() - 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 qith default constructor and getters/setters.
DynamicSqlModelGenerator() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlModelGenerator
 
DynamicSqlSupportClassGenerator - Class in org.mybatis.generator.runtime.dynamic.sql
 

E

Element - Class in org.mybatis.generator.api.dom.xml
 
Element() - Constructor for class org.mybatis.generator.api.dom.xml.Element
 
equals(Object) - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
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
 
EqualsUtil - Class in org.mybatis.generator.internal.util
This class is from javapractices.com:
EqualsUtil() - Constructor for class org.mybatis.generator.internal.util.EqualsUtil
 
error(SAXParseException) - Method in class org.mybatis.generator.config.xml.ParserErrorHandler
 
error(String, Throwable) - Method in class org.mybatis.generator.logging.commons.JakartaCommonsLoggingImpl
 
error(String) - Method in class org.mybatis.generator.logging.commons.JakartaCommonsLoggingImpl
 
error(String, Throwable) - Method in class org.mybatis.generator.logging.jdk14.Jdk14LoggingImpl
 
error(String) - Method in class org.mybatis.generator.logging.jdk14.Jdk14LoggingImpl
 
error(String, Throwable) - Method in interface org.mybatis.generator.logging.Log
 
error(String) - Method in interface org.mybatis.generator.logging.Log
 
error(String, Throwable) - Method in class org.mybatis.generator.logging.log4j.Log4jImpl
 
error(String) - Method in class org.mybatis.generator.logging.log4j.Log4jImpl
 
error(String, Throwable) - Method in class org.mybatis.generator.logging.log4j2.Log4j2AbstractLoggerImpl
 
error(String) - Method in class org.mybatis.generator.logging.log4j2.Log4j2AbstractLoggerImpl
 
error(String, Throwable) - Method in class org.mybatis.generator.logging.log4j2.Log4j2Impl
 
error(String) - Method in class org.mybatis.generator.logging.log4j2.Log4j2Impl
 
error(String, Throwable) - Method in class org.mybatis.generator.logging.log4j2.Log4j2LoggerImpl
 
error(String) - Method in class org.mybatis.generator.logging.log4j2.Log4j2LoggerImpl
 
error(String, Throwable) - Method in class org.mybatis.generator.logging.nologging.NoLoggingImpl
 
error(String) - Method in class org.mybatis.generator.logging.nologging.NoLoggingImpl
 
error(String, Throwable) - Method in class org.mybatis.generator.logging.slf4j.Slf4jImpl
 
error(String) - Method in class org.mybatis.generator.logging.slf4j.Slf4jImpl
 
escapeStringForIbatis2(String) - Static method in class org.mybatis.generator.codegen.ibatis2.Ibatis2FormattingUtilities
Escape string for ibatis2.
escapeStringForJava(String) - Static method in class org.mybatis.generator.internal.util.StringUtility
 
escapeStringForMyBatis3(String) - Static method in class org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
Escape string for my batis3.
escapeStringForXml(String) - Static method in class org.mybatis.generator.internal.util.StringUtility
 
ExampleGenerator - Class in org.mybatis.generator.codegen.ibatis2.model
Generates the example class for iBatis2.
ExampleGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.ibatis2.model.ExampleGenerator
 
ExampleGenerator - Class in org.mybatis.generator.codegen.mybatis3.model
 
ExampleGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.model.ExampleGenerator
 
ExampleWhereClauseElementGenerator - Class in org.mybatis.generator.codegen.ibatis2.sqlmap.elements
Generates the example where clause for iBatis2.
ExampleWhereClauseElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.ExampleWhereClauseElementGenerator
 
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
 
ExtendedDAOMethodNameCalculator - Class in org.mybatis.generator.internal
 
ExtendedDAOMethodNameCalculator() - Constructor for class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
 
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() - Constructor for class org.mybatis.generator.api.dom.java.Field
 
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
 
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
 
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
 
forceLog4jLogging() - 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 - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
FragmentGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
FullyQualifiedJavaType - Class in org.mybatis.generator.api.dom.java
The Class FullyQualifiedJavaType.
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.
fullyQualifiedJavaType - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
FullyQualifiedTable - Class in org.mybatis.generator.api
The Class FullyQualifiedTable.
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.
fullyQualifiedTable - Variable in class org.mybatis.generator.api.IntrospectedTable
 

G

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.
generate() - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlSupportClassGenerator
 
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
 
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
Instantiates a new generated file.
GeneratedJavaFile - Class in org.mybatis.generator.api
The Class GeneratedJavaFile.
GeneratedJavaFile(CompilationUnit, String, String, JavaFormatter) - Constructor for class org.mybatis.generator.api.GeneratedJavaFile
Default constructor.
GeneratedJavaFile(CompilationUnit, String, JavaFormatter) - Constructor for class org.mybatis.generator.api.GeneratedJavaFile
Instantiates a new generated java file.
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
 
GeneratedXmlFile - Class in org.mybatis.generator.api
The Class GeneratedXmlFile.
GeneratedXmlFile(Document, String, String, String, boolean, XmlFormatter) - Constructor for class org.mybatis.generator.api.GeneratedXmlFile
Instantiates a new generated xml file.
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
 
generateFiles(ProgressCallback, List<GeneratedJavaFile>, List<GeneratedXmlFile>, 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.BasicCountMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicDeleteMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicInsertMethodGenerator
 
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.BasicUpdateMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.CountByExampleMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.DeleteByExampleMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.DeleteByPrimaryKeyMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.InsertMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.InsertSelectiveMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.SelectByExampleMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.SelectByPrimaryKeyMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.SelectDistinctByExampleMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByExampleMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByExampleSelectiveMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByPrimaryKeyMethodGenerator
 
generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByPrimaryKeySelectiveMethodGenerator
 
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
 
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
 
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
 
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.
generationStarted(int) - Method in class org.mybatis.generator.internal.NullProgressCallback
 
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
 
GenericCIDAOTemplate - Class in org.mybatis.generator.codegen.ibatis2.dao.templates
Template for DAO classes created with constructor injection.
GenericCIDAOTemplate() - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
 
GenericSIDAOTemplate - Class in org.mybatis.generator.codegen.ibatis2.dao.templates
Template for DAO classes created with setter injection.
GenericSIDAOTemplate() - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
 
getActualColumnName() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getAlias() - Method in class org.mybatis.generator.api.FullyQualifiedTable
Gets the alias.
getAlias() - Method in class org.mybatis.generator.config.TableConfiguration
 
getAliasedActualColumnName(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.ibatis2.Ibatis2FormattingUtilities
The aliased column name for a select statement generated by the example clauses.
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.ibatis2.Ibatis2FormattingUtilities
Calculates the string to use in select phrases in SqlMaps.
getAliasedEscapedColumnName(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
Calculates the string to use in select phrases in SqlMaps.
getAliasedFullyQualifiedTableNameAtRuntime() - Method in class org.mybatis.generator.api.FullyQualifiedTable
Gets the aliased fully qualified table name at runtime.
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
 
getAnnotations() - Method in class org.mybatis.generator.api.dom.java.JavaElement
Gets the annotations.
getAnnotations() - Method in class org.mybatis.generator.api.dom.java.Parameter
 
getAnnotations() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodParts
 
getAttribute(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
getAttributeName() - Method in enum org.mybatis.generator.plugins.CachePlugin.CacheProperty
 
getAttributes() - Method in class org.mybatis.generator.api.dom.xml.XmlElement
Gets the attributes.
getBaseColumnListElement() - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.AbstractXmlElementGenerator
 
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.ibatis2.sqlmap.elements.AbstractXmlElementGenerator
 
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
Gets the body lines.
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
 
getCheckedExceptions() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
getClassPathEntries() - Method in class org.mybatis.generator.config.Configuration
Gets the class path entries.
getColumn(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
getColumn() - Method in class org.mybatis.generator.config.GeneratedKey
 
getColumnName() - Method in class org.mybatis.generator.config.ColumnOverride
Gets the column name.
getColumnName() - Method in class org.mybatis.generator.config.IgnoredColumn
Gets the column name.
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.ibatis2.dao.DAOGenerator
 
getCompilationUnits() - Method in class org.mybatis.generator.codegen.ibatis2.model.BaseRecordGenerator
 
getCompilationUnits() - Method in class org.mybatis.generator.codegen.ibatis2.model.ExampleGenerator
 
getCompilationUnits() - Method in class org.mybatis.generator.codegen.ibatis2.model.PrimaryKeyGenerator
 
getCompilationUnits() - Method in class org.mybatis.generator.codegen.ibatis2.model.RecordWithBLOBsGenerator
 
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.internal.JDBCConnectionFactory
 
getConnectionFactoryConfiguration() - Method in class org.mybatis.generator.config.Context
 
getConnectionURL() - Method in class org.mybatis.generator.config.JDBCConnectionConfiguration
 
getConstructorClone(CommentGenerator, FullyQualifiedJavaType, IntrospectedTable) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
getContent() - Method in class org.mybatis.generator.api.dom.xml.TextElement
Gets the content.
getContext() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getContext() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getContext() - Method in class org.mybatis.generator.api.PluginAdapter
 
getContext() - Method in class org.mybatis.generator.codegen.AbstractGenerator
 
getContext(String) - Method in class org.mybatis.generator.config.Configuration
Gets the context.
getContextIds() - Method in class org.mybatis.generator.ant.GeneratorAntTask
 
getContexts() - Method in class org.mybatis.generator.config.Configuration
Gets the contexts.
getCountByExampleMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the count by example method.
getCountByExampleMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
 
getCountByExampleMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
 
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
 
getDAOImplementationType() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getDAOInterfaceType() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getDAOMethodNameCalculator() - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.AbstractDAOElementGenerator
 
getDatabaseDialect(String) - Static method in enum org.mybatis.generator.internal.db.DatabaseDialects
Gets the database dialect.
getDateInstance() - Static method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
getDateString() - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
Returns a formated date string to include in the Javadoc tag and XML comments.
getDefaultConstructor(TopLevelClass) - Method in class org.mybatis.generator.codegen.AbstractJavaGenerator
 
getDefaultModelType() - Method in class org.mybatis.generator.config.Context
 
getDefaultValue() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getDeleteByExampleMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the delete by example method.
getDeleteByExampleMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
 
getDeleteByExampleMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
 
getDeleteByExampleStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getDeleteByPrimaryKeyMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the delete by primary key method.
getDeleteByPrimaryKeyMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
 
getDeleteByPrimaryKeyMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
 
getDeleteByPrimaryKeyStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getDeleteMethod(String, String, String) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
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
 
getDocument() - Method in class org.mybatis.generator.codegen.AbstractXmlGenerator
 
getDocument() - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
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
Gets the domain object name.
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
 
getElements() - Method in class org.mybatis.generator.api.dom.xml.XmlElement
Gets the elements.
getEndingDelimiter() - Method in class org.mybatis.generator.config.Context
 
getEnumConstants() - Method in class org.mybatis.generator.api.dom.java.InnerEnum
Gets the enum constants.
getErrors() - Method in exception org.mybatis.generator.exception.InvalidConfigurationException
Gets the errors.
getErrors() - Method in exception org.mybatis.generator.exception.XMLParserException
Gets the errors.
getEscapedColumnName(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.ibatis2.Ibatis2FormattingUtilities
Gets the escaped column name.
getEscapedColumnName(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
Gets the escaped column name.
getExampleIncludeElement() - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
 
getExampleMethodVisibility() - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.AbstractDAOElementGenerator
 
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
Gets the exceptions.
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
 
getFieldClones(CommentGenerator, IntrospectedTable) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
getFields() - Method in class org.mybatis.generator.api.dom.java.InnerClass
Gets the fields.
getFields() - Method in class org.mybatis.generator.api.dom.java.InnerEnum
Gets the fields.
getFields() - Method in class org.mybatis.generator.api.dom.java.InnerInterface
 
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
 
getFileEncoding() - Method in class org.mybatis.generator.api.GeneratedJavaFile
Gets the file encoding.
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.GeneratedXmlFile
Gets the file name.
getFloatInstance() - Static method in class org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
 
getFormattedContent(CompilationUnit) - Method in class org.mybatis.generator.api.dom.DefaultJavaFormatter
 
getFormattedContent(Document) - Method in class org.mybatis.generator.api.dom.DefaultXmlFormatter
 
getFormattedContent() - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
 
getFormattedContent(int, CompilationUnit) - Method in class org.mybatis.generator.api.dom.java.Field
 
getFormattedContent(int) - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
 
getFormattedContent(int, CompilationUnit) - Method in class org.mybatis.generator.api.dom.java.InnerClass
Gets the formatted content.
getFormattedContent(int, CompilationUnit) - Method in class org.mybatis.generator.api.dom.java.InnerEnum
Gets the formatted content.
getFormattedContent(int, CompilationUnit) - Method in class org.mybatis.generator.api.dom.java.InnerInterface
Gets the formatted content.
getFormattedContent() - Method in class org.mybatis.generator.api.dom.java.Interface
 
getFormattedContent(int, CompilationUnit) - Method in class org.mybatis.generator.api.dom.java.Interface
 
getFormattedContent(int, boolean, CompilationUnit) - Method in class org.mybatis.generator.api.dom.java.Method
Gets the formatted content.
getFormattedContent(CompilationUnit) - Method in class org.mybatis.generator.api.dom.java.Parameter
 
getFormattedContent() - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
 
getFormattedContent() - Method in class org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
getFormattedContent(CompilationUnit) - Method in class org.mybatis.generator.api.dom.java.TypeParameter
 
getFormattedContent() - Method in class org.mybatis.generator.api.dom.xml.Attribute
Gets the formatted content.
getFormattedContent() - Method in class org.mybatis.generator.api.dom.xml.Document
Gets the formatted content.
getFormattedContent(int) - Method in class org.mybatis.generator.api.dom.xml.Element
 
getFormattedContent(int) - Method in class org.mybatis.generator.api.dom.xml.TextElement
 
getFormattedContent(int) - Method in class org.mybatis.generator.api.dom.xml.XmlElement
 
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.GeneratedXmlFile
 
getFormattedContent(CompilationUnit) - Method in interface org.mybatis.generator.api.JavaFormatter
 
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
Gets the fully qualified table name at runtime.
getFullyQualifiedTableNameAtRuntime() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getFullyQualifiedTableNames() - Method in class org.mybatis.generator.ant.GeneratorAntTask
 
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.ibatis2.IntrospectedTableIbatis2Java2Impl
 
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
 
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.ibatis2.IntrospectedTableIbatis2Java2Impl
 
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.ibatis2.IntrospectedTableIbatis2Java2Impl
 
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.
getIbatis2SqlMapFileName() - Method in class org.mybatis.generator.api.IntrospectedTable
Calculates an SQL Map file name for the table.
getIbatis2SqlMapNamespace() - Method in class org.mybatis.generator.api.FullyQualifiedTable
Returns a string that is the fully qualified table name, with underscores as the separator.
getIbatis2SqlMapNamespace() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getIbatis2SqlMapPackage() - Method in class org.mybatis.generator.api.IntrospectedTable
Calculates the package for the current table.
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.
getImplementationImports() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
getImplementationPackage() - Method in class org.mybatis.generator.config.JavaClientGeneratorConfiguration
 
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.
getImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodAndImports
 
getImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodParts
 
getInitializationBlocks() - Method in class org.mybatis.generator.api.dom.java.InnerClass
Gets the initialization blocks.
getInitializationString() - Method in class org.mybatis.generator.api.dom.java.Field
 
getInnerClasses() - Method in class org.mybatis.generator.api.dom.java.InnerClass
Gets the inner classes.
getInnerClasses() - Method in class org.mybatis.generator.api.dom.java.InnerEnum
Gets the inner classes.
getInnerEnums() - Method in class org.mybatis.generator.api.dom.java.InnerClass
Gets the inner enums.
getInnerEnums() - Method in class org.mybatis.generator.api.dom.java.InnerEnum
Gets the inner enums.
getInnerInterfaces() - Method in class org.mybatis.generator.api.dom.java.InnerInterface
Gets the inner interface.
getInsertMethod(String, String, String) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
getInsertMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the insert method.
getInsertMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
 
getInsertMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
 
getInsertSelectiveMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the insert selective method.
getInsertSelectiveMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
 
getInsertSelectiveMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
 
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
 
getInterfaceImports() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
getInterfaceShell() - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
getIntInstance() - Static method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
getIntrospectedCatalog() - Method in class org.mybatis.generator.api.FullyQualifiedTable
Gets the introspected catalog.
getIntrospectedColumnImpl() - Method in class org.mybatis.generator.config.Context
 
getIntrospectedSchema() - Method in class org.mybatis.generator.api.FullyQualifiedTable
Gets the introspected schema.
getIntrospectedTable() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getIntrospectedTable() - Method in class org.mybatis.generator.codegen.AbstractGenerator
 
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
Gets the introspected table name.
getIntrospectionSteps() - Method in class org.mybatis.generator.config.Context
 
getJavaBeansField(IntrospectedColumn, Context, IntrospectedTable) - Static method in class org.mybatis.generator.internal.util.JavaBeansUtil
 
getJavaBeansGetter(IntrospectedColumn, Context, IntrospectedTable) - Static method in class org.mybatis.generator.internal.util.JavaBeansUtil
 
getJavaBeansSetter(IntrospectedColumn, Context, IntrospectedTable) - 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
Gets the java doc lines.
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(String) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getJavaProperty() - Method in class org.mybatis.generator.config.ColumnOverride
Gets the java property.
getJavaType() - Method in class org.mybatis.generator.config.ColumnOverride
Gets the java type.
getJavaTypeResolverConfiguration() - Method in class org.mybatis.generator.config.Context
 
getJdbcConnectionConfiguration() - 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
Gets the jdbc type.
getJdbcType(String) - Static method in class org.mybatis.generator.internal.types.JdbcTypeNameTranslator
Translates from the string representation of the type to the java.sql.Types value.
getJdbcTypeName() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getJdbcTypeName() - Method in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl.JdbcTypeInformation
 
getJdbcTypeName(int) - Static method in class org.mybatis.generator.internal.types.JdbcTypeNameTranslator
Translates from a java.sql.Types values to the proper iBATIS string representation of the type.
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.log4j.Log4jLoggingLogFactory
 
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.ibatis2.dao.DAOGenerator
 
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 org.mybatis.generator.exception.InvalidConfigurationException
 
getMessage() - Method in exception org.mybatis.generator.exception.XMLParserException
 
getMethod() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodAndImports
 
getMethodClones(CommentGenerator, IntrospectedTable) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
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.InnerClass
Gets the methods.
getMethods() - Method in class org.mybatis.generator.api.dom.java.InnerEnum
Gets the methods.
getMethods() - Method in class org.mybatis.generator.api.dom.java.InnerInterface
Gets the methods.
getModelType() - Method in enum org.mybatis.generator.config.ModelType
 
getModelType(String) - Static method in enum org.mybatis.generator.config.ModelType
 
getModelType() - Method in class org.mybatis.generator.config.TableConfiguration
 
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
 
getName() - Method in class org.mybatis.generator.api.dom.java.Field
 
getName() - Method in class org.mybatis.generator.api.dom.java.Method
Gets the name.
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.xml.Attribute
Gets the name.
getName() - Method in class org.mybatis.generator.api.dom.xml.XmlElement
Gets the name.
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
 
getNewMapInstance() - 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
 
getPackageName() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
getParameterClause(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.ibatis2.Ibatis2FormattingUtilities
Gets the parameter clause.
getParameterClause(IntrospectedColumn, String) - Static method in class org.mybatis.generator.codegen.ibatis2.Ibatis2FormattingUtilities
Gets the parameter clause.
getParameterClause(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
Gets the parameter clause.
getParameterClause(IntrospectedColumn, String) - Static method in class org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
Gets the parameter clause.
getParameters() - Method in class org.mybatis.generator.api.dom.java.Method
Gets the parameters.
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
 
getPrimaryKeyWhereClauseForUpdate() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.FragmentGenerator
 
getPrimitiveTypeWrapper() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
Gets the primitive type wrapper.
getProgressCallback() - Method in class org.mybatis.generator.codegen.AbstractGenerator
 
getProperties() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getProperties() - Method in class org.mybatis.generator.api.PluginAdapter
 
getProperties() - Method in class org.mybatis.generator.config.PropertyHolder
 
getProperty(String) - Method in class org.mybatis.generator.config.PropertyHolder
 
getPropertyName() - Method in enum org.mybatis.generator.plugins.CachePlugin.CacheProperty
 
getPublicId() - Method in class org.mybatis.generator.api.dom.xml.Document
Gets the public id.
getQueryForListMethod(String, String, String) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
getQueryForObjectMethod(String, String, String) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
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.ibatis2.Ibatis2FormattingUtilities
The renamed column name for a select statement.
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) - 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
Gets the return type.
getRootClass() - Method in class org.mybatis.generator.codegen.AbstractJavaGenerator
 
getRootElement() - Method in class org.mybatis.generator.api.dom.xml.Document
Gets the root element.
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
 
getSelectByExampleWithBLOBsMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the select by example with BLOBs method.
getSelectByExampleWithBLOBsMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
1.
getSelectByExampleWithBLOBsMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
1.
getSelectByExampleWithBLOBsStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the select by example method.
getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
1.
getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
1.
getSelectByPrimaryKeyMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the select by primary key method.
getSelectByPrimaryKeyMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
 
getSelectByPrimaryKeyMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
 
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.ibatis2.sqlmap.elements.AbstractXmlElementGenerator
This method should return an XmlElement for the select key used to automatically generate keys.
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.ibatis2.Ibatis2FormattingUtilities
The phrase to use in a select list.
getSelectListPhrase(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
The phrase to use in a select list.
getSetEqualLines(List<IntrospectedColumn>, boolean) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.FragmentGenerator
 
getSetEqualWhenPresentLines(List<IntrospectedColumn>, 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
Gets the short name.
getShortNameWithoutTypeArguments() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
getSqlMapElement() - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
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 interface org.mybatis.generator.api.dom.java.CompilationUnit
 
getSuperClass() - Method in class org.mybatis.generator.api.dom.java.InnerClass
Gets the super class.
getSuperClass() - Method in class org.mybatis.generator.api.dom.java.InnerInterface
 
getSuperClass() - Method in class org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
getSuperClass() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
getSuperInterfaceTypes() - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
 
getSuperInterfaceTypes() - Method in class org.mybatis.generator.api.dom.java.InnerClass
Gets the super interface types.
getSuperInterfaceTypes() - Method in class org.mybatis.generator.api.dom.java.InnerEnum
Gets the super interface types.
getSuperInterfaceTypes() - Method in class org.mybatis.generator.api.dom.java.InnerInterface
 
getSystemId() - Method in class org.mybatis.generator.api.dom.xml.Document
Gets the system id.
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
 
getTableConfigurations() - Method in class org.mybatis.generator.config.Context
 
getTableName() - Method in class org.mybatis.generator.config.TableConfiguration
 
getTableName() - Method in class org.mybatis.generator.internal.db.ActualTableName
 
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.GeneratedXmlFile
Gets the target package.
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.runtime.dynamic.sql.elements.AbstractMethodGenerator.BaseBuilder
 
getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicCountMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicDeleteMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicInsertMethodGenerator.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.BasicUpdateMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.CountByExampleMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.DeleteByExampleMethodGenerator.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.InsertMethodGenerator.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.SelectByExampleMethodGenerator.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.SelectDistinctByExampleMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByExampleMethodGenerator.Builder
 
getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByExampleSelectiveMethodGenerator.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
 
getTopLevelClassShell() - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
getToPrimitiveMethod() - Method in class org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
 
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.InnerClass
Gets the type.
getType() - Method in class org.mybatis.generator.api.dom.java.InnerEnum
Gets the type.
getType() - Method in class org.mybatis.generator.api.dom.java.InnerInterface
Gets the type.
getType() - Method in class org.mybatis.generator.api.dom.java.Parameter
 
getType() - Method in class org.mybatis.generator.config.GeneratedKey
 
getTypeArguments() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
getTypeHandler() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getTypeHandler() - Method in class org.mybatis.generator.config.ColumnOverride
Gets the type handler.
getTypeParameters() - Method in class org.mybatis.generator.api.dom.java.InnerClass
Gets the type parameters.
getTypeParameters() - Method in class org.mybatis.generator.api.dom.java.Method
Gets the type parameters.
getUpdateByExampleIncludeElement() - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
 
getUpdateByExampleSelectiveMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the update by example selective method.
getUpdateByExampleSelectiveMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
 
getUpdateByExampleSelectiveMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
 
getUpdateByExampleSelectiveStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getUpdateByExampleStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getUpdateByExampleWithBLOBsMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the update by example with BLOBs method.
getUpdateByExampleWithBLOBsMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
 
getUpdateByExampleWithBLOBsMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
 
getUpdateByExampleWithBLOBsStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getUpdateByExampleWithoutBLOBsMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the update by example without BLOBs method.
getUpdateByExampleWithoutBLOBsMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
 
getUpdateByExampleWithoutBLOBsMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
 
getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the update by primary key selective method.
getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
 
getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
 
getUpdateByPrimaryKeySelectiveStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getUpdateByPrimaryKeyStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the update by primary key with BLOBs method.
getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
1.
getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
1.
getUpdateByPrimaryKeyWithBLOBsStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the update by primary key without BLOBs method.
getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
1.
getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
1.
getUpdateMethod(String, String, String) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
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 class org.mybatis.generator.api.dom.xml.Attribute
Gets the value.
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
Gets the visibility.
getWarnings() - Method in class org.mybatis.generator.codegen.AbstractGenerator
 
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
 
hash(int, boolean) - Static method in class org.mybatis.generator.internal.util.HashCodeUtil
 
hash(int, char) - Static method in class org.mybatis.generator.internal.util.HashCodeUtil
 
hash(int, int) - Static method in class org.mybatis.generator.internal.util.HashCodeUtil
 
hash(int, long) - Static method in class org.mybatis.generator.internal.util.HashCodeUtil
 
hash(int, float) - Static method in class org.mybatis.generator.internal.util.HashCodeUtil
 
hash(int, double) - Static method in class org.mybatis.generator.internal.util.HashCodeUtil
 
hash(int, Object) - Static method in class org.mybatis.generator.internal.util.HashCodeUtil
aObject is a possibly-null object field, and possibly an array.
hashCode() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
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
 
HashCodeUtil - Class in org.mybatis.generator.internal.util
This class is from javapractices.com:
HashCodeUtil() - Constructor for class org.mybatis.generator.internal.util.HashCodeUtil
 
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
 
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.

I

IBATIS2_SQL_MAP_CONFIG_PUBLIC_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
 
IBATIS2_SQL_MAP_CONFIG_SYSTEM_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
 
IBATIS2_SQL_MAP_PUBLIC_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
 
IBATIS2_SQL_MAP_SYSTEM_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
 
Ibatis2FormattingUtilities - Class in org.mybatis.generator.codegen.ibatis2
The Class Ibatis2FormattingUtilities.
IbatisDAOTemplate - Class in org.mybatis.generator.codegen.ibatis2.dao.templates
Template for DAO classes created for the iBatis DAO library.
IbatisDAOTemplate() - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
 
IBATOR_CONFIG_PUBLIC_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
 
IBATOR_CONFIG_SYSTEM_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
 
IbatorConfigurationParser - Class in org.mybatis.generator.config.xml
This class parses old Ibator configuration files into the new Configuration API
IbatorConfigurationParser(Properties) - Constructor for class org.mybatis.generator.config.xml.IbatorConfigurationParser
 
identity - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
IgnoredColumn - Class in org.mybatis.generator.config
The Class IgnoredColumn.
IgnoredColumn(String) - Constructor for class org.mybatis.generator.config.IgnoredColumn
Instantiates a new ignored column.
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
 
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
 
initialize() - Method in class org.mybatis.generator.api.IntrospectedTable
 
initializeAbstractGenerator(AbstractGenerator, List<String>, ProgressCallback) - Method in class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
initializeAbstractGenerator(AbstractGenerator, List<String>, ProgressCallback) - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
initializeAndExecuteGenerator(AbstractDAOElementGenerator, TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
initializeAndExecuteGenerator(AbstractXmlElementGenerator, XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
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 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.api.PluginAdapter
 
initialized(IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
initialized(IntrospectedTable) - Method in class org.mybatis.generator.plugins.RenameExampleClassPlugin
 
initialized(IntrospectedTable) - Method in class org.mybatis.generator.plugins.VirtualPrimaryKeyPlugin
 
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(FullyQualifiedJavaType) - Constructor for class org.mybatis.generator.api.dom.java.InnerClass
Instantiates a new inner class.
InnerClass(String) - Constructor for class org.mybatis.generator.api.dom.java.InnerClass
Instantiates a new inner class.
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(FullyQualifiedJavaType) - Constructor for class org.mybatis.generator.api.dom.java.InnerEnum
Instantiates a new inner enum.
InnerInterface - Class in org.mybatis.generator.api.dom.java
The Class Interface.
InnerInterface(FullyQualifiedJavaType) - Constructor for class org.mybatis.generator.api.dom.java.InnerInterface
Instantiates a new interface.
InnerInterface(String) - Constructor for class org.mybatis.generator.api.dom.java.InnerInterface
Instantiates a new interface.
InsertElementGenerator - Class in org.mybatis.generator.codegen.ibatis2.sqlmap.elements
 
InsertElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.InsertElementGenerator
 
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.ibatis2.dao.elements
Generates the Insert method.
InsertMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.elements.InsertMethodGenerator
 
InsertMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
InsertMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertMethodGenerator
 
InsertMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
InsertMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
InsertSelectiveElementGenerator - Class in org.mybatis.generator.codegen.ibatis2.sqlmap.elements
 
InsertSelectiveElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.InsertSelectiveElementGenerator
 
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.ibatis2.dao.elements
Generates the Insert Selective method.
InsertSelectiveMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.elements.InsertSelectiveMethodGenerator
 
InsertSelectiveMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
InsertSelectiveMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertSelectiveMethodGenerator
 
InsertSelectiveMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
InsertSelectiveMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
Interface - Class in org.mybatis.generator.api.dom.java
The Class Interface.
Interface(FullyQualifiedJavaType) - Constructor for class org.mybatis.generator.api.dom.java.Interface
 
Interface(String) - Constructor for class org.mybatis.generator.api.dom.java.Interface
 
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 - 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 - 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.InternalAttribute - Enum in org.mybatis.generator.api
 
IntrospectedTable.TargetRuntime - Enum in org.mybatis.generator.api
 
IntrospectedTableIbatis2Java2Impl - Class in org.mybatis.generator.codegen.ibatis2
Introspected table implementation for iBatis targeting Java versions before 1.5.
IntrospectedTableIbatis2Java2Impl() - Constructor for class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
IntrospectedTableIbatis2Java5Impl - Class in org.mybatis.generator.codegen.ibatis2
Introspected table implementation for iBatis targeting Java versions 1.5 or later.
IntrospectedTableIbatis2Java5Impl() - Constructor for class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java5Impl
 
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
 
IntrospectedTableMyBatis3Impl() - Constructor for class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
IntrospectedTableMyBatis3SimpleImpl - Class in org.mybatis.generator.codegen.mybatis3
 
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.
introspectionStarted(int) - Method in class org.mybatis.generator.internal.NullProgressCallback
 
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 in org.mybatis.generator.exception
The Class InvalidConfigurationException.
InvalidConfigurationException(List<String>) - Constructor for exception org.mybatis.generator.exception.InvalidConfigurationException
Instantiates a new invalid configuration exception.
isAbstract() - Method in class org.mybatis.generator.api.dom.java.InnerClass
Checks if is abstract.
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
 
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
Checks if is column name delimited.
isColumnNameDelimited() - Method in class org.mybatis.generator.config.IgnoredColumn
Checks if is column name delimited.
isConstructor() - Method in class org.mybatis.generator.api.dom.java.Method
Checks if is constructor.
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.log4j.Log4jImpl
 
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.JavaElement
Checks if is final.
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
 
isJava5Targeted() - Method in class org.mybatis.generator.api.IntrospectedTable
Denotes whether generated code is targeted for Java version 5.0 or higher.
isJava5Targeted() - Method in class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
isJava5Targeted() - Method in class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java5Impl
 
isJava5Targeted() - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
isJavaEnumeration() - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
 
isJavaEnumeration() - Method in class org.mybatis.generator.api.dom.java.InnerInterface
 
isJavaEnumeration() - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
 
isJavaEnumeration() - Method in class org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
isJavaInterface() - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
 
isJavaInterface() - Method in class org.mybatis.generator.api.dom.java.InnerInterface
 
isJavaInterface() - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
 
isJavaInterface() - Method in class org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
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.GeneratedXmlFile
 
isMergeSupported() - Method in interface org.mybatis.generator.api.ShellCallback
Return true if the callback supports Java merging, otherwise false.
isMergeSupported() - Method in class org.mybatis.generator.internal.DefaultShellCallback
 
isModelOnly - Variable in class org.mybatis.generator.internal.rules.BaseRules
 
isNative() - Method in class org.mybatis.generator.api.dom.java.Method
Checks if is native.
isNullable() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
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
 
isPlacedBeforeInsertInIbatis2() - Method in class org.mybatis.generator.config.GeneratedKey
This method is used by the iBATIS2 generators to know if the XML <selectKey> element should be placed before the insert SQL statement.
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
Checks if is static.
isStringColumn() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
isSynchronized() - Method in class org.mybatis.generator.api.dom.java.Method
Checks if is synchronized.
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
 
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
 
JavaDomUtils() - Constructor for class org.mybatis.generator.api.dom.java.JavaDomUtils
 
JavaElement - Class in org.mybatis.generator.api.dom.java
The Class JavaElement.
JavaElement() - Constructor for class org.mybatis.generator.api.dom.java.JavaElement
Instantiates a new java element.
JavaElement(JavaElement) - Constructor for class org.mybatis.generator.api.dom.java.JavaElement
Copy Constructor.
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.
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() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
JavaMapperGenerator(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
 
javaModelGenerators - Variable in class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
javaModelGenerators - Variable in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
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.
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 (avoids the dreaded UnsatisfiedLinkError library loaded in another classloader)
JDBCConnectionFactory(JDBCConnectionConfiguration) - Constructor for class org.mybatis.generator.internal.JDBCConnectionFactory
This constructor is called when there is a JDBCConnectionConfiguration specified in the configuration.
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.
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
 
JdbcTypeNameTranslator - Class in org.mybatis.generator.internal.types
TODO - Delete Me
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
 

L

length - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
ListUtilities - Class in org.mybatis.generator.codegen.mybatis3
Couple of little utility methods to make dealing with generated always columns easier.
ListUtilities() - Constructor for class org.mybatis.generator.codegen.mybatis3.ListUtilities
 
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
 
Log4jImpl - Class in org.mybatis.generator.logging.log4j
 
Log4jImpl(Class<?>) - Constructor for class org.mybatis.generator.logging.log4j.Log4jImpl
 
Log4jLoggingLogFactory - Class in org.mybatis.generator.logging.log4j
 
Log4jLoggingLogFactory() - Constructor for class org.mybatis.generator.logging.log4j.Log4jLoggingLogFactory
 
LogException - Exception in org.mybatis.generator.logging
 
LogException() - Constructor for exception org.mybatis.generator.logging.LogException
 
LogException(String) - Constructor for exception org.mybatis.generator.logging.LogException
 
LogException(String, Throwable) - Constructor for exception org.mybatis.generator.logging.LogException
 
LogException(Throwable) - Constructor for exception org.mybatis.generator.logging.LogException
 
LogFactory - Class in org.mybatis.generator.logging
Factory for creating loggers
LogFactory() - Constructor for class org.mybatis.generator.logging.LogFactory
 

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
 
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.
mergeJavaFile(String, File, String[], String) - Method in class org.mybatis.generator.internal.DefaultShellCallback
 
Messages - Class in org.mybatis.generator.internal.util.messages
 
Method - Class in org.mybatis.generator.api.dom.java
The Class Method.
Method() - Constructor for class org.mybatis.generator.api.dom.java.Method
Instantiates a new method.
Method(String) - Constructor for class org.mybatis.generator.api.dom.java.Method
Instantiates a new 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
 
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() - 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_TRIM_STRINGS - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
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.api.PluginAdapter
 
modelBaseRecordClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
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 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.api.PluginAdapter
 
modelExampleClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
modelExampleClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.plugins.CaseInsensitiveLikePlugin
 
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.
modelFieldGenerated(Field, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - Method in class org.mybatis.generator.api.PluginAdapter
 
modelFieldGenerated(Field, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - Method in class org.mybatis.generator.internal.PluginAggregator
 
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.
modelGetterMethodGenerated(Method, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - Method in class org.mybatis.generator.api.PluginAdapter
 
modelGetterMethodGenerated(Method, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - Method in class org.mybatis.generator.internal.PluginAggregator
 
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.api.PluginAdapter
 
modelPrimaryKeyClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
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 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.api.PluginAdapter
 
modelRecordWithBLOBsClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
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 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.api.PluginAdapter
 
modelSetterMethodGenerated(Method, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - Method in class org.mybatis.generator.internal.PluginAggregator
 
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
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
The Class MyBatis3FormattingUtilities.
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
 
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
 

N

NEW_BUILDER_IMPORT - Static variable in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.AbstractJavaProviderMethodGenerator
 
NEW_ELEMENT_TAG - Static variable in class org.mybatis.generator.config.MergeConstants
 
newLine(StringBuilder) - Static method in class org.mybatis.generator.api.dom.OutputUtilities
Utility method.
NoLoggingImpl - Class in org.mybatis.generator.logging.nologging
 
NoLoggingImpl(Class<?>) - 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(String, boolean) - Method in class org.mybatis.generator.internal.DomWriter
 
normalizeAndPrint(char, boolean) - Method in class org.mybatis.generator.internal.DomWriter
 
nullable - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
NullProgressCallback - Class in org.mybatis.generator.internal
This class implements a progress callback that does nothing.
NullProgressCallback() - Constructor for class org.mybatis.generator.internal.NullProgressCallback
 

O

ObjectFactory - Class in org.mybatis.generator.internal
This class creates the different objects needed by the generator.
of(IntrospectedTable, CommentGenerator) - Static method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlSupportClassGenerator
 
OLD_ELEMENT_TAGS - Static variable in class org.mybatis.generator.config.MergeConstants
 
OLD_XML_ELEMENT_PREFIXES - Static variable in class org.mybatis.generator.config.MergeConstants
 
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.xml - package org.mybatis.generator.api.dom.xml
 
org.mybatis.generator.codegen - package org.mybatis.generator.codegen
 
org.mybatis.generator.codegen.ibatis2 - package org.mybatis.generator.codegen.ibatis2
 
org.mybatis.generator.codegen.ibatis2.dao - package org.mybatis.generator.codegen.ibatis2.dao
 
org.mybatis.generator.codegen.ibatis2.dao.elements - package org.mybatis.generator.codegen.ibatis2.dao.elements
 
org.mybatis.generator.codegen.ibatis2.dao.templates - package org.mybatis.generator.codegen.ibatis2.dao.templates
 
org.mybatis.generator.codegen.ibatis2.model - package org.mybatis.generator.codegen.ibatis2.model
 
org.mybatis.generator.codegen.ibatis2.sqlmap - package org.mybatis.generator.codegen.ibatis2.sqlmap
 
org.mybatis.generator.codegen.ibatis2.sqlmap.elements - package org.mybatis.generator.codegen.ibatis2.sqlmap.elements
 
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.log4j - package org.mybatis.generator.logging.log4j
 
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.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
 
OutputUtilities - Class in org.mybatis.generator.api.dom
The Class OutputUtilities.
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, boolean) - Constructor for class org.mybatis.generator.api.dom.java.Parameter
 
Parameter(FullyQualifiedJavaType, String) - 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
 
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(Reader) - Method in class org.mybatis.generator.config.xml.ConfigurationParser
 
parseConfiguration(InputStream) - 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
 
parseIbatorConfiguration(Element) - Method in class org.mybatis.generator.config.xml.IbatorConfigurationParser
 
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(Configuration, 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
The Class ParserErrorHandler.
ParserErrorHandler(List<String>, List<String>) - Constructor for class org.mybatis.generator.config.xml.ParserErrorHandler
Instantiates a new parser error handler.
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 includes no-operation methods for almost every method in the Plugin interface.
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
 
primaryKeyColumns - Variable in class org.mybatis.generator.api.IntrospectedTable
 
PrimaryKeyGenerator - Class in org.mybatis.generator.codegen.ibatis2.model
 
PrimaryKeyGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.model.PrimaryKeyGenerator
 
PrimaryKeyGenerator - Class in org.mybatis.generator.codegen.mybatis3.model
 
PrimaryKeyGenerator() - 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
 
ProgressCallback - Interface in org.mybatis.generator.api
This interface can be implemented to return progress information from the file generation process.
progressCallback - Variable in class org.mybatis.generator.codegen.AbstractGenerator
 
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.
PropertyRegistry() - Constructor for class org.mybatis.generator.config.PropertyRegistry
 
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.
providerApplyWhereMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
providerApplyWhereMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
ProviderApplyWhereMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
 
ProviderApplyWhereMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderApplyWhereMethodGenerator
 
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.
providerCountByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
providerCountByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
ProviderCountByExampleMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
 
ProviderCountByExampleMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderCountByExampleMethodGenerator
 
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.
providerDeleteByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
providerDeleteByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
ProviderDeleteByExampleMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
 
ProviderDeleteByExampleMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderDeleteByExampleMethodGenerator
 
providerGenerated(TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the SQL provider has been generated.
providerGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
providerGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
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.
providerInsertSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
providerInsertSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
ProviderInsertSelectiveMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
 
ProviderInsertSelectiveMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderInsertSelectiveMethodGenerator
 
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.
providerSelectByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
providerSelectByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
ProviderSelectByExampleWithBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
 
ProviderSelectByExampleWithBLOBsMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithBLOBsMethodGenerator
 
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.
providerSelectByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
providerSelectByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
ProviderSelectByExampleWithoutBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
 
ProviderSelectByExampleWithoutBLOBsMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithoutBLOBsMethodGenerator
 
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.
providerUpdateByExampleSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
providerUpdateByExampleSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
ProviderUpdateByExampleSelectiveMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
 
ProviderUpdateByExampleSelectiveMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleSelectiveMethodGenerator
 
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.
providerUpdateByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
providerUpdateByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
ProviderUpdateByExampleWithBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
 
ProviderUpdateByExampleWithBLOBsMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithBLOBsMethodGenerator
 
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.
providerUpdateByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
providerUpdateByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
ProviderUpdateByExampleWithoutBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
 
ProviderUpdateByExampleWithoutBLOBsMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithoutBLOBsMethodGenerator
 
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.
providerUpdateByPrimaryKeySelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
providerUpdateByPrimaryKeySelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
ProviderUpdateByPrimaryKeySelectiveMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
 
ProviderUpdateByPrimaryKeySelectiveMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByPrimaryKeySelectiveMethodGenerator
 

R

RecordWithBLOBsGenerator - Class in org.mybatis.generator.codegen.ibatis2.model
 
RecordWithBLOBsGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.model.RecordWithBLOBsGenerator
 
RecordWithBLOBsGenerator - Class in org.mybatis.generator.codegen.mybatis3.model
 
RecordWithBLOBsGenerator() - 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.
refreshProject(String) - Method in class org.mybatis.generator.internal.DefaultShellCallback
 
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
 
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
 
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.ibatis2.IntrospectedTableIbatis2Java2Impl
 
requiresXMLGenerator() - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
requiresXMLGenerator() - Method in class org.mybatis.generator.runtime.dynamic.sql.IntrospectedTableMyBatis3DynamicSqlImpl
 
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
 
ResultMapWithBLOBsElementGenerator - Class in org.mybatis.generator.codegen.ibatis2.sqlmap.elements
Generates the resultmap with BLOBs for iBatis2.
ResultMapWithBLOBsElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.ResultMapWithBLOBsElementGenerator
 
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.ibatis2.sqlmap.elements
Generates the resultmap without BLOBs for iBatis2.
ResultMapWithoutBLOBsElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.ResultMapWithoutBLOBsElementGenerator
 
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 - 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.
rules - Variable in class org.mybatis.generator.internal.rules.RulesDelegate
 
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 phase.
saveStarted(int) - Method in class org.mybatis.generator.internal.NullProgressCallback
 
scale - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
SEED - Static variable in class org.mybatis.generator.internal.util.HashCodeUtil
An initial value for a hashCode, to which is added contributions from fields.
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
 
SelectByExampleMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
SelectByExampleMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
SelectByExampleWithBLOBsElementGenerator - Class in org.mybatis.generator.codegen.ibatis2.sqlmap.elements
 
SelectByExampleWithBLOBsElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.SelectByExampleWithBLOBsElementGenerator
 
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.ibatis2.dao.elements
Generates the Select By Example with BLOBs method.
SelectByExampleWithBLOBsMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.elements.SelectByExampleWithBLOBsMethodGenerator
 
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.ibatis2.sqlmap.elements
 
SelectByExampleWithoutBLOBsElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.SelectByExampleWithoutBLOBsElementGenerator
 
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.ibatis2.dao.elements
Generates the Select By Example without BLOBs method.
SelectByExampleWithoutBLOBsMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.elements.SelectByExampleWithoutBLOBsMethodGenerator
 
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.ibatis2.sqlmap.elements
 
SelectByPrimaryKeyElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.SelectByPrimaryKeyElementGenerator
 
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.ibatis2.dao.elements
Generates the Select By Primary Key method.
SelectByPrimaryKeyMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.elements.SelectByPrimaryKeyMethodGenerator
 
SelectByPrimaryKeyMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
SelectByPrimaryKeyMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByPrimaryKeyMethodGenerator
 
SelectByPrimaryKeyMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
SelectByPrimaryKeyMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
SelectDistinctByExampleMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
SelectDistinctByExampleMethodGenerator.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
Sets the abstract.
setActualColumnName(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
Sets the column name delimited.
setColumnNameDelimited(boolean) - Method in class org.mybatis.generator.config.IgnoredColumn
Sets the column name delimited.
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
Sets the constructor.
setConstructorTemplate(Method) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
setContext(Context) - Method in class org.mybatis.generator.api.dom.DefaultJavaFormatter
 
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.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
 
setDAOImplementationType(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setDAOInterfaceType(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setDAOTemplate(AbstractDAOTemplate) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.AbstractDAOElementGenerator
 
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
 
setDeleteMethodTemplate(String) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
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.JavaElement
Sets the final.
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
 
setIbatis2SqlMapFileName(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setIbatis2SqlMapNamespace(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setIbatis2SqlMapPackage(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setId(String) - Method in class org.mybatis.generator.config.Context
 
setIdentity(boolean) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setImplementationPackage(String) - Method in class org.mybatis.generator.config.JavaClientGeneratorConfiguration
 
setInitializationString(String) - Method in class org.mybatis.generator.api.dom.java.Field
 
setInsertMethodTemplate(String) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
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
Sets the java property.
setJavaType(String) - Method in class org.mybatis.generator.config.ColumnOverride
Sets the java type.
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
Sets the jdbc type.
setJdbcTypeName(String) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
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
 
setName(String) - Method in class org.mybatis.generator.api.dom.java.Field
 
setName(String) - Method in class org.mybatis.generator.api.dom.java.Method
Sets the name.
setName(String) - Method in class org.mybatis.generator.api.dom.xml.XmlElement
Sets the name.
setNative(boolean) - Method in class org.mybatis.generator.api.dom.java.Method
Sets the native.
setNullable(boolean) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setOverwrite(boolean) - Method in class org.mybatis.generator.ant.GeneratorAntTask
 
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.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
 
setQueryForListMethodTemplate(String) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
setQueryForObjectMethodTemplate(String) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
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
Sets the return type.
setRootElement(XmlElement) - Method in class org.mybatis.generator.api.dom.xml.Document
Sets the root element.
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
Sets the static.
setSuperClass(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.InnerClass
Sets the super class.
setSuperClass(String) - Method in class org.mybatis.generator.api.dom.java.InnerClass
Sets the super class.
setSuperClass(FullyQualifiedJavaType) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
setSynchronized(boolean) - Method in class org.mybatis.generator.api.dom.java.Method
Sets the synchronized.
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
Sets the type handler.
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
 
setUpdateMethodTemplate(String) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
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
Sets the visibility.
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 in org.mybatis.generator.exception
This class is used by the ShellCallback methods to denote unrecoverable errors.
ShellException() - Constructor for exception org.mybatis.generator.exception.ShellException
Instantiates a new shell exception.
ShellException(String) - Constructor for exception org.mybatis.generator.exception.ShellException
Instantiates a new shell exception.
ShellException(String, Throwable) - Constructor for exception org.mybatis.generator.exception.ShellException
Instantiates a new shell exception.
ShellException(Throwable) - Constructor for exception 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
 
SimpleAnnotatedClientGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper
 
SimpleAnnotatedClientGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleAnnotatedClientGenerator
 
SimpleJavaClientGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper
 
SimpleJavaClientGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
 
SimpleJavaClientGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
 
SimpleModelGenerator - Class in org.mybatis.generator.codegen.mybatis3.model
 
SimpleModelGenerator() - 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
 
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
 
SpringDAOTemplate - Class in org.mybatis.generator.codegen.ibatis2.dao.templates
Template for DAO classes created for Spring iBatis support.
SpringDAOTemplate() - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.templates.SpringDAOTemplate
 
sqlMapBaseColumnListElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the baseColumnList element is generated.
sqlMapBaseColumnListElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
sqlMapBaseColumnListElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
sqlMapBlobColumnListElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the blobColumnList element is generated.
sqlMapBlobColumnListElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
sqlMapBlobColumnListElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
SqlMapConfigPlugin - Class in org.mybatis.generator.plugins
This plugin generates an SqlMapConfig file containing sqlMap entries for all generated SQL maps.
SqlMapConfigPlugin() - Constructor for class org.mybatis.generator.plugins.SqlMapConfigPlugin
 
sqlMapCountByExampleElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the countByExample element is generated.
sqlMapCountByExampleElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
sqlMapCountByExampleElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
sqlMapDeleteByExampleElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the deleteByExample element is generated.
sqlMapDeleteByExampleElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
sqlMapDeleteByExampleElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
sqlMapDeleteByPrimaryKeyElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the deleteByPrimaryKey element is generated.
sqlMapDeleteByPrimaryKeyElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
sqlMapDeleteByPrimaryKeyElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
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.api.PluginAdapter
 
sqlMapDocumentGenerated(Document, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
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 interface org.mybatis.generator.api.Plugin
This method is called when the exampleWhereClause element is generated.
sqlMapExampleWhereClauseElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
sqlMapExampleWhereClauseElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
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.api.PluginAdapter
 
sqlMapGenerated(GeneratedXmlFile, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
sqlMapGenerated(GeneratedXmlFile, IntrospectedTable) - Method in class org.mybatis.generator.plugins.MapperConfigPlugin
 
sqlMapGenerated(GeneratedXmlFile, IntrospectedTable) - Method in class org.mybatis.generator.plugins.SqlMapConfigPlugin
 
sqlMapGenerated(GeneratedXmlFile, IntrospectedTable) - Method in class org.mybatis.generator.plugins.UnmergeableXmlMappersPlugin
 
sqlMapGenerator - Variable in class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
SqlMapGenerator - Class in org.mybatis.generator.codegen.ibatis2.sqlmap
 
SqlMapGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
SqlMapGeneratorConfiguration - Class in org.mybatis.generator.config
 
SqlMapGeneratorConfiguration() - Constructor for class org.mybatis.generator.config.SqlMapGeneratorConfiguration
 
sqlMapInsertElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the insert element is generated.
sqlMapInsertElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
sqlMapInsertElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
sqlMapInsertSelectiveElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the insert selective element is generated.
sqlMapInsertSelectiveElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
sqlMapInsertSelectiveElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
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.
sqlMapResultMapWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
sqlMapResultMapWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
sqlMapResultMapWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the base resultMap is generated.
sqlMapResultMapWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
sqlMapResultMapWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
sqlMapSelectAllElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the selectAll element is generated.
sqlMapSelectAllElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
sqlMapSelectAllElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
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.api.PluginAdapter
 
sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.plugins.RowBoundsPlugin
 
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.api.PluginAdapter
 
sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.plugins.RowBoundsPlugin
 
sqlMapSelectByPrimaryKeyElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the selectByPrimaryKey element is generated.
sqlMapSelectByPrimaryKeyElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
sqlMapSelectByPrimaryKeyElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
sqlMapUpdateByExampleSelectiveElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByExampleSelective element is generated.
sqlMapUpdateByExampleSelectiveElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
sqlMapUpdateByExampleSelectiveElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
sqlMapUpdateByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByExampleWithBLOBs element is generated.
sqlMapUpdateByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
sqlMapUpdateByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
sqlMapUpdateByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByExampleWithourBLOBs element is generated.
sqlMapUpdateByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
sqlMapUpdateByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
sqlMapUpdateByPrimaryKeySelectiveElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByPrimaryKeySelective element is generated.
sqlMapUpdateByPrimaryKeySelectiveElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
sqlMapUpdateByPrimaryKeySelectiveElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
sqlMapUpdateByPrimaryKeyWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByPrimaryKeyWithBLOBs element is generated.
sqlMapUpdateByPrimaryKeyWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
sqlMapUpdateByPrimaryKeyWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
sqlMapUpdateByPrimaryKeyWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called when the updateByPrimaryKeyWithoutBLOBs element is generated.
sqlMapUpdateByPrimaryKeyWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
sqlMapUpdateByPrimaryKeyWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
SqlProviderGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper
 
SqlProviderGenerator(boolean) - 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.
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
 
startTask(String) - Method in class org.mybatis.generator.internal.NullProgressCallback
 
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
 

T

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 - Class in org.mybatis.generator.config
The Class TableConfiguration.
TableConfiguration(Context) - Constructor for class org.mybatis.generator.config.TableConfiguration
 
tableConfiguration - Variable in class org.mybatis.generator.internal.rules.BaseRules
 
tableType - Variable in class org.mybatis.generator.api.IntrospectedTable
Table type retrieved from database metadata.
targetProject - Variable in class org.mybatis.generator.api.GeneratedFile
The target project.
targetRuntime - Variable in class org.mybatis.generator.api.IntrospectedTable
 
TextElement - Class in org.mybatis.generator.api.dom.xml
The Class TextElement.
TextElement(String) - Constructor for class org.mybatis.generator.api.dom.xml.TextElement
Instantiates a new text element.
toDocument() - Method in class org.mybatis.generator.config.Configuration
Builds an XML representation of this configuration.
TopLevelClass - Class in org.mybatis.generator.api.dom.java
The Class TopLevelClass.
TopLevelClass(FullyQualifiedJavaType) - Constructor for class org.mybatis.generator.api.dom.java.TopLevelClass
 
TopLevelClass(String) - Constructor for class org.mybatis.generator.api.dom.java.TopLevelClass
 
TopLevelEnumeration - Class in org.mybatis.generator.api.dom.java
 
TopLevelEnumeration(FullyQualifiedJavaType) - Constructor for class org.mybatis.generator.api.dom.java.TopLevelEnumeration
Instantiates a new top level enumeration.
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
 
toXmlElement() - Method in class org.mybatis.generator.config.ColumnOverride
To xml element.
toXmlElement() - Method in class org.mybatis.generator.config.ColumnRenamingRule
 
toXmlElement() - Method in class org.mybatis.generator.config.CommentGeneratorConfiguration
 
toXmlElement() - Method in class org.mybatis.generator.config.ConnectionFactoryConfiguration
 
toXmlElement() - Method in class org.mybatis.generator.config.Context
Builds an XmlElement representation of this context.
toXmlElement() - Method in class org.mybatis.generator.config.DomainObjectRenamingRule
 
toXmlElement() - Method in class org.mybatis.generator.config.GeneratedKey
 
toXmlElement() - Method in class org.mybatis.generator.config.IgnoredColumn
To xml element.
toXmlElement() - Method in class org.mybatis.generator.config.IgnoredColumnException
 
toXmlElement() - Method in class org.mybatis.generator.config.IgnoredColumnPattern
 
toXmlElement() - Method in class org.mybatis.generator.config.JavaClientGeneratorConfiguration
 
toXmlElement() - Method in class org.mybatis.generator.config.JavaModelGeneratorConfiguration
 
toXmlElement() - Method in class org.mybatis.generator.config.JavaTypeResolverConfiguration
 
toXmlElement() - Method in class org.mybatis.generator.config.JDBCConnectionConfiguration
 
toXmlElement() - Method in class org.mybatis.generator.config.PluginConfiguration
 
toXmlElement() - Method in class org.mybatis.generator.config.SqlMapGeneratorConfiguration
 
toXmlElement() - Method in class org.mybatis.generator.config.TableConfiguration
 
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
 

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
 
UpdateByExampleMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
UpdateByExampleMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
UpdateByExampleParmsInnerclassGenerator - Class in org.mybatis.generator.codegen.ibatis2.dao.elements
Generates the Update By Example parameters inner class.
UpdateByExampleParmsInnerclassGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleParmsInnerclassGenerator
 
UpdateByExampleSelectiveElementGenerator - Class in org.mybatis.generator.codegen.ibatis2.sqlmap.elements
 
UpdateByExampleSelectiveElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByExampleSelectiveElementGenerator
 
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.ibatis2.dao.elements
Generates the Update By Example selective method.
UpdateByExampleSelectiveMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleSelectiveMethodGenerator
 
UpdateByExampleSelectiveMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
UpdateByExampleSelectiveMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleSelectiveMethodGenerator
 
UpdateByExampleSelectiveMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
UpdateByExampleSelectiveMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
UpdateByExampleWithBLOBsElementGenerator - Class in org.mybatis.generator.codegen.ibatis2.sqlmap.elements
 
UpdateByExampleWithBLOBsElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByExampleWithBLOBsElementGenerator
 
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.ibatis2.dao.elements
Generates the Update By Example with BLOBs method.
UpdateByExampleWithBLOBsMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleWithBLOBsMethodGenerator
 
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.ibatis2.sqlmap.elements
 
UpdateByExampleWithoutBLOBsElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByExampleWithoutBLOBsElementGenerator
 
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.ibatis2.dao.elements
Generates the Update By Example without BLOBs method.
UpdateByExampleWithoutBLOBsMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleWithoutBLOBsMethodGenerator
 
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.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
UpdateByPrimaryKeySelectiveElementGenerator - Class in org.mybatis.generator.codegen.ibatis2.sqlmap.elements
 
UpdateByPrimaryKeySelectiveElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByPrimaryKeySelectiveElementGenerator
 
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.ibatis2.dao.elements
Generates the Update By primary Key selective method.
UpdateByPrimaryKeySelectiveMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByPrimaryKeySelectiveMethodGenerator
 
UpdateByPrimaryKeySelectiveMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
UpdateByPrimaryKeySelectiveMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeySelectiveMethodGenerator
 
UpdateByPrimaryKeySelectiveMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
UpdateByPrimaryKeySelectiveMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
 
UpdateByPrimaryKeyWithBLOBsElementGenerator - Class in org.mybatis.generator.codegen.ibatis2.sqlmap.elements
 
UpdateByPrimaryKeyWithBLOBsElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByPrimaryKeyWithBLOBsElementGenerator
 
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.ibatis2.dao.elements
Generates the Update By primary Key with BLOBs method.
UpdateByPrimaryKeyWithBLOBsMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByPrimaryKeyWithBLOBsMethodGenerator
 
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.ibatis2.sqlmap.elements
 
UpdateByPrimaryKeyWithoutBLOBsElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByPrimaryKeyWithoutBLOBsElementGenerator
 
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.ibatis2.dao.elements
Generates the Update By primary Key without BLOBs method.
UpdateByPrimaryKeyWithoutBLOBsMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
 
UpdateByPrimaryKeyWithoutBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
UpdateByPrimaryKeyWithoutBLOBsMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
 
useJSR310Types - Variable in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
useLegacyBuilder - Variable in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.AbstractJavaProviderMethodGenerator
 

V

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>, String) - Method in class org.mybatis.generator.config.ColumnOverride
Validate.
validate(List<String>, String) - Method in class org.mybatis.generator.config.ColumnRenamingRule
 
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 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>, 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.
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>) - Method in class org.mybatis.generator.config.JDBCConnectionConfiguration
 
validate(List<String>, String) - Method in class org.mybatis.generator.config.PluginConfiguration
 
validate(List<String>, String) - Method in class org.mybatis.generator.config.SqlMapGeneratorConfiguration
 
validate(List<String>, int) - Method in class org.mybatis.generator.config.TableConfiguration
 
validate(List<String>) - Method in class org.mybatis.generator.internal.PluginAggregator
 
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.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.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.SqlMapConfigPlugin
 
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
 
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.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.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.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.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.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.CachePlugin.CacheProperty
Returns an array containing the constants of this enum type, in the order they are declared.
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
 

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.log4j.Log4jImpl
 
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.runtime.dynamic.sql.elements.MethodParts.Builder
 
withBodyLine(String) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodParts.Builder
 
withBodyLines(List<String>) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodParts.Builder
 
withContext(Context) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.AbstractMethodGenerator.BaseBuilder
 
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.SelectByExampleMethodGenerator.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.SelectDistinctByExampleMethodGenerator.Builder
 
withFragmentGenerator(FragmentGenerator) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByExampleMethodGenerator.Builder
 
withFragmentGenerator(FragmentGenerator) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByExampleSelectiveMethodGenerator.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
 
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<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
 
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
 
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
 
withParameter(Parameter) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodParts.Builder
 
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.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.InsertMethodGenerator.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.SelectByExampleMethodGenerator.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.SelectDistinctByExampleMethodGenerator.Builder
 
withRecordType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByExampleMethodGenerator.Builder
 
withRecordType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByExampleSelectiveMethodGenerator.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
 
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
 
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
 
withTableFieldName(String) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.CountByExampleMethodGenerator.Builder
 
withTableFieldName(String) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.DeleteByExampleMethodGenerator.Builder
 
withTableFieldName(String) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.DeleteByPrimaryKeyMethodGenerator.Builder
 
withTableFieldName(String) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.InsertMethodGenerator.Builder
 
withTableFieldName(String) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.InsertSelectiveMethodGenerator.Builder
 
withTableFieldName(String) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.SelectByExampleMethodGenerator.Builder
 
withTableFieldName(String) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.SelectByPrimaryKeyMethodGenerator.Builder
 
withTableFieldName(String) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.SelectDistinctByExampleMethodGenerator.Builder
 
withTableFieldName(String) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByExampleMethodGenerator.Builder
 
withTableFieldName(String) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByExampleSelectiveMethodGenerator.Builder
 
withTableFieldName(String) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByPrimaryKeyMethodGenerator.Builder
 
withTableFieldName(String) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByPrimaryKeySelectiveMethodGenerator.Builder
 
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(CDATASection) - Method in class org.mybatis.generator.internal.DomWriter
 
write(Text) - Method in class org.mybatis.generator.internal.DomWriter
 
write(ProcessingInstruction) - Method in class org.mybatis.generator.internal.DomWriter
 
write(Comment) - 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 iBatis/MyBatis XML IDs.
XmlElement - Class in org.mybatis.generator.api.dom.xml
The Class XmlElement.
XmlElement(String) - Constructor for class org.mybatis.generator.api.dom.xml.XmlElement
Instantiates a new xml element.
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 in org.mybatis.generator.exception
The Class XMLParserException.
XMLParserException(List<String>) - Constructor for exception org.mybatis.generator.exception.XMLParserException
Instantiates a new XML parser exception.
XMLParserException(String) - Constructor for exception org.mybatis.generator.exception.XMLParserException
Instantiates a new XML parser exception.
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links

Copyright © 2006–2018 MyBatis.org. All rights reserved.