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
 
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() - 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.
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
 
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
 
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
 
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
 
addBodyLine(int, String) - Method in class org.mybatis.generator.api.dom.java.Method
 
addBodyLines(Collection<String>) - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
 
addBodyLines(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
 
addBodyLines(int, Collection<String>) - Method in class org.mybatis.generator.api.dom.java.Method
 
addCheckedException(FullyQualifiedJavaType) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
addClassComment(InnerClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.CommentGenerator
 
addClassComment(InnerClass, IntrospectedTable, boolean) - Method in interface org.mybatis.generator.api.CommentGenerator
 
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
 
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.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.types.JavaTypeResolverDefaultImpl
 
addContext(Context) - Method in class org.mybatis.generator.config.Configuration
 
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
 
addElement(int, Element) - Method in class org.mybatis.generator.api.dom.xml.XmlElement
 
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
 
addEnumComment(InnerEnum, IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
 
addEnumConstant(String) - Method in class org.mybatis.generator.api.dom.java.InnerEnum
 
addExampleWhereClauseElement(XmlElement) - Method in class org.mybatis.generator.codegen.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
 
addExternalClassLoader(ClassLoader) - Static method in class org.mybatis.generator.internal.ObjectFactory
Adds a custom classloader to the collection of classloaders searched for "external" classes.
addField(Field) - Method in class org.mybatis.generator.api.dom.java.InnerClass
 
addField(Field) - Method in class org.mybatis.generator.api.dom.java.InnerEnum
 
addField(Field) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
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
 
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
 
addFormattedJavadoc(StringBuilder, int) - Method in class org.mybatis.generator.api.dom.java.JavaElement
 
addGeneralMethodComment(Method, IntrospectedTable) - Method in interface org.mybatis.generator.api.CommentGenerator
 
addGeneralMethodComment(Method, IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
 
addGeneratedKeyAnnotation(Interface, Method, GeneratedKey) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
 
addGetterComment(Method, IntrospectedTable, IntrospectedColumn) - Method in interface org.mybatis.generator.api.CommentGenerator
 
addGetterComment(Method, IntrospectedTable, IntrospectedColumn) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
 
addIgnoredColumn(IgnoredColumn) - 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
 
addInnerClass(InnerClass) - Method in class org.mybatis.generator.api.dom.java.InnerClass
 
addInnerClass(InnerClass) - Method in class org.mybatis.generator.api.dom.java.InnerEnum
 
addInnerEnum(InnerEnum) - Method in class org.mybatis.generator.api.dom.java.InnerClass
 
addInnerEnum(InnerEnum) - Method in class org.mybatis.generator.api.dom.java.InnerEnum
 
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
 
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(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedCountByExampleMethodGenerator
 
addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedDeleteByExampleMethodGenerator
 
addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedDeleteByPrimaryKeyMethodGenerator
 
addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedInsertMethodGenerator
 
addMapperAnnotations(Interface, 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(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByExampleSelectiveMethodGenerator
 
addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByExampleWithBLOBsMethodGenerator
 
addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByExampleWithoutBLOBsMethodGenerator
 
addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeySelectiveMethodGenerator
 
addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeyWithBLOBsMethodGenerator
 
addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator
 
addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.CountByExampleMethodGenerator
 
addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.DeleteByExampleMethodGenerator
 
addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.DeleteByPrimaryKeyMethodGenerator
 
addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertMethodGenerator
 
addMapperAnnotations(Interface, 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(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleSelectiveMethodGenerator
 
addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleWithBLOBsMethodGenerator
 
addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleWithoutBLOBsMethodGenerator
 
addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeySelectiveMethodGenerator
 
addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeyWithBLOBsMethodGenerator
 
addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
 
addMethod(Method) - Method in class org.mybatis.generator.api.dom.java.InnerClass
 
addMethod(Method) - Method in class org.mybatis.generator.api.dom.java.InnerEnum
 
addMethod(Method) - Method in class org.mybatis.generator.api.dom.java.Interface
 
addMethod(Method) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
 
addMyBatis3UpdateByExampleWhereClauseElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addParameter(Parameter) - Method in class org.mybatis.generator.api.dom.java.Method
 
addParameter(int, Parameter) - Method in class org.mybatis.generator.api.dom.java.Method
 
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
 
addResourceClassLoader(ClassLoader) - Static method in class org.mybatis.generator.internal.ObjectFactory
Adds a custom classloader to the collection of classloaders searched for resources.
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
 
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
 
addSuperInterface(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.InnerEnum
 
addSuperInterface(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.Interface
 
addSuppressTypeWarningsAnnotation() - Method in class org.mybatis.generator.api.dom.java.JavaElement
 
addTableConfiguration(TableConfiguration) - Method in class org.mybatis.generator.config.Context
 
addTypeArgument(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
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
 
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
 
Attribute(String, String) - Constructor for class org.mybatis.generator.api.dom.xml.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

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
 
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
 
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
 

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
 
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
 
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
 
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
 
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
 
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
 
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.
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, 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 interface org.mybatis.generator.api.Plugin
This method is called when the deleteByPrimaryKey method has been generated in the client interface.
clientDeleteByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.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
 
clientGenerators - Variable in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
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 interface org.mybatis.generator.api.Plugin
This method is called when the insert method has been generated in the client interface.
clientInsertMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.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, 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 interface org.mybatis.generator.api.Plugin
This method is called when the insert selective method has been generated in the client interface.
clientInsertSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.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, 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 interface org.mybatis.generator.api.Plugin
This method is called when the selectByExampleWithBLOBs method has been generated in the client interface.
clientSelectByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.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, 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 interface org.mybatis.generator.api.Plugin
This method is called when the selectByExampleWithoutBLOBs method has been generated in the client interface.
clientSelectByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.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, 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 interface org.mybatis.generator.api.Plugin
This method is called when the selectByPrimaryKey method has been generated in the client interface.
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, 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 interface org.mybatis.generator.api.Plugin
This method is called when the updateByExampleSelective method has been generated in the client interface.
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, 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 interface org.mybatis.generator.api.Plugin
This method is called when the updateByExampleWithBLOBs method has been generated in the client interface.
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, 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 interface org.mybatis.generator.api.Plugin
This method is called when the updateByExampleWithoutBLOBs method has been generated in the client interface.
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, 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 interface org.mybatis.generator.api.Plugin
This method is called when the updateByPrimaryKeySelective method has been generated in the client interface.
clientUpdateByPrimaryKeySelectiveMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.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, 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 interface org.mybatis.generator.api.Plugin
This method is called when the updateByPrimaryKeyWithBLOBs method has been generated in the client interface.
clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.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
 
ColumnOverride - Class in org.mybatis.generator.config
 
ColumnOverride(String) - Constructor for class org.mybatis.generator.config.ColumnOverride
 
ColumnRenamingRule - Class in org.mybatis.generator.config
This class is used to specify a renaming rule for columns in a table.
ColumnRenamingRule() - Constructor for class org.mybatis.generator.config.ColumnRenamingRule
 
COMMENT_GENERATOR_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
 
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
 
Configuration - Class in org.mybatis.generator.config
 
Configuration() - Constructor for class org.mybatis.generator.config.Configuration
 
ConfigurationParser - Class in org.mybatis.generator.config.xml
 
ConfigurationParser(List<String>) - Constructor for class org.mybatis.generator.config.xml.ConfigurationParser
 
ConfigurationParser(Properties, List<String>) - Constructor for class org.mybatis.generator.config.xml.ConfigurationParser
 
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
 
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 - Class in org.mybatis.generator.internal.db
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)
containsProperty(IntrospectedColumn) - Method in class org.mybatis.generator.codegen.RootClassInfo
 
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
 
Context(ModelType) - Constructor for class org.mybatis.generator.config.Context
Constructs a Context object.
context - Variable in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
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
 
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
 
createCommentGenerator(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
This method 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
 
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
 
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.JdkLoggingImpl
 
debug(String) - Method in interface org.mybatis.generator.logging.Log
 
debug(String) - Method in class org.mybatis.generator.logging.Log4jImpl
 
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
 
DefaultShellCallback(boolean) - Constructor for class org.mybatis.generator.internal.DefaultShellCallback
 
defaultValue - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
DefaultXmlFormatter - Class in org.mybatis.generator.api.dom
This class is the default formatter for generated XML.
DefaultXmlFormatter() - Constructor for class org.mybatis.generator.api.dom.DefaultXmlFormatter
 
DeleteByExampleElementGenerator - Class in org.mybatis.generator.codegen.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
 
DeleteByExampleMethodGenerator() - 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
 
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
 
DeleteByPrimaryKeyMethodGenerator() - 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
 
Document - Class in org.mybatis.generator.api.dom.xml
 
Document(String, String) - Constructor for class org.mybatis.generator.api.dom.xml.Document
 
Document() - Constructor for class org.mybatis.generator.api.dom.xml.Document
 
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
 

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: http://www.javapractices.com/Topic17.cjp Collected methods which allow easy implementation of equals.
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.JdkLoggingImpl
 
error(String) - Method in class org.mybatis.generator.logging.JdkLoggingImpl
 
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.Log4jImpl
 
error(String) - Method in class org.mybatis.generator.logging.Log4jImpl
 
escapeStringForIbatis2(String) - Static method in class org.mybatis.generator.codegen.ibatis2.Ibatis2FormattingUtilities
 
escapeStringForJava(String) - Static method in class org.mybatis.generator.internal.util.StringUtility
 
escapeStringForMyBatis3(String) - Static method in class org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
 
escapeStringForXml(String) - Static method in class org.mybatis.generator.internal.util.StringUtility
 
ExampleGenerator - Class in org.mybatis.generator.codegen.ibatis2.model
 
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
 
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
This method 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
 
forceBigDecimals - Variable in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
forceJavaLogging() - Static method in class org.mybatis.generator.logging.LogFactory
This method will switch the logging implementation to Java native logging.
FullyQualifiedJavaType - Class in org.mybatis.generator.api.dom.java
 
FullyQualifiedJavaType(String) - Constructor for class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
Use this constructor to construct a generic type with the specified type parameters
fullyQualifiedJavaType - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
FullyQualifiedTable - Class in org.mybatis.generator.api
 
FullyQualifiedTable(String, String, String, String, String, boolean, String, String, String, boolean, 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.
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
 
GeneratedJavaFile - Class in org.mybatis.generator.api
 
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
 
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
 
GeneratedXmlFile(Document, String, String, String, boolean, XmlFormatter) - Constructor for class org.mybatis.generator.api.GeneratedXmlFile
 
generateEquals(TopLevelClass, List<IntrospectedColumn>, IntrospectedTable) - Method in class org.mybatis.generator.plugins.EqualsHashCodePlugin
Generates an equals method that does a comparison of all fields.
generateExampleClass() - Method in class org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating an example class.
generateExampleClass() - Method in interface org.mybatis.generator.internal.rules.Rules
Implements the rule for generating an example class.
generateExampleClass() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
 
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
 
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
 
GenericCIDAOTemplate() - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
 
GenericSIDAOTemplate - Class in org.mybatis.generator.codegen.ibatis2.dao.templates
 
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
 
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
 
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)
getAnnotations() - Method in class org.mybatis.generator.api.dom.java.JavaElement
 
getAnnotations() - Method in class org.mybatis.generator.api.dom.java.Parameter
 
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
 
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
 
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
 
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
 
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
 
getColumnName() - Method in class org.mybatis.generator.config.IgnoredColumn
 
getColumnOverride(String) - Method in class org.mybatis.generator.config.TableConfiguration
May return null if the column has not been overridden
getColumnOverrides() - Method in class org.mybatis.generator.config.TableConfiguration
 
getColumnRenamingRule() - Method in class org.mybatis.generator.config.TableConfiguration
 
getColumns() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithBLOBsMethodGenerator
 
getColumns() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithoutBLOBsMethodGenerator
 
getColumns() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithBLOBsMethodGenerator
 
getColumns() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithoutBLOBsMethodGenerator
 
getCommentGenerator() - Method in class org.mybatis.generator.config.Context
 
getCommentGeneratorConfiguration() - Method in class org.mybatis.generator.config.Context
 
getCompilationUnit() - Method in class org.mybatis.generator.api.GeneratedJavaFile
This method is required by the Eclipse Java merger.
getCompilationUnits() - Method in class org.mybatis.generator.codegen.AbstractJavaGenerator
 
getCompilationUnits() - Method in class org.mybatis.generator.codegen.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
 
getConfigfile() - Method in class org.mybatis.generator.ant.GeneratorAntTask
 
getConfigurationType() - Method in class org.mybatis.generator.config.TypedPropertyHolder
 
getConnection(JDBCConnectionConfiguration) - Method in class org.mybatis.generator.internal.db.ConnectionFactory
 
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
 
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
 
getContextIds() - Method in class org.mybatis.generator.ant.GeneratorAntTask
 
getContexts() - Method in class org.mybatis.generator.config.Configuration
 
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(List<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
 
getDateInstance() - Static method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
getDateString() - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
This method returns a formated date string to include in the Javadoc tag and XML comments.
getDefaultModelType() - Method in class org.mybatis.generator.config.Context
 
getDefaultValue() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
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
 
getDomainObjectName() - Method in class org.mybatis.generator.config.TableConfiguration
 
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
 
getEndingDelimiter() - Method in class org.mybatis.generator.config.Context
 
getEnumConstants() - Method in class org.mybatis.generator.api.dom.java.InnerEnum
 
getErrors() - Method in exception org.mybatis.generator.exception.InvalidConfigurationException
 
getErrors() - Method in exception org.mybatis.generator.exception.XMLParserException
 
getEscapedColumnName(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.ibatis2.Ibatis2FormattingUtilities
 
getEscapedColumnName(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
 
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
 
getExampleWhereClauseId() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getExceptions() - Method in class org.mybatis.generator.api.dom.java.Method
 
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
 
getFields() - Method in class org.mybatis.generator.api.dom.java.InnerEnum
 
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
 
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
 
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) - Method in class org.mybatis.generator.api.dom.java.Field
 
getFormattedContent(int) - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
 
getFormattedContent(int) - Method in class org.mybatis.generator.api.dom.java.InnerClass
 
getFormattedContent(int) - Method in class org.mybatis.generator.api.dom.java.InnerEnum
 
getFormattedContent() - Method in class org.mybatis.generator.api.dom.java.Interface
 
getFormattedContent(int, boolean) - Method in class org.mybatis.generator.api.dom.java.Method
 
getFormattedContent() - 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() - Method in class org.mybatis.generator.api.dom.xml.Attribute
 
getFormattedContent() - Method in class org.mybatis.generator.api.dom.xml.Document
 
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
This method 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
This method returns the fully qualified name - including any generic type parameters
getFullyQualifiedTable() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getFullyQualifiedTableNameAtRuntime() - Method in class org.mybatis.generator.api.FullyQualifiedTable
 
getFullyQualifiedTableNameAtRuntime() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getFullyQualifiedTableNames() - Method in class org.mybatis.generator.ant.GeneratorAntTask
 
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.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
 
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.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
JavaBeans rules: eMail > geteMail() firstName > getFirstName() URL > getURL() XAxis > getXAxis() a > getA() B > invalid - this method assumes that this is not the case.
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
This method 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
This method returns an iterator 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.
getInitializationBlocks() - Method in class org.mybatis.generator.api.dom.java.InnerClass
 
getInitializationString() - Method in class org.mybatis.generator.api.dom.java.Field
 
getInnerClasses() - Method in class org.mybatis.generator.api.dom.java.InnerClass
 
getInnerClasses() - Method in class org.mybatis.generator.api.dom.java.InnerEnum
 
getInnerEnums() - Method in class org.mybatis.generator.api.dom.java.InnerClass
 
getInnerEnums() - Method in class org.mybatis.generator.api.dom.java.InnerEnum
 
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
 
getInstance() - Static method in class org.mybatis.generator.internal.db.ConnectionFactory
 
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
 
getIntrospectedColumnImpl() - Method in class org.mybatis.generator.config.Context
 
getIntrospectedSchema() - Method in class org.mybatis.generator.api.FullyQualifiedTable
 
getIntrospectedTable() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getIntrospectedTable() - Method in class org.mybatis.generator.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
 
getIntrospectionSteps() - Method in class org.mybatis.generator.config.Context
 
getJavaBeansField(IntrospectedColumn) - Method in class org.mybatis.generator.codegen.AbstractJavaGenerator
 
getJavaBeansGetter(IntrospectedColumn) - Method in class org.mybatis.generator.codegen.AbstractJavaGenerator
 
getJavaBeansSetter(IntrospectedColumn) - Method in class org.mybatis.generator.codegen.AbstractJavaGenerator
 
getJavaClientGeneratorConfiguration() - Method in class org.mybatis.generator.config.Context
 
getJavaDocLines() - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
 
getJavaDocLines() - Method in class org.mybatis.generator.api.dom.java.JavaElement
 
getJavaFormatter() - Method in class org.mybatis.generator.config.Context
 
getJavaModelGeneratorConfiguration() - Method in class org.mybatis.generator.config.Context
 
getJavaProperty() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getJavaProperty(String) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getJavaProperty() - Method in class org.mybatis.generator.config.ColumnOverride
 
getJavaType() - Method in class org.mybatis.generator.config.ColumnOverride
 
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
 
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<?>) - Static method in class org.mybatis.generator.logging.LogFactory
 
getLongInstance() - Static method in class org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
 
getMatchedXMLGenerator() - Method in class org.mybatis.generator.codegen.AbstractJavaClientGenerator
This method 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
 
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
 
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
 
getMethods() - Method in class org.mybatis.generator.api.dom.java.InnerEnum
 
getMethods() - Method in class org.mybatis.generator.api.dom.java.Interface
 
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
 
getName() - Method in class org.mybatis.generator.api.dom.java.Field
 
getName() - Method in class org.mybatis.generator.api.dom.java.Method
 
getName() - Method in class org.mybatis.generator.api.dom.java.Parameter
 
getName() - Method in class org.mybatis.generator.api.dom.xml.Attribute
 
getName() - Method in class org.mybatis.generator.api.dom.xml.XmlElement
 
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
 
getParameterClause(IntrospectedColumn, String) - Static method in class org.mybatis.generator.codegen.ibatis2.Ibatis2FormattingUtilities
 
getParameterClause(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
 
getParameterClause(IntrospectedColumn, String) - Static method in class org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
 
getParameters() - Method in class org.mybatis.generator.api.dom.java.Method
 
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
 
getPrimitiveTypeWrapper() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
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
 
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
 
getRemarks() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
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
 
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
 
getRootClass() - Method in class org.mybatis.generator.codegen.AbstractJavaGenerator
 
getRootElement() - Method in class org.mybatis.generator.api.dom.xml.Document
 
getRules() - Method in class org.mybatis.generator.api.IntrospectedTable
 
getRuntimeSqlStatement() - Method in class org.mybatis.generator.config.GeneratedKey
 
getScale() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getSchema() - Method in class org.mybatis.generator.config.TableConfiguration
 
getSchema() - Method in class org.mybatis.generator.internal.db.ActualTableName
 
getSearchString() - Method in class org.mybatis.generator.config.ColumnRenamingRule
 
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.
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.
getSetterMethodName(String) - Static method in class org.mybatis.generator.internal.util.JavaBeansUtil
JavaBeans rules: eMail > seteMail() firstName > setFirstName() URL > setURL() XAxis > setXAxis() a > setA() B > invalid - this method assumes that this is not the case.
getShortInstance() - Static method in class org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
 
getShortName() - 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
 
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
 
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
 
getSubPackage(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
 
getSuperClass() - Method in class org.mybatis.generator.api.dom.java.Interface
 
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
 
getSuperInterfaceTypes() - Method in class org.mybatis.generator.api.dom.java.InnerEnum
 
getSuperInterfaceTypes() - Method in class org.mybatis.generator.api.dom.java.Interface
 
getSystemId() - Method in class org.mybatis.generator.api.dom.xml.Document
 
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
 
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
 
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
 
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
 
getType() - Method in class org.mybatis.generator.api.dom.java.InnerEnum
 
getType() - Method in class org.mybatis.generator.api.dom.java.Interface
 
getType() - Method in class org.mybatis.generator.api.dom.java.Parameter
 
getType() - Method in class org.mybatis.generator.config.GeneratedKey
 
getTypeHandler() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
getTypeHandler() - Method in class org.mybatis.generator.config.ColumnOverride
 
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
 
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
 
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
booleans.
hash(int, char) - Static method in class org.mybatis.generator.internal.util.HashCodeUtil
chars.
hash(int, int) - Static method in class org.mybatis.generator.internal.util.HashCodeUtil
ints.
hash(int, long) - Static method in class org.mybatis.generator.internal.util.HashCodeUtil
longs.
hash(int, float) - Static method in class org.mybatis.generator.internal.util.HashCodeUtil
floats.
hash(int, double) - Static method in class org.mybatis.generator.internal.util.HashCodeUtil
doubles.
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: http://www.javapractices.com/Topic28.cjp Collected methods which allow easy implementation of hashCode.
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
 

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
 
IbatisDAOTemplate - Class in org.mybatis.generator.codegen.ibatis2.dao.templates
 
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
 
IgnoredColumn(String) - Constructor for class org.mybatis.generator.config.IgnoredColumn
 
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
 
InnerClass(String) - Constructor for class org.mybatis.generator.api.dom.java.InnerClass
 
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
 
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
 
InsertMethodGenerator() - 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
 
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
 
InsertSelectiveMethodGenerator() - 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
 
Interface - Class in org.mybatis.generator.api.dom.java
 
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.InternalAttribute - Enum in org.mybatis.generator.api
 
IntrospectedTable.TargetRuntime - Enum in org.mybatis.generator.api
 
IntrospectedTableIbatis2Java2Impl - Class in org.mybatis.generator.codegen.ibatis2
 
IntrospectedTableIbatis2Java2Impl() - Constructor for class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
IntrospectedTableIbatis2Java5Impl - Class in org.mybatis.generator.codegen.ibatis2
 
IntrospectedTableIbatis2Java5Impl() - Constructor for class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java5Impl
 
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 that matches the specified table configuration.
InvalidConfigurationException - Exception in org.mybatis.generator.exception
 
InvalidConfigurationException(List<String>) - Constructor for exception org.mybatis.generator.exception.InvalidConfigurationException
 
isAbstract() - Method in class org.mybatis.generator.api.dom.java.InnerClass
 
isAllColumnDelimitingEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
 
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
 
isColumnNameDelimited() - Method in class org.mybatis.generator.config.IgnoredColumn
 
isConstructor() - Method in class org.mybatis.generator.api.dom.java.Method
 
isConstructorBased() - Method in class org.mybatis.generator.api.IntrospectedTable
 
isCountByExampleStatementEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
 
isDebugEnabled() - Method in class org.mybatis.generator.logging.JdkLoggingImpl
 
isDebugEnabled() - Method in interface org.mybatis.generator.logging.Log
 
isDebugEnabled() - Method in class org.mybatis.generator.logging.Log4jImpl
 
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
 
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.Interface
 
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.Interface
 
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
 
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
 
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 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
 
isStringColumn() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
isSynchronized() - Method in class org.mybatis.generator.api.dom.java.Method
 
isTransient() - Method in class org.mybatis.generator.api.dom.java.Field
 
isTrimStringsEnabled() - Method in class org.mybatis.generator.codegen.AbstractJavaGenerator
 
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

JavaBeansUtil - Class in org.mybatis.generator.internal.util
 
JavaClientGeneratorConfiguration - Class in org.mybatis.generator.config
 
JavaClientGeneratorConfiguration() - Constructor for class org.mybatis.generator.config.JavaClientGeneratorConfiguration
 
JavaElement - Class in org.mybatis.generator.api.dom.java
 
JavaElement() - Constructor for class org.mybatis.generator.api.dom.java.JavaElement
 
JavaElement(JavaElement) - Constructor for class org.mybatis.generator.api.dom.java.JavaElement
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
 
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
 
JavaTypeResolverDefaultImpl.JdbcTypeInformation(String, FullyQualifiedJavaType) - Constructor for class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl.JdbcTypeInformation
 
JavaVisibility - Enum in org.mybatis.generator.api.dom.java
Typesafe enum of possible Java visibility settings
Jdbc4Types - Class in org.mybatis.generator.internal.types
 
Jdbc4Types() - Constructor for class org.mybatis.generator.internal.types.Jdbc4Types
 
JDBCConnectionConfiguration - Class in org.mybatis.generator.config
 
JDBCConnectionConfiguration() - Constructor for class org.mybatis.generator.config.JDBCConnectionConfiguration
 
jdbcType - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
jdbcTypeName - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
JdbcTypeNameTranslator - Class in org.mybatis.generator.internal.types
TODO - Delete Me
JdkLoggingImpl - Class in org.mybatis.generator.logging
 
JdkLoggingImpl(Class<?>) - Constructor for class org.mybatis.generator.logging.JdkLoggingImpl
 

L

length - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
Log - Interface in org.mybatis.generator.logging
 
Log4jImpl - Class in org.mybatis.generator.logging
 
Log4jImpl(Class<?>) - Constructor for class org.mybatis.generator.logging.Log4jImpl
 
LogFactory - Class in org.mybatis.generator.logging
Factory for creating loggers.
LogFactory() - Constructor for class org.mybatis.generator.logging.LogFactory
 
LONGNVARCHAR - Static variable in class org.mybatis.generator.internal.types.Jdbc4Types
 

M

main(String[]) - Static method in class org.mybatis.generator.api.ShellRunner
 
makeSerializable(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.plugins.SerializablePlugin
 
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
 
MergeConstants - Class in org.mybatis.generator.config
This class holds constants useful in the XML and Java merging operations.
mergeJavaFile(String, String, 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, String, 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
 
Method() - Constructor for class org.mybatis.generator.api.dom.java.Method
 
Method(String) - Constructor for class org.mybatis.generator.api.dom.java.Method
 
Method(Method) - Constructor for class org.mybatis.generator.api.dom.java.Method
Copy constructor.
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
 
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
 
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

NCHAR - Static variable in class org.mybatis.generator.internal.types.Jdbc4Types
 
NCLOB - Static variable in class org.mybatis.generator.internal.types.Jdbc4Types
 
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.
normalizeAndPrint(String, boolean) - Method in class org.mybatis.generator.internal.DomWriter
Normalizes and prints the given string.
normalizeAndPrint(char, boolean) - Method in class org.mybatis.generator.internal.DomWriter
Normalizes and print the given character.
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
 
NVARCHAR - Static variable in class org.mybatis.generator.internal.types.Jdbc4Types
 

O

ObjectFactory - Class in org.mybatis.generator.internal
This class creates the different objects needed by the generator
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.plugins - package org.mybatis.generator.plugins
 
OutputUtilities - Class in org.mybatis.generator.api.dom
 

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
 
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
 
parseIbatorConfiguration(Element) - Method in class org.mybatis.generator.config.xml.IbatorConfigurationParser
 
ParserEntityResolver - Class in org.mybatis.generator.config.xml
 
ParserEntityResolver() - Constructor for class org.mybatis.generator.config.xml.ParserEntityResolver
 
ParserErrorHandler - Class in org.mybatis.generator.config.xml
 
ParserErrorHandler(List<String>, List<String>) - Constructor for class org.mybatis.generator.config.xml.ParserErrorHandler
 
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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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
 
removeAttribute(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
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
 
requiresXMLGenerator() - Method in class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
requiresXMLGenerator() - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
resolveEntity(String, String) - Method in class org.mybatis.generator.config.xml.ParserEntityResolver
 
ResultMapWithBLOBsElementGenerator - Class in org.mybatis.generator.codegen.ibatis2.sqlmap.elements
 
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
 
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
 
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
 
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
 
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
 
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
 
SelectByPrimaryKeyMethodGenerator() - 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
 
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
 
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
 
setBaseColumnListId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setBaseRecordType(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setBaseResultMapId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setBlobColumnListId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setCatalog(String) - Method in class org.mybatis.generator.config.TableConfiguration
 
setColumnNameDelimited(boolean) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setColumnNameDelimited(boolean) - Method in class org.mybatis.generator.config.ColumnOverride
 
setColumnNameDelimited(boolean) - Method in class org.mybatis.generator.config.IgnoredColumn
 
setColumnRenamingRule(ColumnRenamingRule) - Method in class org.mybatis.generator.config.TableConfiguration
 
setCommentGeneratorConfiguration(CommentGeneratorConfiguration) - Method in class org.mybatis.generator.config.Context
 
setConfigfile(String) - Method in class org.mybatis.generator.ant.GeneratorAntTask
 
setConfigurationType(String) - Method in class org.mybatis.generator.config.TypedPropertyHolder
Sets the value of the type specified in the configuration.
setConfiguredModelType(String) - Method in class org.mybatis.generator.config.TableConfiguration
 
setConnectionURL(String) - Method in class org.mybatis.generator.config.JDBCConnectionConfiguration
 
setConstructor(boolean) - Method in class org.mybatis.generator.api.dom.java.Method
 
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
 
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
 
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
 
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
 
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
 
setJavaType(String) - Method in class org.mybatis.generator.config.ColumnOverride
 
setJavaTypeResolverConfiguration(JavaTypeResolverConfiguration) - Method in class org.mybatis.generator.config.Context
 
setJdbcConnectionConfiguration(JDBCConnectionConfiguration) - Method in class org.mybatis.generator.config.Context
 
setJdbcType(int) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setJdbcType(String) - Method in class org.mybatis.generator.config.ColumnOverride
 
setJdbcTypeName(String) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setLength(int) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setLogFactory(AbstractLogFactory) - Static method in class org.mybatis.generator.logging.LogFactory
 
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
 
setName(String) - Method in class org.mybatis.generator.api.dom.java.Field
 
setName(String) - Method in class org.mybatis.generator.api.dom.java.Method
 
setName(String) - Method in class org.mybatis.generator.api.dom.xml.XmlElement
 
setNative(boolean) - Method in class org.mybatis.generator.api.dom.java.Method
 
setNullable(boolean) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setOverwrite(boolean) - Method in class org.mybatis.generator.ant.GeneratorAntTask
 
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.SerializablePlugin
 
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
 
setReplaceString(String) - Method in class org.mybatis.generator.config.ColumnRenamingRule
 
setResultMapWithBLOBsId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setReturnType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.Method
 
setRootElement(XmlElement) - Method in class org.mybatis.generator.api.dom.xml.Document
 
setRules(Rules) - Method in class org.mybatis.generator.api.IntrospectedTable
This method exists to give plugins the opportunity to replace the calculated rules if necessary.
setScale(int) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setSchema(String) - Method in class org.mybatis.generator.config.TableConfiguration
 
setSearchString(String) - Method in class org.mybatis.generator.config.ColumnRenamingRule
 
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
 
setStatic(boolean) - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
 
setStatic(boolean) - Method in class org.mybatis.generator.api.dom.java.JavaElement
 
setSuperClass(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.InnerClass
 
setSuperClass(String) - Method in class org.mybatis.generator.api.dom.java.InnerClass
 
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
 
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
 
setTargetPackage(String) - Method in class org.mybatis.generator.config.JavaClientGeneratorConfiguration
 
setTargetPackage(String) - Method in class org.mybatis.generator.config.JavaModelGeneratorConfiguration
 
setTargetPackage(String) - Method in class org.mybatis.generator.config.SqlMapGeneratorConfiguration
 
setTargetProject(String) - Method in class org.mybatis.generator.config.JavaClientGeneratorConfiguration
 
setTargetProject(String) - Method in class org.mybatis.generator.config.JavaModelGeneratorConfiguration
 
setTargetProject(String) - Method in class org.mybatis.generator.config.SqlMapGeneratorConfiguration
 
setTargetRuntime(String) - Method in class org.mybatis.generator.config.Context
 
setTransient(boolean) - Method in class org.mybatis.generator.api.dom.java.Field
 
setType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.Field
 
setTypeHandler(String) - Method in class org.mybatis.generator.api.IntrospectedColumn
 
setTypeHandler(String) - Method in class org.mybatis.generator.config.ColumnOverride
 
setUpdateByExampleSelectiveStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setUpdateByExampleStatementEnabled(boolean) - Method in class org.mybatis.generator.config.TableConfiguration
 
setUpdateByExampleStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setUpdateByExampleWithBLOBsStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setUpdateByPrimaryKeySelectiveStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setUpdateByPrimaryKeyStatementEnabled(boolean) - Method in class org.mybatis.generator.config.TableConfiguration
 
setUpdateByPrimaryKeyStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
setUpdateByPrimaryKeyWithBLOBsStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
 
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
 
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
 
ShellException(String) - Constructor for exception org.mybatis.generator.exception.ShellException
 
ShellException(String, Throwable) - Constructor for exception org.mybatis.generator.exception.ShellException
 
ShellException(Throwable) - Constructor for exception org.mybatis.generator.exception.ShellException
 
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
 
sortAttributes(NamedNodeMap) - Method in class org.mybatis.generator.internal.DomWriter
Returns a sorted list of attributes.
SpringDAOTemplate - Class in org.mybatis.generator.codegen.ibatis2.dao.templates
 
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
 
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() - 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
 
TableConfiguration(Context) - Constructor for class org.mybatis.generator.config.TableConfiguration
 
tableConfiguration - Variable in class org.mybatis.generator.internal.rules.BaseRules
 
targetProject - Variable in class org.mybatis.generator.api.GeneratedFile
 
targetRuntime - Variable in class org.mybatis.generator.api.IntrospectedTable
 
TextElement - Class in org.mybatis.generator.api.dom.xml
 
TextElement(String) - Constructor for class org.mybatis.generator.api.dom.xml.TextElement
 
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
 
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
 
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.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
 
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.Context
Builds an XmlElement representation of this context.
toXmlElement() - Method in class org.mybatis.generator.config.GeneratedKey
 
toXmlElement() - Method in class org.mybatis.generator.config.IgnoredColumn
 
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
 
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
 

U

UpdateByExampleParmsInnerclassGenerator - Class in org.mybatis.generator.codegen.ibatis2.dao.elements
 
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
 
UpdateByExampleSelectiveMethodGenerator() - 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
 
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
 
UpdateByExampleWithBLOBsMethodGenerator() - 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
 
UpdateByExampleWithoutBLOBsMethodGenerator() - 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
 
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
 
UpdateByPrimaryKeySelectiveMethodGenerator() - 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
 
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
 
UpdateByPrimaryKeyWithBLOBsMethodGenerator() - 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
 
UpdateByPrimaryKeyWithoutBLOBsMethodGenerator() - 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
 

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(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.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.GeneratedKey
 
validate(List<String>, String) - Method in class org.mybatis.generator.config.IgnoredColumn
 
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.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.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
 
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.JdkLoggingImpl
 
warn(String) - Method in interface org.mybatis.generator.logging.Log
 
warn(String) - Method in class org.mybatis.generator.logging.Log4jImpl
 
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
 
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
 
XmlElement - Class in org.mybatis.generator.api.dom.xml
 
XmlElement(String) - Constructor for class org.mybatis.generator.api.dom.xml.XmlElement
 
XmlElement(XmlElement) - Constructor for class org.mybatis.generator.api.dom.xml.XmlElement
Copy constructor.
XmlFileMergerJaxp - Class in org.mybatis.generator.internal
This class handles the task of merging changes into an existing XML file.
XmlFormatter - Interface in org.mybatis.generator.api
Objects implementing this interface are used to convert the internal representation of the XML DOM classes into a string suitable for saving to the file system.
xmlIndent(StringBuilder, int) - Static method in class org.mybatis.generator.api.dom.OutputUtilities
Utility method that indents the buffer by the default amount for XML (two spaces per indent level).
xmlMapperGenerator - Variable in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
XMLMapperGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper
 
XMLMapperGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
XMLParserException - Exception in org.mybatis.generator.exception
 
XMLParserException(List<String>) - Constructor for exception org.mybatis.generator.exception.XMLParserException
 
XMLParserException(String) - Constructor for exception org.mybatis.generator.exception.XMLParserException
 

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

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