跳过导航链接
A B C D E F G H I J L M N O P R S T U V W X 

A

AbstractDAOElementGenerator - org.mybatis.generator.codegen.ibatis2.dao.elements中的类
 
AbstractDAOElementGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.dao.elements.AbstractDAOElementGenerator
 
AbstractDAOTemplate - org.mybatis.generator.codegen.ibatis2.dao.templates中的类
Base class for DAO templates.
AbstractDAOTemplate() - 类 的构造器org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Instantiates a new abstract dao template.
AbstractGenerator - org.mybatis.generator.codegen中的类
 
AbstractGenerator() - 类 的构造器org.mybatis.generator.codegen.AbstractGenerator
 
AbstractJavaClientGenerator - 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) - 类 的构造器org.mybatis.generator.codegen.AbstractJavaClientGenerator
 
AbstractJavaGenerator - org.mybatis.generator.codegen中的类
 
AbstractJavaGenerator() - 类 的构造器org.mybatis.generator.codegen.AbstractJavaGenerator
 
AbstractJavaMapperMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements中的类
 
AbstractJavaMapperMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
 
AbstractJavaProviderMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider中的类
 
AbstractJavaProviderMethodGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.AbstractJavaProviderMethodGenerator
 
AbstractLogFactory - org.mybatis.generator.logging中的接口
Defines the interface for creating Log implementations.
AbstractXmlElementGenerator - org.mybatis.generator.codegen.ibatis2.sqlmap.elements中的类
 
AbstractXmlElementGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.sqlmap.elements.AbstractXmlElementGenerator
 
AbstractXmlElementGenerator - org.mybatis.generator.codegen.mybatis3.xmlmapper.elements中的类
 
AbstractXmlElementGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
 
AbstractXmlGenerator - org.mybatis.generator.codegen中的类
 
AbstractXmlGenerator() - 类 的构造器org.mybatis.generator.codegen.AbstractXmlGenerator
 
actualColumnName - 类 中的变量org.mybatis.generator.api.IntrospectedColumn
 
ActualTableName - org.mybatis.generator.internal.db中的类
This class holds the actual catalog, schema, and table name returned from the database introspection.
ActualTableName(String, String, String) - 类 的构造器org.mybatis.generator.internal.db.ActualTableName
 
addAnnotation(String) - 类 中的方法org.mybatis.generator.api.dom.java.JavaElement
Adds the annotation.
addAnnotation(String) - 类 中的方法org.mybatis.generator.api.dom.java.Parameter
 
addApplyWhereMethod(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
addAttribute(Attribute) - 类 中的方法org.mybatis.generator.api.dom.xml.XmlElement
Adds the attribute.
addBaseColumnListElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
addBaseColumnListElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addBlobColumnListElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
addBlobColumnListElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addBodyLine(String) - 类 中的方法org.mybatis.generator.api.dom.java.InitializationBlock
 
addBodyLine(int, String) - 类 中的方法org.mybatis.generator.api.dom.java.InitializationBlock
 
addBodyLine(String) - 类 中的方法org.mybatis.generator.api.dom.java.Method
Adds the body line.
addBodyLine(int, String) - 类 中的方法org.mybatis.generator.api.dom.java.Method
Adds the body line.
addBodyLines(Collection<String>) - 类 中的方法org.mybatis.generator.api.dom.java.InitializationBlock
 
addBodyLines(int, Collection<String>) - 类 中的方法org.mybatis.generator.api.dom.java.InitializationBlock
 
addBodyLines(Collection<String>) - 类 中的方法org.mybatis.generator.api.dom.java.Method
Adds the body lines.
addBodyLines(int, Collection<String>) - 类 中的方法org.mybatis.generator.api.dom.java.Method
Adds the body lines.
addCheckedException(FullyQualifiedJavaType) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Adds the checked exception.
addClassComment(InnerClass, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.CommentGenerator
Adds the inner class comment.
addClassComment(InnerClass, IntrospectedTable, boolean) - 接口 中的方法org.mybatis.generator.api.CommentGenerator
Adds the inner class comment.
addClassComment(InnerClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.DefaultCommentGenerator
 
addClassComment(InnerClass, IntrospectedTable, boolean) - 类 中的方法org.mybatis.generator.internal.DefaultCommentGenerator
 
addClassElements(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.AbstractJavaProviderMethodGenerator
 
addClassElements(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderApplyWhereMethodGenerator
 
addClassElements(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderCountByExampleMethodGenerator
 
addClassElements(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderDeleteByExampleMethodGenerator
 
addClassElements(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderInsertSelectiveMethodGenerator
 
addClassElements(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithoutBLOBsMethodGenerator
 
addClassElements(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleSelectiveMethodGenerator
 
addClassElements(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithoutBLOBsMethodGenerator
 
addClassElements(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByPrimaryKeySelectiveMethodGenerator
 
addClasspathEntry(String) - 类 中的方法org.mybatis.generator.config.Configuration
Adds the classpath entry.
addColumn(IntrospectedColumn) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Adds the column.
addColumnOverride(ColumnOverride) - 类 中的方法org.mybatis.generator.config.TableConfiguration
Adds the column override.
addComment(XmlElement) - 接口 中的方法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) - 类 中的方法org.mybatis.generator.internal.DefaultCommentGenerator
Adds a suitable comment to warn users that the element was generated, and when it was generated.
addConfigurationProperties(Properties) - 接口 中的方法org.mybatis.generator.api.CommentGenerator
Adds properties for this instance from any properties configured in the CommentGenerator configuration.
addConfigurationProperties(Properties) - 接口 中的方法org.mybatis.generator.api.JavaTypeResolver
Adds properties for this instance from any properties configured in the JavaTypeResolverConfiguration.
addConfigurationProperties(Properties) - 类 中的方法org.mybatis.generator.internal.DefaultCommentGenerator
 
addConfigurationProperties(Properties) - 类 中的方法org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
addContext(Context) - 类 中的方法org.mybatis.generator.config.Configuration
Adds the context.
addCountByExampleElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
addCountByExampleElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addCountByExampleMethod(TopLevelClass, Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
addCountByExampleMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addCountByExampleMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addCountByExampleMethod(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
addDefaultConstructor(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.AbstractJavaGenerator
 
addDeleteByExampleElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
addDeleteByExampleElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addDeleteByExampleMethod(TopLevelClass, Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
addDeleteByExampleMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addDeleteByExampleMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addDeleteByExampleMethod(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
addDeleteByPrimaryKeyElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
addDeleteByPrimaryKeyElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.MixedMapperGenerator
 
addDeleteByPrimaryKeyElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
 
addDeleteByPrimaryKeyElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addDeleteByPrimaryKeyMethod(TopLevelClass, Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
addDeleteByPrimaryKeyMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addDeleteByPrimaryKeyMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addDeleteByPrimaryKeyMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.MixedClientGenerator
 
addDeleteByPrimaryKeyMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.SimpleAnnotatedClientGenerator
 
addDeleteByPrimaryKeyMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
 
addElement(Element) - 类 中的方法org.mybatis.generator.api.dom.xml.XmlElement
Adds the element.
addElement(int, Element) - 类 中的方法org.mybatis.generator.api.dom.xml.XmlElement
Adds the element.
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.elements.AbstractXmlElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.elements.BaseColumnListElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.elements.BlobColumnListElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.elements.CountByExampleElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.elements.DeleteByExampleElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.elements.DeleteByPrimaryKeyElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.elements.ExampleWhereClauseElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.elements.InsertElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.elements.InsertSelectiveElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.elements.ResultMapWithBLOBsElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.elements.ResultMapWithoutBLOBsElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.elements.SelectByExampleWithBLOBsElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.elements.SelectByExampleWithoutBLOBsElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.elements.SelectByPrimaryKeyElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByExampleSelectiveElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByExampleWithBLOBsElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByExampleWithoutBLOBsElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByPrimaryKeySelectiveElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByPrimaryKeyWithBLOBsElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByPrimaryKeyWithoutBLOBsElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.BaseColumnListElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.BlobColumnListElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.CountByExampleElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.DeleteByExampleElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.DeleteByPrimaryKeyElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.ExampleWhereClauseElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.InsertElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.InsertSelectiveElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.ResultMapWithBLOBsElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.ResultMapWithoutBLOBsElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SelectByExampleWithBLOBsElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SelectByExampleWithoutBLOBsElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SelectByPrimaryKeyElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SimpleSelectAllElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SimpleSelectByPrimaryKeyElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByExampleSelectiveElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByExampleWithBLOBsElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByExampleWithoutBLOBsElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByPrimaryKeySelectiveElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByPrimaryKeyWithBLOBsElementGenerator
 
addElements(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByPrimaryKeyWithoutBLOBsElementGenerator
 
addEnumComment(InnerEnum, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.CommentGenerator
Adds the enum comment.
addEnumComment(InnerEnum, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.DefaultCommentGenerator
 
addEnumConstant(String) - 类 中的方法org.mybatis.generator.api.dom.java.InnerEnum
Adds the enum constant.
addExampleWhereClauseElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
addExampleWhereClauseElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addException(FullyQualifiedJavaType) - 类 中的方法org.mybatis.generator.api.dom.java.Method
Adds the exception.
addExternalClassLoader(ClassLoader) - 类 中的静态方法org.mybatis.generator.internal.ObjectFactory
Adds a custom classloader to the collection of classloaders searched for "external" classes.
addField(Field) - 类 中的方法org.mybatis.generator.api.dom.java.InnerClass
Adds the field.
addField(Field) - 类 中的方法org.mybatis.generator.api.dom.java.InnerEnum
Adds the field.
addField(Field) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Adds the field.
addFieldComment(Field, IntrospectedTable, IntrospectedColumn) - 接口 中的方法org.mybatis.generator.api.CommentGenerator
This method should add a Javadoc comment to the specified field.
addFieldComment(Field, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.CommentGenerator
Adds the field comment.
addFieldComment(Field, IntrospectedTable, IntrospectedColumn) - 类 中的方法org.mybatis.generator.internal.DefaultCommentGenerator
 
addFieldComment(Field, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.DefaultCommentGenerator
 
addFileCommentLine(String) - 接口 中的方法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) - 类 中的方法org.mybatis.generator.api.dom.java.Interface
 
addFileCommentLine(String) - 类 中的方法org.mybatis.generator.api.dom.java.TopLevelClass
 
addFileCommentLine(String) - 类 中的方法org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
addFormattedAnnotations(StringBuilder, int) - 类 中的方法org.mybatis.generator.api.dom.java.JavaElement
Adds the formatted annotations.
addFormattedJavadoc(StringBuilder, int) - 类 中的方法org.mybatis.generator.api.dom.java.JavaElement
Adds the formatted javadoc.
addGeneralMethodComment(Method, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.CommentGenerator
Adds the general method comment.
addGeneralMethodComment(Method, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.DefaultCommentGenerator
 
addGeneratedKeyAnnotation(Interface, Method, GeneratedKey) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
 
addGetterComment(Method, IntrospectedTable, IntrospectedColumn) - 接口 中的方法org.mybatis.generator.api.CommentGenerator
Adds the getter comment.
addGetterComment(Method, IntrospectedTable, IntrospectedColumn) - 类 中的方法org.mybatis.generator.internal.DefaultCommentGenerator
 
addIgnoredColumn(IgnoredColumn) - 类 中的方法org.mybatis.generator.config.TableConfiguration
Adds the ignored column.
addImplementationElements(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.AbstractDAOElementGenerator
 
addImplementationElements(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.CountByExampleMethodGenerator
 
addImplementationElements(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.DeleteByExampleMethodGenerator
 
addImplementationElements(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.DeleteByPrimaryKeyMethodGenerator
 
addImplementationElements(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.InsertMethodGenerator
 
addImplementationElements(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.InsertSelectiveMethodGenerator
 
addImplementationElements(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.SelectByExampleWithBLOBsMethodGenerator
 
addImplementationElements(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.SelectByExampleWithoutBLOBsMethodGenerator
 
addImplementationElements(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.SelectByPrimaryKeyMethodGenerator
 
addImplementationElements(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleParmsInnerclassGenerator
 
addImplementationElements(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleSelectiveMethodGenerator
 
addImplementationElements(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleWithBLOBsMethodGenerator
 
addImplementationElements(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleWithoutBLOBsMethodGenerator
 
addImplementationElements(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByPrimaryKeySelectiveMethodGenerator
 
addImplementationElements(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByPrimaryKeyWithBLOBsMethodGenerator
 
addImplementationElements(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
 
addImplementationImport(FullyQualifiedJavaType) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Adds the implementation import.
addImportedType(FullyQualifiedJavaType) - 接口 中的方法org.mybatis.generator.api.dom.java.CompilationUnit
Adds the imported type.
addImportedType(FullyQualifiedJavaType) - 类 中的方法org.mybatis.generator.api.dom.java.Interface
 
addImportedType(String) - 类 中的方法org.mybatis.generator.api.dom.java.TopLevelClass
Adds the imported type.
addImportedType(FullyQualifiedJavaType) - 类 中的方法org.mybatis.generator.api.dom.java.TopLevelClass
 
addImportedType(FullyQualifiedJavaType) - 类 中的方法org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
addImportedTypes(Set<FullyQualifiedJavaType>) - 接口 中的方法org.mybatis.generator.api.dom.java.CompilationUnit
Adds the imported types.
addImportedTypes(Set<FullyQualifiedJavaType>) - 类 中的方法org.mybatis.generator.api.dom.java.Interface
 
addImportedTypes(Set<FullyQualifiedJavaType>) - 类 中的方法org.mybatis.generator.api.dom.java.TopLevelClass
 
addImportedTypes(Set<FullyQualifiedJavaType>) - 类 中的方法org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
addInitializationBlock(InitializationBlock) - 类 中的方法org.mybatis.generator.api.dom.java.InnerClass
Adds the initialization block.
addInnerClass(InnerClass) - 类 中的方法org.mybatis.generator.api.dom.java.InnerClass
Adds the inner class.
addInnerClass(InnerClass) - 类 中的方法org.mybatis.generator.api.dom.java.InnerEnum
Adds the inner class.
addInnerEnum(InnerEnum) - 类 中的方法org.mybatis.generator.api.dom.java.InnerClass
Adds the inner enum.
addInnerEnum(InnerEnum) - 类 中的方法org.mybatis.generator.api.dom.java.InnerEnum
Adds the inner enum.
addInsertElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
addInsertElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.MixedMapperGenerator
 
addInsertElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
 
addInsertElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addInsertMethod(TopLevelClass, Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
addInsertMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addInsertMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addInsertMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.MixedClientGenerator
 
addInsertMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.SimpleAnnotatedClientGenerator
 
addInsertMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
 
addInsertSelectiveElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
addInsertSelectiveElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addInsertSelectiveMethod(TopLevelClass, Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
addInsertSelectiveMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addInsertSelectiveMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addInsertSelectiveMethod(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.AbstractDAOElementGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.CountByExampleMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.DeleteByExampleMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.DeleteByPrimaryKeyMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.InsertMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.InsertSelectiveMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.SelectByExampleWithBLOBsMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.SelectByExampleWithoutBLOBsMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.SelectByPrimaryKeyMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleParmsInnerclassGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleSelectiveMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleWithBLOBsMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleWithoutBLOBsMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByPrimaryKeySelectiveMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByPrimaryKeyWithBLOBsMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.CountByExampleMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.DeleteByExampleMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.DeleteByPrimaryKeyMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertSelectiveMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectAllMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByExampleWithBLOBsMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByExampleWithoutBLOBsMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByPrimaryKeyMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleSelectiveMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleWithBLOBsMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleWithoutBLOBsMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeySelectiveMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeyWithBLOBsMethodGenerator
 
addInterfaceElements(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
 
addInterfaceImport(FullyQualifiedJavaType) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Adds the interface import.
addJavaDocLine(String) - 类 中的方法org.mybatis.generator.api.dom.java.InitializationBlock
 
addJavaDocLine(String) - 类 中的方法org.mybatis.generator.api.dom.java.JavaElement
Adds the java doc line.
addJavadocTag(JavaElement, boolean) - 类 中的方法org.mybatis.generator.internal.DefaultCommentGenerator
This method adds the custom javadoc tag for.
addJavaFileComment(CompilationUnit) - 接口 中的方法org.mybatis.generator.api.CommentGenerator
This method is called to add a file level comment to a generated java file.
addJavaFileComment(CompilationUnit) - 类 中的方法org.mybatis.generator.internal.DefaultCommentGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedCountByExampleMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedDeleteByExampleMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedDeleteByPrimaryKeyMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedInsertMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedInsertSelectiveMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectAllMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectByExampleWithBLOBsMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectByExampleWithoutBLOBsMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectByPrimaryKeyMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByExampleSelectiveMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByExampleWithBLOBsMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByExampleWithoutBLOBsMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeySelectiveMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeyWithBLOBsMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.CountByExampleMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.DeleteByExampleMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.DeleteByPrimaryKeyMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertSelectiveMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectAllMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByExampleWithBLOBsMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByExampleWithoutBLOBsMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByPrimaryKeyMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleSelectiveMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleWithBLOBsMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleWithoutBLOBsMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeySelectiveMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeyWithBLOBsMethodGenerator
 
addMapperAnnotations(Interface, Method) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
 
addMethod(Method) - 类 中的方法org.mybatis.generator.api.dom.java.InnerClass
Adds the method.
addMethod(Method) - 类 中的方法org.mybatis.generator.api.dom.java.InnerEnum
Adds the method.
addMethod(Method) - 类 中的方法org.mybatis.generator.api.dom.java.Interface
Adds the method.
addMethod(Method) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Adds the method.
addModelClassComment(TopLevelClass, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.CommentGenerator
Adds a comment for a model class.
addModelClassComment(TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.DefaultCommentGenerator
 
addMyBatis3UpdateByExampleWhereClauseElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addParameter(Parameter) - 类 中的方法org.mybatis.generator.api.dom.java.Method
Adds the parameter.
addParameter(int, Parameter) - 类 中的方法org.mybatis.generator.api.dom.java.Method
Adds the parameter.
addPlugin(Plugin) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
addPluginConfiguration(PluginConfiguration) - 类 中的方法org.mybatis.generator.config.Context
Adds the plugin configuration.
addPrimaryKeyColumn(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Adds the primary key column.
addProperty(String, String) - 类 中的方法org.mybatis.generator.config.Context
 
addProperty(String, String) - 类 中的方法org.mybatis.generator.config.PropertyHolder
 
addPropertyXmlElements(XmlElement) - 类 中的方法org.mybatis.generator.config.PropertyHolder
 
addResourceClassLoader(ClassLoader) - 类 中的静态方法org.mybatis.generator.internal.ObjectFactory
Adds a custom classloader to the collection of classloaders searched for resources.
addResultMapElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
 
addResultMapWithBLOBsElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
addResultMapWithBLOBsElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addResultMapWithoutBLOBsElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
addResultMapWithoutBLOBsElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addRootComment(XmlElement) - 接口 中的方法org.mybatis.generator.api.CommentGenerator
This method is called to add a comment as the first child of the root element.
addRootComment(XmlElement) - 类 中的方法org.mybatis.generator.internal.DefaultCommentGenerator
 
addSelectAllElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
 
addSelectAllMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.SimpleAnnotatedClientGenerator
 
addSelectAllMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
 
addSelectByExampleWithBLOBsElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
addSelectByExampleWithBLOBsElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addSelectByExampleWithBLOBsMethod(TopLevelClass, Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
addSelectByExampleWithBLOBsMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addSelectByExampleWithBLOBsMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addSelectByExampleWithBLOBsMethod(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
addSelectByExampleWithoutBLOBsElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
addSelectByExampleWithoutBLOBsElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addSelectByExampleWithoutBLOBsMethod(TopLevelClass, Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
addSelectByExampleWithoutBLOBsMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addSelectByExampleWithoutBLOBsMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addSelectByExampleWithoutBLOBsMethod(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
addSelectByPrimaryKeyElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
addSelectByPrimaryKeyElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.MixedMapperGenerator
 
addSelectByPrimaryKeyElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
 
addSelectByPrimaryKeyElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addSelectByPrimaryKeyMethod(TopLevelClass, Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
addSelectByPrimaryKeyMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addSelectByPrimaryKeyMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addSelectByPrimaryKeyMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.MixedClientGenerator
 
addSelectByPrimaryKeyMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.SimpleAnnotatedClientGenerator
 
addSelectByPrimaryKeyMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
 
addSetterComment(Method, IntrospectedTable, IntrospectedColumn) - 接口 中的方法org.mybatis.generator.api.CommentGenerator
Adds the setter comment.
addSetterComment(Method, IntrospectedTable, IntrospectedColumn) - 类 中的方法org.mybatis.generator.internal.DefaultCommentGenerator
 
addStaticImport(String) - 接口 中的方法org.mybatis.generator.api.dom.java.CompilationUnit
Adds the static import.
addStaticImport(String) - 类 中的方法org.mybatis.generator.api.dom.java.Interface
 
addStaticImport(String) - 类 中的方法org.mybatis.generator.api.dom.java.TopLevelClass
 
addStaticImport(String) - 类 中的方法org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
addStaticImports(Set<String>) - 接口 中的方法org.mybatis.generator.api.dom.java.CompilationUnit
Adds the static imports.
addStaticImports(Set<String>) - 类 中的方法org.mybatis.generator.api.dom.java.Interface
 
addStaticImports(Set<String>) - 类 中的方法org.mybatis.generator.api.dom.java.TopLevelClass
 
addStaticImports(Set<String>) - 类 中的方法org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
addSuperInterface(FullyQualifiedJavaType) - 类 中的方法org.mybatis.generator.api.dom.java.InnerClass
Adds the super interface.
addSuperInterface(FullyQualifiedJavaType) - 类 中的方法org.mybatis.generator.api.dom.java.InnerEnum
Adds the super interface.
addSuperInterface(FullyQualifiedJavaType) - 类 中的方法org.mybatis.generator.api.dom.java.Interface
Adds the super interface.
addSuppressTypeWarningsAnnotation() - 类 中的方法org.mybatis.generator.api.dom.java.JavaElement
Adds the suppress type warnings annotation.
addTableConfiguration(TableConfiguration) - 类 中的方法org.mybatis.generator.config.Context
Adds the table configuration.
addTypeArgument(FullyQualifiedJavaType) - 类 中的方法org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
Adds the type argument.
addUpdateByExampleParmsInnerclass(TopLevelClass, Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
addUpdateByExampleSelectiveElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
addUpdateByExampleSelectiveElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addUpdateByExampleSelectiveMethod(TopLevelClass, Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
addUpdateByExampleSelectiveMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addUpdateByExampleSelectiveMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addUpdateByExampleSelectiveMethod(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
addUpdateByExampleWithBLOBsElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
addUpdateByExampleWithBLOBsElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addUpdateByExampleWithBLOBsMethod(TopLevelClass, Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
addUpdateByExampleWithBLOBsMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addUpdateByExampleWithBLOBsMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addUpdateByExampleWithBLOBsMethod(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
addUpdateByExampleWithoutBLOBsElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
addUpdateByExampleWithoutBLOBsElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addUpdateByExampleWithoutBLOBsMethod(TopLevelClass, Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
addUpdateByExampleWithoutBLOBsMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addUpdateByExampleWithoutBLOBsMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addUpdateByExampleWithoutBLOBsMethod(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
addUpdateByPrimaryKeyElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
 
addUpdateByPrimaryKeyMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.SimpleAnnotatedClientGenerator
 
addUpdateByPrimaryKeyMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
 
addUpdateByPrimaryKeySelectiveElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
addUpdateByPrimaryKeySelectiveElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addUpdateByPrimaryKeySelectiveMethod(TopLevelClass, Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
addUpdateByPrimaryKeySelectiveMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addUpdateByPrimaryKeySelectiveMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addUpdateByPrimaryKeySelectiveMethod(TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
addUpdateByPrimaryKeyWithBLOBsElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
addUpdateByPrimaryKeyWithBLOBsElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.MixedMapperGenerator
 
addUpdateByPrimaryKeyWithBLOBsElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addUpdateByPrimaryKeyWithBLOBsMethod(TopLevelClass, Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
addUpdateByPrimaryKeyWithBLOBsMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addUpdateByPrimaryKeyWithBLOBsMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addUpdateByPrimaryKeyWithBLOBsMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.MixedClientGenerator
 
addUpdateByPrimaryKeyWithoutBLOBsElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
addUpdateByPrimaryKeyWithoutBLOBsElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.MixedMapperGenerator
 
addUpdateByPrimaryKeyWithoutBLOBsElement(XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
addUpdateByPrimaryKeyWithoutBLOBsMethod(TopLevelClass, Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
addUpdateByPrimaryKeyWithoutBLOBsMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
addUpdateByPrimaryKeyWithoutBLOBsMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
addUpdateByPrimaryKeyWithoutBLOBsMethod(Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.MixedClientGenerator
 
AnnotatedClientGenerator - org.mybatis.generator.codegen.mybatis3.javamapper中的类
 
AnnotatedClientGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
AnnotatedCountByExampleMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated中的类
 
AnnotatedCountByExampleMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedCountByExampleMethodGenerator
 
AnnotatedDeleteByExampleMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated中的类
 
AnnotatedDeleteByExampleMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedDeleteByExampleMethodGenerator
 
AnnotatedDeleteByPrimaryKeyMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated中的类
 
AnnotatedDeleteByPrimaryKeyMethodGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedDeleteByPrimaryKeyMethodGenerator
 
AnnotatedInsertMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated中的类
 
AnnotatedInsertMethodGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedInsertMethodGenerator
 
AnnotatedInsertSelectiveMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated中的类
 
AnnotatedInsertSelectiveMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedInsertSelectiveMethodGenerator
 
AnnotatedSelectAllMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated中的类
 
AnnotatedSelectAllMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectAllMethodGenerator
 
AnnotatedSelectByExampleWithBLOBsMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated中的类
 
AnnotatedSelectByExampleWithBLOBsMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectByExampleWithBLOBsMethodGenerator
 
AnnotatedSelectByExampleWithoutBLOBsMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated中的类
 
AnnotatedSelectByExampleWithoutBLOBsMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectByExampleWithoutBLOBsMethodGenerator
 
AnnotatedSelectByPrimaryKeyMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated中的类
 
AnnotatedSelectByPrimaryKeyMethodGenerator(boolean, boolean) - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectByPrimaryKeyMethodGenerator
 
AnnotatedUpdateByExampleSelectiveMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated中的类
 
AnnotatedUpdateByExampleSelectiveMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByExampleSelectiveMethodGenerator
 
AnnotatedUpdateByExampleWithBLOBsMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated中的类
 
AnnotatedUpdateByExampleWithBLOBsMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByExampleWithBLOBsMethodGenerator
 
AnnotatedUpdateByExampleWithoutBLOBsMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated中的类
 
AnnotatedUpdateByExampleWithoutBLOBsMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByExampleWithoutBLOBsMethodGenerator
 
AnnotatedUpdateByPrimaryKeySelectiveMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated中的类
 
AnnotatedUpdateByPrimaryKeySelectiveMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeySelectiveMethodGenerator
 
AnnotatedUpdateByPrimaryKeyWithBLOBsMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated中的类
 
AnnotatedUpdateByPrimaryKeyWithBLOBsMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeyWithBLOBsMethodGenerator
 
AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated中的类
 
AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator
 
AntProgressCallback - org.mybatis.generator.ant中的类
This callback logs progress messages with the Ant logger.
AntProgressCallback(Task, boolean) - 类 的构造器org.mybatis.generator.ant.AntProgressCallback
Instantiates a new ant progress callback.
ANY_CONSTRUCTOR_BASED - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
 
ANY_ENABLE_SUB_PACKAGES - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
 
ANY_IMMUTABLE - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
 
ANY_ROOT_CLASS - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
recognized by table and java model generator
ANY_ROOT_INTERFACE - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
recognized by table and java client generator
areAnyStatementsEnabled() - 类 中的方法org.mybatis.generator.config.TableConfiguration
Are any statements enabled.
areEqual(boolean, boolean) - 类 中的静态方法org.mybatis.generator.internal.util.EqualsUtil
Are equal.
areEqual(char, char) - 类 中的静态方法org.mybatis.generator.internal.util.EqualsUtil
Are equal.
areEqual(long, long) - 类 中的静态方法org.mybatis.generator.internal.util.EqualsUtil
Are equal.
areEqual(float, float) - 类 中的静态方法org.mybatis.generator.internal.util.EqualsUtil
Are equal.
areEqual(double, double) - 类 中的静态方法org.mybatis.generator.internal.util.EqualsUtil
Are equal.
areEqual(Object, Object) - 类 中的静态方法org.mybatis.generator.internal.util.EqualsUtil
Possibly-null object field.
Attribute - org.mybatis.generator.api.dom.xml中的类
The Class Attribute.
Attribute(String, String) - 类 的构造器org.mybatis.generator.api.dom.xml.Attribute
Instantiates a new attribute.
attributes - 类 中的变量org.mybatis.generator.api.IntrospectedTable
Attributes may be used by plugins to capture table related state between the different plugin calls.
autoDelimitKeywords() - 类 中的方法org.mybatis.generator.config.Context
Auto delimit keywords.

B

BaseColumnListElementGenerator - org.mybatis.generator.codegen.ibatis2.sqlmap.elements中的类
 
BaseColumnListElementGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.sqlmap.elements.BaseColumnListElementGenerator
 
BaseColumnListElementGenerator - org.mybatis.generator.codegen.mybatis3.xmlmapper.elements中的类
 
BaseColumnListElementGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.BaseColumnListElementGenerator
 
baseColumns - 类 中的变量org.mybatis.generator.api.IntrospectedTable
The base columns.
BaseRecordGenerator - org.mybatis.generator.codegen.ibatis2.model中的类
 
BaseRecordGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.model.BaseRecordGenerator
 
BaseRecordGenerator - org.mybatis.generator.codegen.mybatis3.model中的类
 
BaseRecordGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.model.BaseRecordGenerator
 
BaseRules - 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) - 类 的构造器org.mybatis.generator.internal.rules.BaseRules
Instantiates a new base rules.
BlobColumnListElementGenerator - org.mybatis.generator.codegen.ibatis2.sqlmap.elements中的类
 
BlobColumnListElementGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.sqlmap.elements.BlobColumnListElementGenerator
 
BlobColumnListElementGenerator - org.mybatis.generator.codegen.mybatis3.xmlmapper.elements中的类
 
BlobColumnListElementGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.BlobColumnListElementGenerator
 
blobColumns - 类 中的变量org.mybatis.generator.api.IntrospectedTable
The blob columns.
builderPrefix - 类 中的变量org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.AbstractJavaProviderMethodGenerator
 

C

CachePlugin - org.mybatis.generator.plugins中的类
This plugin adds a cache element to generated sqlMaps.
CachePlugin() - 类 的构造器org.mybatis.generator.plugins.CachePlugin
 
CachePlugin.CacheProperty - org.mybatis.generator.plugins中的枚举
 
calculateAllFieldsClass() - 类 中的方法org.mybatis.generator.internal.rules.BaseRules
Calculates the class that contains all fields.
calculateAllFieldsClass() - 接口 中的方法org.mybatis.generator.internal.rules.Rules
Calculates the class that contains all fields.
calculateAllFieldsClass() - 类 中的方法org.mybatis.generator.internal.rules.RulesDelegate
 
calculateBigDecimalReplacement(IntrospectedColumn, FullyQualifiedJavaType) - 类 中的方法org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
calculateBitReplacement(IntrospectedColumn, FullyQualifiedJavaType) - 类 中的方法org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
calculateClientGenerators(List<String>, ProgressCallback) - 类 中的方法org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
Calculate client generators.
calculateDAOGenerators(List<String>, ProgressCallback) - 类 中的方法org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
calculateGenerators(List<String>, ProgressCallback) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
This method can be used to initialize the generators before they will be called.
calculateGenerators(List<String>, ProgressCallback) - 类 中的方法org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
calculateGenerators(List<String>, ProgressCallback) - 类 中的方法org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
calculateIbatis2SqlMapFileName() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Calculate ibatis2 sql map file name.
calculateIbatis2SqlMapNamespace() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Calculate ibatis2 sql map namespace.
calculateImports(Set<FullyQualifiedJavaType>) - 类 中的静态方法org.mybatis.generator.api.dom.OutputUtilities
returns a unique set of "import xxx;" Strings for the set of types.
calculateJavaClientAttributes() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Calculate java client attributes.
calculateJavaClientImplementationPackage() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Calculate java client implementation package.
calculateJavaClientInterfacePackage() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Calculate java client interface package.
calculateJavaModelGenerators(List<String>, ProgressCallback) - 类 中的方法org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
calculateJavaModelGenerators(List<String>, ProgressCallback) - 类 中的方法org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
Calculate java model generators.
calculateJavaModelGenerators(List<String>, ProgressCallback) - 类 中的方法org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3SimpleImpl
 
calculateJavaModelPackage() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Calculate java model package.
calculateJavaType(IntrospectedColumn) - 接口 中的方法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) - 类 中的方法org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
calculateJdbcTypeName(IntrospectedColumn) - 接口 中的方法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) - 类 中的方法org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
calculateModelAttributes() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Calculate model attributes.
calculateMyBatis3FallbackSqlMapNamespace() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Calculate my batis3 fallback sql map namespace.
calculateMyBatis3XmlMapperFileName() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Calculate my batis3 xml mapper file name.
calculateSqlMapAliasedFullyQualifiedRuntimeTableName() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Calculate sql map aliased fully qualified runtime table name.
calculateSqlMapFullyQualifiedRuntimeTableName() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Calculate sql map fully qualified runtime table name.
calculateSqlMapGenerator(List<String>, ProgressCallback) - 类 中的方法org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
calculateSqlMapPackage() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Calculate sql map package.
calculateTypeName(CompilationUnit, FullyQualifiedJavaType) - 类 中的静态方法org.mybatis.generator.api.dom.java.JavaDomUtils
Calculates type names for writing into generated Java.
calculateXmlAttributes() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Calculate xml attributes.
calculateXmlMapperGenerator(AbstractJavaClientGenerator, List<String>, ProgressCallback) - 类 中的方法org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
Calculate xml mapper generator.
calculateXmlMapperGenerator(AbstractJavaClientGenerator, List<String>, ProgressCallback) - 类 中的方法org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3SimpleImpl
 
callPlugins(Method, TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithBLOBsMethodGenerator
 
callPlugins(Method, TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithoutBLOBsMethodGenerator
 
callPlugins(Method, TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithBLOBsMethodGenerator
 
callPlugins(Method, TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithoutBLOBsMethodGenerator
 
CaseInsensitiveLikePlugin - org.mybatis.generator.plugins中的类
This plugin demonstrates adding methods to the example class to enable case-insensitive LIKE searches.
CaseInsensitiveLikePlugin() - 类 的构造器org.mybatis.generator.plugins.CaseInsensitiveLikePlugin
 
checkCancel() - 接口 中的方法org.mybatis.generator.api.ProgressCallback
The method is called periodically during a long running method.
checkCancel() - 类 中的方法org.mybatis.generator.internal.NullProgressCallback
 
ClassloaderUtility - org.mybatis.generator.internal.util中的类
This class holds methods useful for constructing custom classloaders.
CLIENT_USE_LEGACY_BUILDER - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
 
clientCountByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 接口 中的方法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) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the countByExample method has been generated in the client interface.
clientCountByExampleMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientCountByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientCountByExampleMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientCountByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientDeleteByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 接口 中的方法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) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the deleteByExample method has been generated in the client interface.
clientDeleteByExampleMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientDeleteByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientDeleteByExampleMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientDeleteByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientDeleteByPrimaryKeyMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 接口 中的方法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) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the deleteByPrimaryKey method has been generated in the client interface.
clientDeleteByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientDeleteByPrimaryKeyMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientDeleteByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientDeleteByPrimaryKeyMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientGenerated(Interface, TopLevelClass, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the entire client has been generated.
clientGenerated(Interface, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientGenerated(Interface, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientGenerators - 类 中的变量org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
The client generators.
clientInsertMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 接口 中的方法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) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the insert method has been generated in the client interface.
clientInsertMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientInsertMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientInsertMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientInsertMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientInsertSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 接口 中的方法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) - 接口 中的方法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) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientInsertSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientInsertSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientInsertSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientSelectAllMethodGenerated(Method, Interface, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the selectAll method has been generated in the client interface.
clientSelectAllMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 接口 中的方法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) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientSelectAllMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientSelectAllMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientSelectAllMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientSelectByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 接口 中的方法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) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the selectByExampleWithBLOBs method has been generated in the client interface.
clientSelectByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientSelectByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientSelectByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientSelectByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientSelectByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.plugins.RowBoundsPlugin
 
clientSelectByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 接口 中的方法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) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the selectByExampleWithoutBLOBs method has been generated in the client interface.
clientSelectByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientSelectByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientSelectByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientSelectByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientSelectByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.plugins.RowBoundsPlugin
 
clientSelectByPrimaryKeyMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 接口 中的方法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) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the selectByPrimaryKey method has been generated in the client interface.
clientSelectByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientSelectByPrimaryKeyMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientSelectByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientSelectByPrimaryKeyMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientUpdateByExampleSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 接口 中的方法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) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the updateByExampleSelective method has been generated in the client interface.
clientUpdateByExampleSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientUpdateByExampleSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientUpdateByExampleSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientUpdateByExampleSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientUpdateByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 接口 中的方法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) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the updateByExampleWithBLOBs method has been generated in the client interface.
clientUpdateByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientUpdateByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientUpdateByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientUpdateByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientUpdateByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 接口 中的方法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) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the updateByExampleWithoutBLOBs method has been generated in the client interface.
clientUpdateByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientUpdateByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientUpdateByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientUpdateByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientUpdateByPrimaryKeySelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 接口 中的方法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) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the updateByPrimaryKeySelective method has been generated in the client interface.
clientUpdateByPrimaryKeySelectiveMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientUpdateByPrimaryKeySelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientUpdateByPrimaryKeySelectiveMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientUpdateByPrimaryKeySelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 接口 中的方法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) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the updateByPrimaryKeyWithBLOBs method has been generated in the client interface.
clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 接口 中的方法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) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the updateByPrimaryKeyWithoutBLOBs method has been generated in the client interface.
clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
ColumnOverride - org.mybatis.generator.config中的类
The Class ColumnOverride.
ColumnOverride(String) - 类 的构造器org.mybatis.generator.config.ColumnOverride
Instantiates a new column override.
ColumnRenamingRule - org.mybatis.generator.config中的类
This class is used to specify a renaming rule for columns in a table.
ColumnRenamingRule() - 类 的构造器org.mybatis.generator.config.ColumnRenamingRule
 
COMMENT_GENERATOR_ADD_REMARK_COMMENTS - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
 
COMMENT_GENERATOR_SUPPRESS_ALL_COMMENTS - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
 
COMMENT_GENERATOR_SUPPRESS_DATE - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
 
CommentGenerator - org.mybatis.generator.api中的接口
Implementations of this interface are used to generate comments for the various artifacts.
CommentGeneratorConfiguration - org.mybatis.generator.config中的类
 
CommentGeneratorConfiguration() - 类 的构造器org.mybatis.generator.config.CommentGeneratorConfiguration
 
compareTo(FullyQualifiedJavaType) - 类 中的方法org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
compareTo(Attribute) - 类 中的方法org.mybatis.generator.api.dom.xml.Attribute
 
CompilationUnit - 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) - 类 中的静态方法org.mybatis.generator.internal.util.StringUtility
 
ConditionalModelRules - org.mybatis.generator.internal.rules中的类
This class encapsulates all the code generation rules for a table using the conditional model.
ConditionalModelRules(IntrospectedTable) - 类 的构造器org.mybatis.generator.internal.rules.ConditionalModelRules
Instantiates a new conditional model rules.
Configuration - org.mybatis.generator.config中的类
The Class Configuration.
Configuration() - 类 的构造器org.mybatis.generator.config.Configuration
Instantiates a new configuration.
ConfigurationParser - org.mybatis.generator.config.xml中的类
 
ConfigurationParser(List<String>) - 类 的构造器org.mybatis.generator.config.xml.ConfigurationParser
 
ConfigurationParser(Properties, List<String>) - 类 的构造器org.mybatis.generator.config.xml.ConfigurationParser
This constructor accepts a properties object which may be used to specify an additional property set.
configureCheckedExceptions() - 类 中的方法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() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
 
configureCheckedExceptions() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
 
configureConstructorTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Override this method to configure a constructor for generated DAO implementation classes.
configureConstructorTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
 
configureConstructorTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
 
configureConstructorTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
 
configureConstructorTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.SpringDAOTemplate
 
configureDeleteMethodTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Override this method to configure a delete method template.
configureDeleteMethodTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
 
configureDeleteMethodTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
 
configureDeleteMethodTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
 
configureDeleteMethodTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.SpringDAOTemplate
 
configureFields() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Override this method to add fields to any generated DAO implementation class.
configureFields() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
 
configureFields() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
 
configureImplementationImports() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Override this method to add imports to generated DAO implementation classes.
configureImplementationImports() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
 
configureImplementationImports() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
 
configureImplementationImports() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
 
configureInsertMethodTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Override this method to configure an insert method template.
configureInsertMethodTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
 
configureInsertMethodTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
 
configureInsertMethodTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
 
configureInsertMethodTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.SpringDAOTemplate
 
configureInterfaceImports() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Override this method to add imports to generated DAO interface classes.
configureMethods() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Override this method to add methods to generated DAO implementation classes.
configureMethods() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
 
configureQueryForListMethodTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Override this method to configure a queryForList method template.
configureQueryForListMethodTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
 
configureQueryForListMethodTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
 
configureQueryForListMethodTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
 
configureQueryForListMethodTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.SpringDAOTemplate
 
configureQueryForObjectMethodTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Override this method to configure a queryForObject method template.
configureQueryForObjectMethodTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
 
configureQueryForObjectMethodTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
 
configureQueryForObjectMethodTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
 
configureQueryForObjectMethodTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.SpringDAOTemplate
 
configureSuperClass() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Override this method to set the superclass for any generated DAO implementation class.
configureSuperClass() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
 
configureSuperClass() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.SpringDAOTemplate
 
configureUpdateMethodTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Override this method to configure an update method template.
configureUpdateMethodTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
 
configureUpdateMethodTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
 
configureUpdateMethodTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
 
configureUpdateMethodTemplate() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.SpringDAOTemplate
 
ConnectionFactory - 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) - 类 中的方法org.mybatis.generator.codegen.RootClassInfo
 
containsWord(String) - 类 中的静态方法org.mybatis.generator.api.dom.java.JavaReservedWords
 
containsWord(String) - 类 中的静态方法org.mybatis.generator.internal.db.SqlReservedWords
 
context - 类 中的变量org.mybatis.generator.api.dom.DefaultJavaFormatter
 
context - 类 中的变量org.mybatis.generator.api.dom.DefaultXmlFormatter
 
context - 类 中的变量org.mybatis.generator.api.IntrospectedColumn
 
context - 类 中的变量org.mybatis.generator.api.IntrospectedTable
The context.
context - 类 中的变量org.mybatis.generator.api.PluginAdapter
 
context - 类 中的变量org.mybatis.generator.codegen.AbstractGenerator
 
Context - org.mybatis.generator.config中的类
The Class Context.
Context(ModelType) - 类 的构造器org.mybatis.generator.config.Context
Constructs a Context object.
context - 类 中的变量org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
CONTEXT_AUTO_DELIMIT_KEYWORDS - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
 
CONTEXT_BEGINNING_DELIMITER - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
 
CONTEXT_ENDING_DELIMITER - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
 
CONTEXT_JAVA_FILE_ENCODING - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
 
CONTEXT_JAVA_FORMATTER - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
 
CONTEXT_XML_FORMATTER - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
 
contextGenerateAdditionalJavaFiles() - 接口 中的方法org.mybatis.generator.api.Plugin
This method can be used to generate any additional Java file needed by your implementation.
contextGenerateAdditionalJavaFiles(IntrospectedTable) - 接口 中的方法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() - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
contextGenerateAdditionalJavaFiles(IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
contextGenerateAdditionalJavaFiles(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
contextGenerateAdditionalJavaFiles() - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
contextGenerateAdditionalXmlFiles() - 接口 中的方法org.mybatis.generator.api.Plugin
This method can be used to generate any additional XML file needed by your implementation.
contextGenerateAdditionalXmlFiles(IntrospectedTable) - 接口 中的方法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() - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
contextGenerateAdditionalXmlFiles(IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
contextGenerateAdditionalXmlFiles(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
contextGenerateAdditionalXmlFiles() - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
contextGenerateAdditionalXmlFiles() - 类 中的方法org.mybatis.generator.plugins.MapperConfigPlugin
 
contextGenerateAdditionalXmlFiles() - 类 中的方法org.mybatis.generator.plugins.SqlMapConfigPlugin
 
CountByExampleElementGenerator - org.mybatis.generator.codegen.ibatis2.sqlmap.elements中的类
 
CountByExampleElementGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.sqlmap.elements.CountByExampleElementGenerator
 
CountByExampleElementGenerator - org.mybatis.generator.codegen.mybatis3.xmlmapper.elements中的类
 
CountByExampleElementGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.CountByExampleElementGenerator
 
CountByExampleMethodGenerator - org.mybatis.generator.codegen.ibatis2.dao.elements中的类
 
CountByExampleMethodGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.ibatis2.dao.elements.CountByExampleMethodGenerator
 
CountByExampleMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements中的类
 
CountByExampleMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.CountByExampleMethodGenerator
 
createCommentGenerator(Context) - 类 中的静态方法org.mybatis.generator.internal.ObjectFactory
Creates a new Object object.
createExternalObject(String) - 类 中的静态方法org.mybatis.generator.internal.ObjectFactory
Creates a new Object object.
createInternalObject(String) - 类 中的静态方法org.mybatis.generator.internal.ObjectFactory
Creates a new Object object.
createIntrospectedColumn(Context) - 类 中的静态方法org.mybatis.generator.internal.ObjectFactory
Creates a new Object object.
createIntrospectedTable(TableConfiguration, FullyQualifiedTable, Context) - 类 中的静态方法org.mybatis.generator.internal.ObjectFactory
Creates a new Object object.
createIntrospectedTableForValidation(Context) - 类 中的静态方法org.mybatis.generator.internal.ObjectFactory
This method creates an introspected table implementation that is only usable for validation (i.e. for a context to determine if the target is ibatis2 or mybatis3).
createJavaClientGenerator() - 类 中的方法org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
Creates the java client generator.
createJavaClientGenerator() - 类 中的方法org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3SimpleImpl
 
createJavaFormatter(Context) - 类 中的静态方法org.mybatis.generator.internal.ObjectFactory
Creates a new Object object.
createJavaTypeResolver(Context, List<String>) - 类 中的静态方法org.mybatis.generator.internal.ObjectFactory
Creates a new Object object.
createPlugin(Context, PluginConfiguration) - 类 中的静态方法org.mybatis.generator.internal.ObjectFactory
Creates a new Object object.
createPropertyset() - 类 中的方法org.mybatis.generator.ant.GeneratorAntTask
 
createXmlFormatter(Context) - 类 中的静态方法org.mybatis.generator.internal.ObjectFactory
Creates a new Object object.

D

DAO_EXAMPLE_METHOD_VISIBILITY - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
 
DAO_METHOD_NAME_CALCULATOR - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
 
DAOGenerator - org.mybatis.generator.codegen.ibatis2.dao中的类
 
DAOGenerator(AbstractDAOTemplate, boolean) - 类 的构造器org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
daoGenerators - 类 中的变量org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
DAOMethodNameCalculator - org.mybatis.generator.api中的接口
This interface is used to supply names for DAO methods.
daoTemplate - 类 中的变量org.mybatis.generator.codegen.ibatis2.dao.elements.AbstractDAOElementGenerator
 
DatabaseDialects - org.mybatis.generator.internal.db中的枚举
Typesafe enum of known database dialects.
DatabaseIntrospector - org.mybatis.generator.internal.db中的类
The Class DatabaseIntrospector.
DatabaseIntrospector(Context, DatabaseMetaData, JavaTypeResolver, List<String>) - 类 的构造器org.mybatis.generator.internal.db.DatabaseIntrospector
Instantiates a new database introspector.
debug(String) - 类 中的方法org.mybatis.generator.logging.JdkLoggingImpl
 
debug(String) - 接口 中的方法org.mybatis.generator.logging.Log
 
debug(String) - 类 中的方法org.mybatis.generator.logging.Log4jImpl
 
DefaultCommentGenerator - org.mybatis.generator.internal中的类
The Class DefaultCommentGenerator.
DefaultCommentGenerator() - 类 的构造器org.mybatis.generator.internal.DefaultCommentGenerator
Instantiates a new default comment generator.
DefaultDAOMethodNameCalculator - org.mybatis.generator.internal中的类
 
DefaultDAOMethodNameCalculator() - 类 的构造器org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
 
DefaultJavaFormatter - org.mybatis.generator.api.dom中的类
This class is the default formatter for generated Java.
DefaultJavaFormatter() - 类 的构造器org.mybatis.generator.api.dom.DefaultJavaFormatter
 
DefaultShellCallback - org.mybatis.generator.internal中的类
The Class DefaultShellCallback.
DefaultShellCallback(boolean) - 类 的构造器org.mybatis.generator.internal.DefaultShellCallback
Instantiates a new default shell callback.
defaultValue - 类 中的变量org.mybatis.generator.api.IntrospectedColumn
 
DefaultXmlFormatter - org.mybatis.generator.api.dom中的类
This class is the default formatter for generated XML.
DefaultXmlFormatter() - 类 的构造器org.mybatis.generator.api.dom.DefaultXmlFormatter
 
DeleteByExampleElementGenerator - org.mybatis.generator.codegen.ibatis2.sqlmap.elements中的类
 
DeleteByExampleElementGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.sqlmap.elements.DeleteByExampleElementGenerator
 
DeleteByExampleElementGenerator - org.mybatis.generator.codegen.mybatis3.xmlmapper.elements中的类
 
DeleteByExampleElementGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.DeleteByExampleElementGenerator
 
DeleteByExampleMethodGenerator - org.mybatis.generator.codegen.ibatis2.dao.elements中的类
 
DeleteByExampleMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.dao.elements.DeleteByExampleMethodGenerator
 
DeleteByExampleMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements中的类
 
DeleteByExampleMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.DeleteByExampleMethodGenerator
 
DeleteByPrimaryKeyElementGenerator - org.mybatis.generator.codegen.ibatis2.sqlmap.elements中的类
 
DeleteByPrimaryKeyElementGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.sqlmap.elements.DeleteByPrimaryKeyElementGenerator
 
DeleteByPrimaryKeyElementGenerator - org.mybatis.generator.codegen.mybatis3.xmlmapper.elements中的类
 
DeleteByPrimaryKeyElementGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.DeleteByPrimaryKeyElementGenerator
 
DeleteByPrimaryKeyMethodGenerator - org.mybatis.generator.codegen.ibatis2.dao.elements中的类
 
DeleteByPrimaryKeyMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.dao.elements.DeleteByPrimaryKeyMethodGenerator
 
DeleteByPrimaryKeyMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements中的类
 
DeleteByPrimaryKeyMethodGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.DeleteByPrimaryKeyMethodGenerator
 
Document - org.mybatis.generator.api.dom.xml中的类
The Class Document.
Document(String, String) - 类 的构造器org.mybatis.generator.api.dom.xml.Document
Instantiates a new document.
Document() - 类 的构造器org.mybatis.generator.api.dom.xml.Document
Instantiates a new document.
DomWriter - org.mybatis.generator.internal中的类
This class is used to generate a String representation of an XML document.
DomWriter() - 类 的构造器org.mybatis.generator.internal.DomWriter
Instantiates a new dom writer.
done() - 接口 中的方法org.mybatis.generator.api.ProgressCallback
This method is called when all generated files have been saved
done() - 类 中的方法org.mybatis.generator.internal.NullProgressCallback
 

E

Element - org.mybatis.generator.api.dom.xml中的类
 
Element() - 类 的构造器org.mybatis.generator.api.dom.xml.Element
 
equals(Object) - 类 中的方法org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
equals(Object) - 类 中的方法org.mybatis.generator.api.FullyQualifiedTable
 
equals(Object) - 类 中的方法org.mybatis.generator.config.IgnoredColumn
 
equals(Object) - 类 中的方法org.mybatis.generator.config.TableConfiguration
 
equals(Object) - 类 中的方法org.mybatis.generator.internal.db.ActualTableName
 
EqualsHashCodePlugin - org.mybatis.generator.plugins中的类
This plugin adds equals() and hashCode() methods to the generated model classes.
EqualsHashCodePlugin() - 类 的构造器org.mybatis.generator.plugins.EqualsHashCodePlugin
 
EqualsUtil - 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() - 类 的构造器org.mybatis.generator.internal.util.EqualsUtil
 
error(SAXParseException) - 类 中的方法org.mybatis.generator.config.xml.ParserErrorHandler
 
error(String, Throwable) - 类 中的方法org.mybatis.generator.logging.JdkLoggingImpl
 
error(String) - 类 中的方法org.mybatis.generator.logging.JdkLoggingImpl
 
error(String, Throwable) - 接口 中的方法org.mybatis.generator.logging.Log
 
error(String) - 接口 中的方法org.mybatis.generator.logging.Log
 
error(String, Throwable) - 类 中的方法org.mybatis.generator.logging.Log4jImpl
 
error(String) - 类 中的方法org.mybatis.generator.logging.Log4jImpl
 
escapeStringForIbatis2(String) - 类 中的静态方法org.mybatis.generator.codegen.ibatis2.Ibatis2FormattingUtilities
Escape string for ibatis2.
escapeStringForJava(String) - 类 中的静态方法org.mybatis.generator.internal.util.StringUtility
 
escapeStringForMyBatis3(String) - 类 中的静态方法org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
Escape string for my batis3.
escapeStringForXml(String) - 类 中的静态方法org.mybatis.generator.internal.util.StringUtility
 
ExampleGenerator - org.mybatis.generator.codegen.ibatis2.model中的类
 
ExampleGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.ibatis2.model.ExampleGenerator
 
ExampleGenerator - org.mybatis.generator.codegen.mybatis3.model中的类
 
ExampleGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.model.ExampleGenerator
 
ExampleWhereClauseElementGenerator - org.mybatis.generator.codegen.ibatis2.sqlmap.elements中的类
 
ExampleWhereClauseElementGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.sqlmap.elements.ExampleWhereClauseElementGenerator
 
ExampleWhereClauseElementGenerator - org.mybatis.generator.codegen.mybatis3.xmlmapper.elements中的类
 
ExampleWhereClauseElementGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.ExampleWhereClauseElementGenerator
 
execute() - 类 中的方法org.mybatis.generator.ant.GeneratorAntTask
 
ExtendedDAOMethodNameCalculator - org.mybatis.generator.internal中的类
 
ExtendedDAOMethodNameCalculator() - 类 的构造器org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
 
externalClassForName(String) - 类 中的静态方法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) - 类 中的方法org.mybatis.generator.config.xml.ParserErrorHandler
 
Field - org.mybatis.generator.api.dom.java中的类
 
Field() - 类 的构造器org.mybatis.generator.api.dom.java.Field
 
Field(String, FullyQualifiedJavaType) - 类 的构造器org.mybatis.generator.api.dom.java.Field
 
Field(Field) - 类 的构造器org.mybatis.generator.api.dom.java.Field
 
FlatModelRules - org.mybatis.generator.internal.rules中的类
This class encapsulates all the code generation rules for a table using the flat model.
FlatModelRules(IntrospectedTable) - 类 的构造器org.mybatis.generator.internal.rules.FlatModelRules
Instantiates a new flat model rules.
forceBigDecimals - 类 中的变量org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
forceJavaLogging() - 类 中的静态方法org.mybatis.generator.logging.LogFactory
This method will switch the logging implementation to Java native logging.
FullyQualifiedJavaType - org.mybatis.generator.api.dom.java中的类
The Class FullyQualifiedJavaType.
FullyQualifiedJavaType(String) - 类 的构造器org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
Use this constructor to construct a generic type with the specified type parameters.
fullyQualifiedJavaType - 类 中的变量org.mybatis.generator.api.IntrospectedColumn
 
FullyQualifiedTable - org.mybatis.generator.api中的类
The Class FullyQualifiedTable.
FullyQualifiedTable(String, String, String, String, String, boolean, String, String, String, boolean, Context) - 类 的构造器org.mybatis.generator.api.FullyQualifiedTable
This object is used to hold information related to the table itself, not the columns in the table.
fullyQualifiedTable - 类 中的变量org.mybatis.generator.api.IntrospectedTable
The fully qualified table.

G

generate(ProgressCallback) - 类 中的方法org.mybatis.generator.api.MyBatisGenerator
This is the main method for generating code.
generate(ProgressCallback, Set<String>) - 类 中的方法org.mybatis.generator.api.MyBatisGenerator
This is the main method for generating code.
generate(ProgressCallback, Set<String>, Set<String>) - 类 中的方法org.mybatis.generator.api.MyBatisGenerator
This is the main method for generating code.
generate(ProgressCallback, Set<String>, Set<String>, boolean) - 类 中的方法org.mybatis.generator.api.MyBatisGenerator
This is the main method for generating code.
generateBaseColumnList() - 类 中的方法org.mybatis.generator.internal.rules.BaseRules
 
generateBaseColumnList() - 接口 中的方法org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the SQL base column list element.
generateBaseColumnList() - 类 中的方法org.mybatis.generator.internal.rules.RulesDelegate
 
generateBaseRecordClass() - 类 中的方法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() - 类 中的方法org.mybatis.generator.internal.rules.FlatModelRules
We always generate a base record in the flat model.
generateBaseRecordClass() - 类 中的方法org.mybatis.generator.internal.rules.HierarchicalModelRules
Implements the rule for generating a base record.
generateBaseRecordClass() - 接口 中的方法org.mybatis.generator.internal.rules.Rules
Implements the rule for generating a base record.
generateBaseRecordClass() - 类 中的方法org.mybatis.generator.internal.rules.RulesDelegate
 
generateBaseResultMap() - 类 中的方法org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating the result map without BLOBs.
generateBaseResultMap() - 接口 中的方法org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the result map without BLOBs.
generateBaseResultMap() - 类 中的方法org.mybatis.generator.internal.rules.RulesDelegate
 
generateBlobColumnList() - 类 中的方法org.mybatis.generator.internal.rules.BaseRules
 
generateBlobColumnList() - 接口 中的方法org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the SQL blob column list element.
generateBlobColumnList() - 类 中的方法org.mybatis.generator.internal.rules.RulesDelegate
 
generateCountByExample() - 类 中的方法org.mybatis.generator.internal.rules.BaseRules
 
generateCountByExample() - 接口 中的方法org.mybatis.generator.internal.rules.Rules
 
generateCountByExample() - 类 中的方法org.mybatis.generator.internal.rules.RulesDelegate
 
generateDeleteByExample() - 类 中的方法org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating the delete by example SQL Map element and DAO method.
generateDeleteByExample() - 接口 中的方法org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the delete by example SQL Map element and DAO method.
generateDeleteByExample() - 类 中的方法org.mybatis.generator.internal.rules.RulesDelegate
 
generateDeleteByPrimaryKey() - 类 中的方法org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating the delete by primary key SQL Map element and DAO method.
generateDeleteByPrimaryKey() - 接口 中的方法org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the delete by primary key SQL Map element and DAO method.
generateDeleteByPrimaryKey() - 类 中的方法org.mybatis.generator.internal.rules.RulesDelegate
 
GeneratedFile - org.mybatis.generator.api中的类
Abstract class that holds information common to all generated files.
GeneratedFile(String) - 类 的构造器org.mybatis.generator.api.GeneratedFile
Instantiates a new generated file.
GeneratedJavaFile - org.mybatis.generator.api中的类
The Class GeneratedJavaFile.
GeneratedJavaFile(CompilationUnit, String, String, JavaFormatter) - 类 的构造器org.mybatis.generator.api.GeneratedJavaFile
Default constructor.
GeneratedJavaFile(CompilationUnit, String, JavaFormatter) - 类 的构造器org.mybatis.generator.api.GeneratedJavaFile
Instantiates a new generated java file.
GeneratedKey - 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) - 类 的构造器org.mybatis.generator.config.GeneratedKey
Instantiates a new generated key.
GeneratedXmlFile - org.mybatis.generator.api中的类
The Class GeneratedXmlFile.
GeneratedXmlFile(Document, String, String, String, boolean, XmlFormatter) - 类 的构造器org.mybatis.generator.api.GeneratedXmlFile
Instantiates a new generated xml file.
generateEquals(TopLevelClass, List<IntrospectedColumn>, IntrospectedTable) - 类 中的方法org.mybatis.generator.plugins.EqualsHashCodePlugin
Generates an equals method that does a comparison of all fields.
generateExampleClass() - 类 中的方法org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating an example class.
generateExampleClass() - 接口 中的方法org.mybatis.generator.internal.rules.Rules
Implements the rule for generating an example class.
generateExampleClass() - 类 中的方法org.mybatis.generator.internal.rules.RulesDelegate
 
generateFiles(ProgressCallback, List<GeneratedJavaFile>, List<GeneratedXmlFile>, List<String>) - 类 中的方法org.mybatis.generator.config.Context
Generate files.
generateHashCode(TopLevelClass, List<IntrospectedColumn>, IntrospectedTable) - 类 中的方法org.mybatis.generator.plugins.EqualsHashCodePlugin
Generates a hashCode method that includes all fields.
generateInsert() - 类 中的方法org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating the insert SQL Map element and DAO method.
generateInsert() - 接口 中的方法org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the insert SQL Map element and DAO method.
generateInsert() - 类 中的方法org.mybatis.generator.internal.rules.RulesDelegate
 
generateInsertSelective() - 类 中的方法org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating the insert selective SQL Map element and DAO method.
generateInsertSelective() - 接口 中的方法org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the insert selective SQL Map element and DAO method.
generateInsertSelective() - 类 中的方法org.mybatis.generator.internal.rules.RulesDelegate
 
generateJavaClient() - 类 中的方法org.mybatis.generator.internal.rules.BaseRules
 
generateJavaClient() - 接口 中的方法org.mybatis.generator.internal.rules.Rules
Implements the rule for generating a Java client.
generateJavaClient() - 类 中的方法org.mybatis.generator.internal.rules.RulesDelegate
 
generateMyBatis3UpdateByExampleWhereClause() - 类 中的方法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() - 接口 中的方法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() - 类 中的方法org.mybatis.generator.internal.rules.RulesDelegate
 
generatePrimaryKeyClass() - 类 中的方法org.mybatis.generator.internal.rules.ConditionalModelRules
We generate a primary key if there is more than one primary key field.
generatePrimaryKeyClass() - 类 中的方法org.mybatis.generator.internal.rules.FlatModelRules
We never generate a primary key in the flat model.
generatePrimaryKeyClass() - 类 中的方法org.mybatis.generator.internal.rules.HierarchicalModelRules
Implements the rule for determining whether to generate a primary key class.
generatePrimaryKeyClass() - 接口 中的方法org.mybatis.generator.internal.rules.Rules
Implements the rule for determining whether to generate a primary key class.
generatePrimaryKeyClass() - 类 中的方法org.mybatis.generator.internal.rules.RulesDelegate
 
generateRecordWithBLOBsClass() - 类 中的方法org.mybatis.generator.internal.rules.ConditionalModelRules
We generate a record with BLOBs class if there is more than one BLOB column.
generateRecordWithBLOBsClass() - 类 中的方法org.mybatis.generator.internal.rules.FlatModelRules
We never generate a record with BLOBs class in the flat model.
generateRecordWithBLOBsClass() - 类 中的方法org.mybatis.generator.internal.rules.HierarchicalModelRules
Implements the rule for generating a record with BLOBs.
generateRecordWithBLOBsClass() - 接口 中的方法org.mybatis.generator.internal.rules.Rules
Implements the rule for generating a record with BLOBs.
generateRecordWithBLOBsClass() - 类 中的方法org.mybatis.generator.internal.rules.RulesDelegate
 
generateResultMapWithBLOBs() - 类 中的方法org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating the result map with BLOBs.
generateResultMapWithBLOBs() - 接口 中的方法org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the result map with BLOBs.
generateResultMapWithBLOBs() - 类 中的方法org.mybatis.generator.internal.rules.RulesDelegate
 
generateSelectByExampleWithBLOBs() - 类 中的方法org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating the select by example with BLOBs SQL Map element and DAO method.
generateSelectByExampleWithBLOBs() - 接口 中的方法org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the select by example with BLOBs SQL Map element and DAO method.
generateSelectByExampleWithBLOBs() - 类 中的方法org.mybatis.generator.internal.rules.RulesDelegate
 
generateSelectByExampleWithoutBLOBs() - 类 中的方法org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating the select by example without BLOBs SQL Map element and DAO method.
generateSelectByExampleWithoutBLOBs() - 接口 中的方法org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the select by example without BLOBs SQL Map element and DAO method.
generateSelectByExampleWithoutBLOBs() - 类 中的方法org.mybatis.generator.internal.rules.RulesDelegate
 
generateSelectByPrimaryKey() - 类 中的方法org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating the select by primary key SQL Map element and DAO method.
generateSelectByPrimaryKey() - 接口 中的方法org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the select by primary key SQL Map element and DAO method.
generateSelectByPrimaryKey() - 类 中的方法org.mybatis.generator.internal.rules.RulesDelegate
 
generateSQLExampleWhereClause() - 类 中的方法org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating the SQL example where clause element.
generateSQLExampleWhereClause() - 接口 中的方法org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the SQL example where clause element.
generateSQLExampleWhereClause() - 类 中的方法org.mybatis.generator.internal.rules.RulesDelegate
 
generateUpdateByExampleSelective() - 类 中的方法org.mybatis.generator.internal.rules.BaseRules
 
generateUpdateByExampleSelective() - 接口 中的方法org.mybatis.generator.internal.rules.Rules
 
generateUpdateByExampleSelective() - 类 中的方法org.mybatis.generator.internal.rules.RulesDelegate
 
generateUpdateByExampleWithBLOBs() - 类 中的方法org.mybatis.generator.internal.rules.BaseRules
 
generateUpdateByExampleWithBLOBs() - 接口 中的方法org.mybatis.generator.internal.rules.Rules
 
generateUpdateByExampleWithBLOBs() - 类 中的方法org.mybatis.generator.internal.rules.RulesDelegate
 
generateUpdateByExampleWithoutBLOBs() - 类 中的方法org.mybatis.generator.internal.rules.BaseRules
 
generateUpdateByExampleWithoutBLOBs() - 接口 中的方法org.mybatis.generator.internal.rules.Rules
 
generateUpdateByExampleWithoutBLOBs() - 类 中的方法org.mybatis.generator.internal.rules.RulesDelegate
 
generateUpdateByPrimaryKeySelective() - 类 中的方法org.mybatis.generator.internal.rules.BaseRules
Implements the rule for generating the update by primary key selective SQL Map element and DAO method.
generateUpdateByPrimaryKeySelective() - 接口 中的方法org.mybatis.generator.internal.rules.Rules
Implements the rule for generating the update by primary key selective SQL Map element and DAO method.
generateUpdateByPrimaryKeySelective() - 类 中的方法org.mybatis.generator.internal.rules.RulesDelegate
 
generateUpdateByPrimaryKeyWithBLOBs() - 类 中的方法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() - 接口 中的方法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() - 类 中的方法org.mybatis.generator.internal.rules.RulesDelegate
 
generateUpdateByPrimaryKeyWithoutBLOBs() - 类 中的方法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() - 接口 中的方法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() - 类 中的方法org.mybatis.generator.internal.rules.RulesDelegate
 
generationStarted(int) - 接口 中的方法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) - 类 中的方法org.mybatis.generator.internal.NullProgressCallback
 
GeneratorAntTask - org.mybatis.generator.ant中的类
This is an Ant task that will run the generator.
GeneratorAntTask() - 类 的构造器org.mybatis.generator.ant.GeneratorAntTask
 
GenericCIDAOTemplate - org.mybatis.generator.codegen.ibatis2.dao.templates中的类
 
GenericCIDAOTemplate() - 类 的构造器org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
 
GenericSIDAOTemplate - org.mybatis.generator.codegen.ibatis2.dao.templates中的类
 
GenericSIDAOTemplate() - 类 的构造器org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
 
getActualColumnName() - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
getAlias() - 类 中的方法org.mybatis.generator.api.FullyQualifiedTable
Gets the alias.
getAlias() - 类 中的方法org.mybatis.generator.config.TableConfiguration
Gets the alias.
getAliasedActualColumnName(IntrospectedColumn) - 类 中的静态方法org.mybatis.generator.codegen.ibatis2.Ibatis2FormattingUtilities
The aliased column name for a select statement generated by the example clauses.
getAliasedActualColumnName(IntrospectedColumn) - 类 中的静态方法org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
The aliased column name for a select statement generated by the example clauses.
getAliasedEscapedColumnName(IntrospectedColumn) - 类 中的静态方法org.mybatis.generator.codegen.ibatis2.Ibatis2FormattingUtilities
Calculates the string to use in select phrases in SqlMaps.
getAliasedEscapedColumnName(IntrospectedColumn) - 类 中的静态方法org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
Calculates the string to use in select phrases in SqlMaps.
getAliasedFullyQualifiedTableNameAtRuntime() - 类 中的方法org.mybatis.generator.api.FullyQualifiedTable
Gets the aliased fully qualified table name at runtime.
getAliasedFullyQualifiedTableNameAtRuntime() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the aliased fully qualified table name at runtime.
getAllColumns() - 类 中的方法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() - 类 中的方法org.mybatis.generator.api.dom.java.JavaElement
Gets the annotations.
getAnnotations() - 类 中的方法org.mybatis.generator.api.dom.java.Parameter
 
getAttribute(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the attribute.
getAttributeName() - 枚举 中的方法org.mybatis.generator.plugins.CachePlugin.CacheProperty
 
getAttributes() - 类 中的方法org.mybatis.generator.api.dom.xml.XmlElement
Gets the attributes.
getBaseColumnListElement() - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.elements.AbstractXmlElementGenerator
 
getBaseColumnListElement() - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
 
getBaseColumnListId() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the base column list id.
getBaseColumns() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the base columns.
getBaseRecordType() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the base record type.
getBaseResultMapId() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the base result map id.
getBeginningDelimiter() - 类 中的方法org.mybatis.generator.config.Context
Gets the beginning delimiter.
getBlobColumnListElement() - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.elements.AbstractXmlElementGenerator
 
getBlobColumnListElement() - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
 
getBlobColumnListId() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the blob column list id.
getBLOBColumns() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the BLOB columns.
getBodyLines() - 类 中的方法org.mybatis.generator.api.dom.java.InitializationBlock
 
getBodyLines() - 类 中的方法org.mybatis.generator.api.dom.java.Method
Gets the body lines.
getBooleanInstance() - 类 中的静态方法org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
 
getBooleanPrimitiveInstance() - 类 中的静态方法org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
Gets the boolean primitive instance.
getByteInstance() - 类 中的静态方法org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
 
getCamelCaseString(String, boolean) - 类 中的静态方法org.mybatis.generator.internal.util.JavaBeansUtil
Gets the camel case string.
getCatalog() - 类 中的方法org.mybatis.generator.config.TableConfiguration
Gets the catalog.
getCatalog() - 类 中的方法org.mybatis.generator.internal.db.ActualTableName
 
getCharacterInstance() - 类 中的静态方法org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
 
getCheckedExceptions() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Gets the checked exceptions.
getClassPathEntries() - 类 中的方法org.mybatis.generator.config.Configuration
Gets the class path entries.
getColumn(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the column.
getColumn() - 类 中的方法org.mybatis.generator.config.GeneratedKey
Gets the column.
getColumnName() - 类 中的方法org.mybatis.generator.config.ColumnOverride
Gets the column name.
getColumnName() - 类 中的方法org.mybatis.generator.config.IgnoredColumn
Gets the column name.
getColumnOverride(String) - 类 中的方法org.mybatis.generator.config.TableConfiguration
May return null if the column has not been overridden.
getColumnOverrides() - 类 中的方法org.mybatis.generator.config.TableConfiguration
Gets the column overrides.
getColumnRenamingRule() - 类 中的方法org.mybatis.generator.config.TableConfiguration
Gets the column renaming rule.
getColumns() - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithBLOBsMethodGenerator
 
getColumns() - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithoutBLOBsMethodGenerator
 
getColumns() - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithBLOBsMethodGenerator
 
getColumns() - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithoutBLOBsMethodGenerator
 
getCommentGenerator() - 类 中的方法org.mybatis.generator.config.Context
Gets the comment generator.
getCommentGeneratorConfiguration() - 类 中的方法org.mybatis.generator.config.Context
Gets the comment generator configuration.
getCompilationUnit() - 类 中的方法org.mybatis.generator.api.GeneratedJavaFile
This method is required by the Eclipse Java merger.
getCompilationUnits() - 类 中的方法org.mybatis.generator.codegen.AbstractJavaGenerator
 
getCompilationUnits() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
getCompilationUnits() - 类 中的方法org.mybatis.generator.codegen.ibatis2.model.BaseRecordGenerator
 
getCompilationUnits() - 类 中的方法org.mybatis.generator.codegen.ibatis2.model.ExampleGenerator
 
getCompilationUnits() - 类 中的方法org.mybatis.generator.codegen.ibatis2.model.PrimaryKeyGenerator
 
getCompilationUnits() - 类 中的方法org.mybatis.generator.codegen.ibatis2.model.RecordWithBLOBsGenerator
 
getCompilationUnits() - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
getCompilationUnits() - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
 
getCompilationUnits() - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
getCompilationUnits() - 类 中的方法org.mybatis.generator.codegen.mybatis3.model.BaseRecordGenerator
 
getCompilationUnits() - 类 中的方法org.mybatis.generator.codegen.mybatis3.model.ExampleGenerator
 
getCompilationUnits() - 类 中的方法org.mybatis.generator.codegen.mybatis3.model.PrimaryKeyGenerator
 
getCompilationUnits() - 类 中的方法org.mybatis.generator.codegen.mybatis3.model.RecordWithBLOBsGenerator
 
getCompilationUnits() - 类 中的方法org.mybatis.generator.codegen.mybatis3.model.SimpleModelGenerator
 
getConfigfile() - 类 中的方法org.mybatis.generator.ant.GeneratorAntTask
 
getConfigurationType() - 类 中的方法org.mybatis.generator.config.TypedPropertyHolder
 
getConnection(JDBCConnectionConfiguration) - 类 中的方法org.mybatis.generator.internal.db.ConnectionFactory
 
getConnectionURL() - 类 中的方法org.mybatis.generator.config.JDBCConnectionConfiguration
 
getConstructorClone(CommentGenerator, FullyQualifiedJavaType, IntrospectedTable) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Gets the constructor clone.
getContent() - 类 中的方法org.mybatis.generator.api.dom.xml.TextElement
Gets the content.
getContext() - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
getContext() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the context.
getContext() - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
getContext() - 类 中的方法org.mybatis.generator.codegen.AbstractGenerator
 
getContext(String) - 类 中的方法org.mybatis.generator.config.Configuration
Gets the context.
getContextIds() - 类 中的方法org.mybatis.generator.ant.GeneratorAntTask
 
getContexts() - 类 中的方法org.mybatis.generator.config.Configuration
Gets the contexts.
getCountByExampleMethodName(IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the count by example method.
getCountByExampleMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
 
getCountByExampleMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
 
getCountByExampleStatementId() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the count by example statement id.
getCriteriaInstance() - 类 中的静态方法org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
Gets the criteria instance.
getCustomClassloader(List<String>) - 类 中的静态方法org.mybatis.generator.internal.util.ClassloaderUtility
 
getDAOImplementationType() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the DAO implementation type.
getDAOInterfaceType() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the DAO interface type.
getDAOMethodNameCalculator() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.AbstractDAOElementGenerator
 
getDatabaseDialect(String) - 枚举 中的静态方法org.mybatis.generator.internal.db.DatabaseDialects
Gets the database dialect.
getDateInstance() - 类 中的静态方法org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
Gets the date instance.
getDateString() - 类 中的方法org.mybatis.generator.internal.DefaultCommentGenerator
This method returns a formated date string to include in the Javadoc tag and XML comments.
getDefaultModelType() - 类 中的方法org.mybatis.generator.config.Context
Gets the default model type.
getDefaultValue() - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
getDeleteByExampleMethodName(IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the delete by example method.
getDeleteByExampleMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
 
getDeleteByExampleMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
 
getDeleteByExampleStatementId() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the delete by example statement id.
getDeleteByPrimaryKeyMethodName(IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the delete by primary key method.
getDeleteByPrimaryKeyMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
 
getDeleteByPrimaryKeyMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
 
getDeleteByPrimaryKeyStatementId() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the delete by primary key statement id.
getDeleteMethod(String, String, String) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Gets the delete method.
getDirectory(String, String) - 接口 中的方法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) - 类 中的方法org.mybatis.generator.internal.DefaultShellCallback
 
getDocument() - 类 中的方法org.mybatis.generator.codegen.AbstractXmlGenerator
 
getDocument() - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
getDocument() - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
 
getDocument() - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
getDomainObjectName() - 类 中的方法org.mybatis.generator.api.FullyQualifiedTable
Gets the domain object name.
getDomainObjectName() - 类 中的方法org.mybatis.generator.config.TableConfiguration
Gets the domain object name.
getDoubleInstance() - 类 中的静态方法org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
 
getDriverClass() - 类 中的方法org.mybatis.generator.config.JDBCConnectionConfiguration
 
getElements() - 类 中的方法org.mybatis.generator.api.dom.xml.XmlElement
Gets the elements.
getEndingDelimiter() - 类 中的方法org.mybatis.generator.config.Context
Gets the ending delimiter.
getEnumConstants() - 类 中的方法org.mybatis.generator.api.dom.java.InnerEnum
Gets the enum constants.
getErrors() - 异常错误 中的方法org.mybatis.generator.exception.InvalidConfigurationException
Gets the errors.
getErrors() - 异常错误 中的方法org.mybatis.generator.exception.XMLParserException
Gets the errors.
getEscapedColumnName(IntrospectedColumn) - 类 中的静态方法org.mybatis.generator.codegen.ibatis2.Ibatis2FormattingUtilities
Gets the escaped column name.
getEscapedColumnName(IntrospectedColumn) - 类 中的静态方法org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
Gets the escaped column name.
getExampleIncludeElement() - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
 
getExampleMethodVisibility() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.AbstractDAOElementGenerator
 
getExampleType() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the example type.
getExampleWhereClauseId() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the example where clause id.
getExceptions() - 类 中的方法org.mybatis.generator.api.dom.java.Method
Gets the exceptions.
getExtraCompilationUnits() - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
getExtraCompilationUnits() - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
getExtraCompilationUnits() - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
 
getFieldClones(CommentGenerator, IntrospectedTable) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Gets the field clones.
getFields() - 类 中的方法org.mybatis.generator.api.dom.java.InnerClass
Gets the fields.
getFields() - 类 中的方法org.mybatis.generator.api.dom.java.InnerEnum
Gets the fields.
getFileCommentLines() - 接口 中的方法org.mybatis.generator.api.dom.java.CompilationUnit
Gets the file comment lines.
getFileCommentLines() - 类 中的方法org.mybatis.generator.api.dom.java.Interface
 
getFileCommentLines() - 类 中的方法org.mybatis.generator.api.dom.java.TopLevelClass
 
getFileCommentLines() - 类 中的方法org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
getFileEncoding() - 类 中的方法org.mybatis.generator.api.GeneratedJavaFile
Gets the file encoding.
getFileName() - 类 中的方法org.mybatis.generator.api.GeneratedFile
Get the file name (without any path).
getFileName() - 类 中的方法org.mybatis.generator.api.GeneratedJavaFile
 
getFileName() - 类 中的方法org.mybatis.generator.api.GeneratedXmlFile
Gets the file name.
getFloatInstance() - 类 中的静态方法org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
 
getFormattedContent(CompilationUnit) - 类 中的方法org.mybatis.generator.api.dom.DefaultJavaFormatter
 
getFormattedContent(Document) - 类 中的方法org.mybatis.generator.api.dom.DefaultXmlFormatter
 
getFormattedContent() - 接口 中的方法org.mybatis.generator.api.dom.java.CompilationUnit
Gets the formatted content.
getFormattedContent(int, CompilationUnit) - 类 中的方法org.mybatis.generator.api.dom.java.Field
 
getFormattedContent(int) - 类 中的方法org.mybatis.generator.api.dom.java.InitializationBlock
 
getFormattedContent(int, CompilationUnit) - 类 中的方法org.mybatis.generator.api.dom.java.InnerClass
Gets the formatted content.
getFormattedContent(int, CompilationUnit) - 类 中的方法org.mybatis.generator.api.dom.java.InnerEnum
Gets the formatted content.
getFormattedContent() - 类 中的方法org.mybatis.generator.api.dom.java.Interface
 
getFormattedContent(int, boolean, CompilationUnit) - 类 中的方法org.mybatis.generator.api.dom.java.Method
Gets the formatted content.
getFormattedContent(CompilationUnit) - 类 中的方法org.mybatis.generator.api.dom.java.Parameter
 
getFormattedContent() - 类 中的方法org.mybatis.generator.api.dom.java.TopLevelClass
 
getFormattedContent() - 类 中的方法org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
getFormattedContent() - 类 中的方法org.mybatis.generator.api.dom.xml.Attribute
Gets the formatted content.
getFormattedContent() - 类 中的方法org.mybatis.generator.api.dom.xml.Document
Gets the formatted content.
getFormattedContent(int) - 类 中的方法org.mybatis.generator.api.dom.xml.Element
 
getFormattedContent(int) - 类 中的方法org.mybatis.generator.api.dom.xml.TextElement
 
getFormattedContent(int) - 类 中的方法org.mybatis.generator.api.dom.xml.XmlElement
 
getFormattedContent() - 类 中的方法org.mybatis.generator.api.GeneratedFile
This method returns the entire contents of the generated file.
getFormattedContent() - 类 中的方法org.mybatis.generator.api.GeneratedJavaFile
 
getFormattedContent() - 类 中的方法org.mybatis.generator.api.GeneratedXmlFile
 
getFormattedContent(CompilationUnit) - 接口 中的方法org.mybatis.generator.api.JavaFormatter
 
getFormattedContent(Document) - 接口 中的方法org.mybatis.generator.api.XmlFormatter
 
getFullyQualifiedJavaType() - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
getFullyQualifiedJavaType() - 类 中的方法org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl.JdbcTypeInformation
 
getFullyQualifiedName() - 类 中的方法org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
This method returns the fully qualified name - including any generic type parameters.
getFullyQualifiedNameWithoutTypeParameters() - 类 中的方法org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
getFullyQualifiedTable() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the fully qualified table.
getFullyQualifiedTableNameAtRuntime() - 类 中的方法org.mybatis.generator.api.FullyQualifiedTable
Gets the fully qualified table name at runtime.
getFullyQualifiedTableNameAtRuntime() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the fully qualified table name at runtime.
getFullyQualifiedTableNames() - 类 中的方法org.mybatis.generator.ant.GeneratorAntTask
 
getGeneratedCriteriaInstance() - 类 中的静态方法org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
Gets the generated criteria instance.
getGeneratedJavaFiles() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
This method should return a list of generated Java files related to this table.
getGeneratedJavaFiles() - 类 中的方法org.mybatis.generator.api.MyBatisGenerator
Returns the list of generated Java files after a call to one of the generate methods.
getGeneratedJavaFiles() - 类 中的方法org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
getGeneratedJavaFiles() - 类 中的方法org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
getGeneratedKey() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the generated key.
getGeneratedKey() - 类 中的方法org.mybatis.generator.config.TableConfiguration
Gets the generated key.
getGeneratedXmlFiles() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
This method should return a list of generated XML files related to this table.
getGeneratedXmlFiles() - 类 中的方法org.mybatis.generator.api.MyBatisGenerator
Returns the list of generated XML files after a call to one of the generate methods.
getGeneratedXmlFiles() - 类 中的方法org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
getGeneratedXmlFiles() - 类 中的方法org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
getGenerationSteps() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
This method should return the number of progress messages that will be send during the generation phase.
getGenerationSteps() - 类 中的方法org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
getGenerationSteps() - 类 中的方法org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
getGenerationSteps() - 类 中的方法org.mybatis.generator.config.Context
Gets the generation steps.
getGetter(Field) - 类 中的静态方法org.mybatis.generator.codegen.AbstractJavaGenerator
 
getGetterMethodName(String, FullyQualifiedJavaType) - 类 中的静态方法org.mybatis.generator.internal.util.JavaBeansUtil
JavaBeans rules: eMail > geteMail() firstName > getFirstName() URL $gt; getURL() XAxis > getXAxis() a > getA() B > invalid - this method assumes that this is not the case.
getIbatis2SqlMapFileName() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Calculates an SQL Map file name for the table.
getIbatis2SqlMapNamespace() - 类 中的方法org.mybatis.generator.api.FullyQualifiedTable
This method returns a string that is the fully qualified table name, with underscores as the separator.
getIbatis2SqlMapNamespace() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the ibatis2 sql map namespace.
getIbatis2SqlMapPackage() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Calculates the package for the current table.
getId() - 类 中的方法org.mybatis.generator.config.Context
Gets the id.
getIdentityRetrievalStatement() - 枚举 中的方法org.mybatis.generator.internal.db.DatabaseDialects
Gets the identity retrieval statement.
getIgnoredColumnsInError() - 类 中的方法org.mybatis.generator.config.TableConfiguration
This method returns a List of Strings.
getImplementationImports() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Gets the implementation imports.
getImplementationPackage() - 类 中的方法org.mybatis.generator.config.JavaClientGeneratorConfiguration
 
getImportedTypes() - 接口 中的方法org.mybatis.generator.api.dom.java.CompilationUnit
Gets the imported types.
getImportedTypes() - 类 中的方法org.mybatis.generator.api.dom.java.Interface
 
getImportedTypes() - 类 中的方法org.mybatis.generator.api.dom.java.TopLevelClass
Gets the imported types.
getImportedTypes() - 类 中的方法org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
getImportList() - 类 中的方法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() - 类 中的方法org.mybatis.generator.api.dom.java.InnerClass
Gets the initialization blocks.
getInitializationString() - 类 中的方法org.mybatis.generator.api.dom.java.Field
 
getInnerClasses() - 类 中的方法org.mybatis.generator.api.dom.java.InnerClass
Gets the inner classes.
getInnerClasses() - 类 中的方法org.mybatis.generator.api.dom.java.InnerEnum
Gets the inner classes.
getInnerEnums() - 类 中的方法org.mybatis.generator.api.dom.java.InnerClass
Gets the inner enums.
getInnerEnums() - 类 中的方法org.mybatis.generator.api.dom.java.InnerEnum
Gets the inner enums.
getInsertMethod(String, String, String) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Gets the insert method.
getInsertMethodName(IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the insert method.
getInsertMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
 
getInsertMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
 
getInsertSelectiveMethodName(IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the insert selective method.
getInsertSelectiveMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
 
getInsertSelectiveMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
 
getInsertSelectiveStatementId() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the insert selective statement id.
getInsertStatementId() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the insert statement id.
getInstance(String, List<String>) - 类 中的静态方法org.mybatis.generator.codegen.RootClassInfo
 
getInstance() - 类 中的静态方法org.mybatis.generator.internal.db.ConnectionFactory
 
getIntegerInstance() - 类 中的静态方法org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
 
getInterfaceImports() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Gets the interface imports.
getInterfaceShell() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
getIntInstance() - 类 中的静态方法org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
Gets the int instance.
getIntrospectedCatalog() - 类 中的方法org.mybatis.generator.api.FullyQualifiedTable
Gets the introspected catalog.
getIntrospectedColumnImpl() - 类 中的方法org.mybatis.generator.config.Context
Gets the introspected column impl.
getIntrospectedSchema() - 类 中的方法org.mybatis.generator.api.FullyQualifiedTable
Gets the introspected schema.
getIntrospectedTable() - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
getIntrospectedTable() - 类 中的方法org.mybatis.generator.codegen.AbstractGenerator
 
getIntrospectedTable() - 类 中的方法org.mybatis.generator.internal.rules.BaseRules
 
getIntrospectedTable() - 接口 中的方法org.mybatis.generator.internal.rules.Rules
 
getIntrospectedTable() - 类 中的方法org.mybatis.generator.internal.rules.RulesDelegate
 
getIntrospectedTableName() - 类 中的方法org.mybatis.generator.api.FullyQualifiedTable
Gets the introspected table name.
getIntrospectionSteps() - 类 中的方法org.mybatis.generator.config.Context
Gets the introspection steps.
getJavaBeansField(IntrospectedColumn, Context, IntrospectedTable) - 类 中的静态方法org.mybatis.generator.internal.util.JavaBeansUtil
Gets the java beans field.
getJavaBeansGetter(IntrospectedColumn, Context, IntrospectedTable) - 类 中的静态方法org.mybatis.generator.internal.util.JavaBeansUtil
Gets the java beans getter.
getJavaBeansSetter(IntrospectedColumn, Context, IntrospectedTable) - 类 中的静态方法org.mybatis.generator.internal.util.JavaBeansUtil
Gets the java beans setter.
getJavaClientGeneratorConfiguration() - 类 中的方法org.mybatis.generator.config.Context
Gets the java client generator configuration.
getJavaDocLines() - 类 中的方法org.mybatis.generator.api.dom.java.InitializationBlock
 
getJavaDocLines() - 类 中的方法org.mybatis.generator.api.dom.java.JavaElement
Gets the java doc lines.
getJavaFormatter() - 类 中的方法org.mybatis.generator.config.Context
Gets the java formatter.
getJavaModelGeneratorConfiguration() - 类 中的方法org.mybatis.generator.config.Context
Gets the java model generator configuration.
getJavaProperty() - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
getJavaProperty(String) - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
getJavaProperty() - 类 中的方法org.mybatis.generator.config.ColumnOverride
Gets the java property.
getJavaType() - 类 中的方法org.mybatis.generator.config.ColumnOverride
Gets the java type.
getJavaTypeResolverConfiguration() - 类 中的方法org.mybatis.generator.config.Context
Gets the java type resolver configuration.
getJdbcConnectionConfiguration() - 类 中的方法org.mybatis.generator.config.Context
Gets the jdbc connection configuration.
getJdbcType() - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
getJdbcType() - 类 中的方法org.mybatis.generator.config.ColumnOverride
Gets the jdbc type.
getJdbcType(String) - 类 中的静态方法org.mybatis.generator.internal.types.JdbcTypeNameTranslator
Translates from the string representation of the type to the java.sql.Types value.
getJdbcTypeName() - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
getJdbcTypeName() - 类 中的方法org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl.JdbcTypeInformation
 
getJdbcTypeName(int) - 类 中的静态方法org.mybatis.generator.internal.types.JdbcTypeNameTranslator
Translates from a java.sql.Types values to the proper iBATIS string representation of the type.
getLength() - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
getLog(Class<?>) - 接口 中的方法org.mybatis.generator.logging.AbstractLogFactory
 
getLog(Class<?>) - 类 中的静态方法org.mybatis.generator.logging.LogFactory
 
getLongInstance() - 类 中的静态方法org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
 
getMatchedXMLGenerator() - 类 中的方法org.mybatis.generator.codegen.AbstractJavaClientGenerator
This method returns an instance of the XML generator associated with this client generator.
getMatchedXMLGenerator() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
getMatchedXMLGenerator() - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
 
getMatchedXMLGenerator() - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
getMatchedXMLGenerator() - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.MixedClientGenerator
 
getMatchedXMLGenerator() - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.SimpleAnnotatedClientGenerator
 
getMatchedXMLGenerator() - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
 
getMergedSource(GeneratedXmlFile, File) - 类 中的静态方法org.mybatis.generator.internal.XmlFileMergerJaxp
 
getMergedSource(InputSource, InputSource, String) - 类 中的静态方法org.mybatis.generator.internal.XmlFileMergerJaxp
 
getMessage() - 异常错误 中的方法org.mybatis.generator.exception.InvalidConfigurationException
 
getMessage() - 异常错误 中的方法org.mybatis.generator.exception.XMLParserException
 
getMethodClones(CommentGenerator, IntrospectedTable) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Gets the method clones.
getMethodName() - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithBLOBsMethodGenerator
 
getMethodName() - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithoutBLOBsMethodGenerator
 
getMethodName() - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithBLOBsMethodGenerator
 
getMethodName() - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithoutBLOBsMethodGenerator
 
getMethods() - 类 中的方法org.mybatis.generator.api.dom.java.InnerClass
Gets the methods.
getMethods() - 类 中的方法org.mybatis.generator.api.dom.java.InnerEnum
Gets the methods.
getMethods() - 类 中的方法org.mybatis.generator.api.dom.java.Interface
Gets the methods.
getModelType() - 枚举 中的方法org.mybatis.generator.config.ModelType
 
getModelType(String) - 枚举 中的静态方法org.mybatis.generator.config.ModelType
 
getModelType() - 类 中的方法org.mybatis.generator.config.TableConfiguration
Gets the model type.
getMyBatis3FallbackSqlMapNamespace() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the my batis3 fallback sql map namespace.
getMyBatis3JavaMapperType() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the my batis3 java mapper type.
getMyBatis3Order() - 类 中的方法org.mybatis.generator.config.GeneratedKey
Gets the my batis3 order.
getMyBatis3SqlMapNamespace() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the my batis3 sql map namespace.
getMyBatis3SqlProviderType() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the my batis3 sql provider type.
getMyBatis3UpdateByExampleWhereClauseId() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the my batis3 update by example where clause id.
getMyBatis3XmlMapperFileName() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the my batis3 xml mapper file name.
getMyBatis3XmlMapperPackage() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the my batis3 xml mapper package.
getName() - 类 中的方法org.mybatis.generator.api.dom.java.Field
 
getName() - 类 中的方法org.mybatis.generator.api.dom.java.Method
Gets the name.
getName() - 类 中的方法org.mybatis.generator.api.dom.java.Parameter
 
getName() - 类 中的方法org.mybatis.generator.api.dom.xml.Attribute
Gets the name.
getName() - 类 中的方法org.mybatis.generator.api.dom.xml.XmlElement
Gets the name.
getNewArrayListInstance() - 类 中的静态方法org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
Gets the new array list instance.
getNewHashMapInstance() - 类 中的静态方法org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
Gets the new hash map instance.
getNewIteratorInstance() - 类 中的静态方法org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
Gets the new iterator instance.
getNewListInstance() - 类 中的静态方法org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
Gets the new list instance.
getNewMapInstance() - 类 中的静态方法org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
Gets the new map instance.
getNonBLOBColumnCount() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the non blob column count.
getNonBLOBColumns() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Returns all columns except BLOBs (for use by the select by example without BLOBs method).
getNonPrimaryKeyColumns() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the non primary key columns.
getObjectInstance() - 类 中的静态方法org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
Gets the object instance.
getPackageName() - 类 中的方法org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
Gets the package name.
getParameterClause(IntrospectedColumn) - 类 中的静态方法org.mybatis.generator.codegen.ibatis2.Ibatis2FormattingUtilities
Gets the parameter clause.
getParameterClause(IntrospectedColumn, String) - 类 中的静态方法org.mybatis.generator.codegen.ibatis2.Ibatis2FormattingUtilities
Gets the parameter clause.
getParameterClause(IntrospectedColumn) - 类 中的静态方法org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
Gets the parameter clause.
getParameterClause(IntrospectedColumn, String) - 类 中的静态方法org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
Gets the parameter clause.
getParameters() - 类 中的方法org.mybatis.generator.api.dom.java.Method
Gets the parameters.
getPassword() - 类 中的方法org.mybatis.generator.config.JDBCConnectionConfiguration
 
getPlugins() - 类 中的方法org.mybatis.generator.config.Context
Gets the plugins.
getPrimaryKeyColumns() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Returns the columns in the primary key.
getPrimaryKeyType() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the primary key type.
getPrimitiveTypeWrapper() - 类 中的方法org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
Gets the primitive type wrapper.
getProgressCallback() - 类 中的方法org.mybatis.generator.codegen.AbstractGenerator
 
getProperties() - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
getProperties() - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
getProperties() - 类 中的方法org.mybatis.generator.config.PropertyHolder
 
getProperty(String) - 类 中的方法org.mybatis.generator.config.PropertyHolder
 
getPropertyName() - 枚举 中的方法org.mybatis.generator.plugins.CachePlugin.CacheProperty
 
getPublicId() - 类 中的方法org.mybatis.generator.api.dom.xml.Document
Gets the public id.
getQueryForListMethod(String, String, String) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Gets the query for list method.
getQueryForObjectMethod(String, String, String) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Gets the query for object method.
getRecordWithBLOBsType() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the record with blo bs type.
getRemarks() - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
getRemarks() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
 
getRenamedColumnNameForResultMap(IntrospectedColumn) - 类 中的静态方法org.mybatis.generator.codegen.ibatis2.Ibatis2FormattingUtilities
The renamed column name for a select statement.
getRenamedColumnNameForResultMap(IntrospectedColumn) - 类 中的静态方法org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
The renamed column name for a select statement.
getReplaceString() - 类 中的方法org.mybatis.generator.config.ColumnRenamingRule
 
getResource(String) - 类 中的静态方法org.mybatis.generator.internal.ObjectFactory
Gets the resource.
getResultAnnotation(Interface, IntrospectedColumn, boolean, boolean) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
 
getResultMapWithBLOBsId() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the result map with blo bs id.
getReturnType() - 类 中的方法org.mybatis.generator.api.dom.java.Method
Gets the return type.
getRootClass() - 类 中的方法org.mybatis.generator.codegen.AbstractJavaGenerator
 
getRootElement() - 类 中的方法org.mybatis.generator.api.dom.xml.Document
Gets the root element.
getRules() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the rules.
getRuntimeSqlStatement() - 类 中的方法org.mybatis.generator.config.GeneratedKey
Gets the runtime sql statement.
getScale() - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
getSchema() - 类 中的方法org.mybatis.generator.config.TableConfiguration
Gets the schema.
getSchema() - 类 中的方法org.mybatis.generator.internal.db.ActualTableName
 
getSearchString() - 类 中的方法org.mybatis.generator.config.ColumnRenamingRule
 
getSelectAllStatementId() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the select all statement id.
getSelectByExampleQueryId() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the select by example query id.
getSelectByExampleQueryId() - 类 中的方法org.mybatis.generator.config.TableConfiguration
Gets the select by example query id.
getSelectByExampleStatementId() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the select by example statement id.
getSelectByExampleWithBLOBsMethodName(IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the select by example with BLOBs method.
getSelectByExampleWithBLOBsMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
1. if this will be the only selectByExample, then the result should be selectByExample. 2.
getSelectByExampleWithBLOBsMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
1. if this will be the only selectByExample, then the result should be selectByExample. 2.
getSelectByExampleWithBLOBsStatementId() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the select by example with blo bs statement id.
getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the select by example method.
getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
1. if this will be the only selectByExample, then the result should be selectByExample. 2.
getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
1. if this will be the only selectByExample, then the result should be selectByExample. 2.
getSelectByPrimaryKeyMethodName(IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the select by primary key method.
getSelectByPrimaryKeyMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
 
getSelectByPrimaryKeyMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
 
getSelectByPrimaryKeyQueryId() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the select by primary key query id.
getSelectByPrimaryKeyQueryId() - 类 中的方法org.mybatis.generator.config.TableConfiguration
Gets the select by primary key query id.
getSelectByPrimaryKeyStatementId() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the select by primary key statement id.
getSelectKey(IntrospectedColumn, GeneratedKey) - 类 中的方法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) - 类 中的方法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) - 类 中的静态方法org.mybatis.generator.codegen.ibatis2.Ibatis2FormattingUtilities
The phrase to use in a select list.
getSelectListPhrase(IntrospectedColumn) - 类 中的静态方法org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
The phrase to use in a select list.
getSetterMethodName(String) - 类 中的静态方法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() - 类 中的静态方法org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
 
getShortName() - 类 中的方法org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
Gets the short name.
getShortNameWithoutTypeArguments() - 类 中的方法org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
getSqlMapElement() - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
getSqlMapElement() - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
 
getSqlMapElement() - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
getSqlMapGeneratorConfiguration() - 类 中的方法org.mybatis.generator.config.Context
Gets the sql map generator configuration.
getStaticImports() - 接口 中的方法org.mybatis.generator.api.dom.java.CompilationUnit
Gets the static imports.
getStaticImports() - 类 中的方法org.mybatis.generator.api.dom.java.Interface
 
getStaticImports() - 类 中的方法org.mybatis.generator.api.dom.java.TopLevelClass
 
getStaticImports() - 类 中的方法org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
getString(String) - 类 中的静态方法org.mybatis.generator.internal.util.messages.Messages
 
getString(String, String) - 类 中的静态方法org.mybatis.generator.internal.util.messages.Messages
 
getString(String, String, String) - 类 中的静态方法org.mybatis.generator.internal.util.messages.Messages
 
getString(String, String, String, String) - 类 中的静态方法org.mybatis.generator.internal.util.messages.Messages
 
getStringInstance() - 类 中的静态方法org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
Gets the string instance.
getSubPackage(boolean) - 类 中的方法org.mybatis.generator.api.FullyQualifiedTable
Calculates a Java package fragment based on the table catalog and schema.
getSuperClass() - 接口 中的方法org.mybatis.generator.api.dom.java.CompilationUnit
Gets the super class.
getSuperClass() - 类 中的方法org.mybatis.generator.api.dom.java.InnerClass
Gets the super class.
getSuperClass() - 类 中的方法org.mybatis.generator.api.dom.java.Interface
 
getSuperClass() - 类 中的方法org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
getSuperClass() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Gets the super class.
getSuperInterfaceTypes() - 接口 中的方法org.mybatis.generator.api.dom.java.CompilationUnit
Gets the super interface types.
getSuperInterfaceTypes() - 类 中的方法org.mybatis.generator.api.dom.java.InnerClass
Gets the super interface types.
getSuperInterfaceTypes() - 类 中的方法org.mybatis.generator.api.dom.java.InnerEnum
Gets the super interface types.
getSuperInterfaceTypes() - 类 中的方法org.mybatis.generator.api.dom.java.Interface
 
getSystemId() - 类 中的方法org.mybatis.generator.api.dom.xml.Document
Gets the system id.
getTableAlias() - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
getTableConfiguration() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the table configuration.
getTableConfigurationProperty(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the table configuration property.
getTableConfigurations() - 类 中的方法org.mybatis.generator.config.Context
Gets the table configurations.
getTableName() - 类 中的方法org.mybatis.generator.config.TableConfiguration
Gets the table name.
getTableName() - 类 中的方法org.mybatis.generator.internal.db.ActualTableName
 
getTableType() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
 
getTargetPackage() - 类 中的方法org.mybatis.generator.api.GeneratedFile
Get the target package for the file.
getTargetPackage() - 类 中的方法org.mybatis.generator.api.GeneratedJavaFile
 
getTargetPackage() - 类 中的方法org.mybatis.generator.api.GeneratedXmlFile
Gets the target package.
getTargetPackage() - 类 中的方法org.mybatis.generator.config.JavaClientGeneratorConfiguration
 
getTargetPackage() - 类 中的方法org.mybatis.generator.config.JavaModelGeneratorConfiguration
 
getTargetPackage() - 类 中的方法org.mybatis.generator.config.SqlMapGeneratorConfiguration
 
getTargetProject() - 类 中的方法org.mybatis.generator.api.GeneratedFile
Gets the target project.
getTargetProject() - 类 中的方法org.mybatis.generator.config.JavaClientGeneratorConfiguration
 
getTargetProject() - 类 中的方法org.mybatis.generator.config.JavaModelGeneratorConfiguration
 
getTargetProject() - 类 中的方法org.mybatis.generator.config.SqlMapGeneratorConfiguration
 
getTargetRuntime() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the target runtime.
getTargetRuntime() - 类 中的方法org.mybatis.generator.config.Context
Gets the target runtime.
getTopLevelClassShell() - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
getToPrimitiveMethod() - 类 中的方法org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
 
getType() - 接口 中的方法org.mybatis.generator.api.dom.java.CompilationUnit
Gets the type.
getType() - 类 中的方法org.mybatis.generator.api.dom.java.Field
 
getType() - 类 中的方法org.mybatis.generator.api.dom.java.InnerClass
Gets the type.
getType() - 类 中的方法org.mybatis.generator.api.dom.java.InnerEnum
Gets the type.
getType() - 类 中的方法org.mybatis.generator.api.dom.java.Interface
Gets the type.
getType() - 类 中的方法org.mybatis.generator.api.dom.java.Parameter
 
getType() - 类 中的方法org.mybatis.generator.config.GeneratedKey
Gets the type.
getTypeHandler() - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
getTypeHandler() - 类 中的方法org.mybatis.generator.config.ColumnOverride
Gets the type handler.
getUpdateByExampleIncludeElement() - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
 
getUpdateByExampleSelectiveMethodName(IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the update by example selective method.
getUpdateByExampleSelectiveMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
 
getUpdateByExampleSelectiveMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
 
getUpdateByExampleSelectiveStatementId() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the update by example selective statement id.
getUpdateByExampleStatementId() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the update by example statement id.
getUpdateByExampleWithBLOBsMethodName(IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the update by example with BLOBs method.
getUpdateByExampleWithBLOBsMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
 
getUpdateByExampleWithBLOBsMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
 
getUpdateByExampleWithBLOBsStatementId() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the update by example with blo bs statement id.
getUpdateByExampleWithoutBLOBsMethodName(IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the update by example without BLOBs method.
getUpdateByExampleWithoutBLOBsMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
 
getUpdateByExampleWithoutBLOBsMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
 
getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the update by primary key selective method.
getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
 
getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
 
getUpdateByPrimaryKeySelectiveStatementId() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the update by primary key selective statement id.
getUpdateByPrimaryKeyStatementId() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the update by primary key statement id.
getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the update by primary key with BLOBs method.
getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
1. if this will be the only updateByPrimaryKey, then the result should be updateByPrimaryKey. 2.
getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
1. if this will be the only updateByPrimaryKey, then the result should be updateByPrimaryKey. 2.
getUpdateByPrimaryKeyWithBLOBsStatementId() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Gets the update by primary key with blo bs statement id.
getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.DAOMethodNameCalculator
Calculates and returns a name for the update by primary key without BLOBs method.
getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
1. if this will be the only updateByPrimaryKey, then the result should be updateByPrimaryKey. 2.
getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
1. if this will be the only updateByPrimaryKey, then the result should be updateByPrimaryKey. 2.
getUpdateMethod(String, String, String) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Gets the update method.
getUserId() - 类 中的方法org.mybatis.generator.config.JDBCConnectionConfiguration
 
getValidPropertyName(String) - 类 中的静态方法org.mybatis.generator.internal.util.JavaBeansUtil
This method ensures that the specified input string is a valid Java property name.
getValue() - 枚举 中的方法org.mybatis.generator.api.dom.java.JavaVisibility
 
getValue() - 类 中的方法org.mybatis.generator.api.dom.xml.Attribute
Gets the value.
getVersion(Document) - 类 中的方法org.mybatis.generator.internal.DomWriter
Extracts the XML version from the Document.
getVisibility() - 类 中的方法org.mybatis.generator.api.dom.java.JavaElement
Gets the visibility.
getWarnings() - 类 中的方法org.mybatis.generator.codegen.AbstractGenerator
 
getXmlFormatter() - 类 中的方法org.mybatis.generator.config.Context
Gets the xml formatter.

H

hasAnyColumns() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Checks for any columns.
hasBaseColumns() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Checks for base columns.
hasBLOBColumns() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Checks for blob columns.
hash(int, boolean) - 类 中的静态方法org.mybatis.generator.internal.util.HashCodeUtil
booleans.
hash(int, char) - 类 中的静态方法org.mybatis.generator.internal.util.HashCodeUtil
chars.
hash(int, int) - 类 中的静态方法org.mybatis.generator.internal.util.HashCodeUtil
ints.
hash(int, long) - 类 中的静态方法org.mybatis.generator.internal.util.HashCodeUtil
longs.
hash(int, float) - 类 中的静态方法org.mybatis.generator.internal.util.HashCodeUtil
floats.
hash(int, double) - 类 中的静态方法org.mybatis.generator.internal.util.HashCodeUtil
doubles.
hash(int, Object) - 类 中的静态方法org.mybatis.generator.internal.util.HashCodeUtil
aObject is a possibly-null object field, and possibly an array.
hashCode() - 类 中的方法org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
hashCode() - 类 中的方法org.mybatis.generator.api.FullyQualifiedTable
 
hashCode() - 类 中的方法org.mybatis.generator.config.IgnoredColumn
 
hashCode() - 类 中的方法org.mybatis.generator.config.TableConfiguration
 
hashCode() - 类 中的方法org.mybatis.generator.internal.db.ActualTableName
 
HashCodeUtil - 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() - 类 的构造器org.mybatis.generator.internal.util.HashCodeUtil
 
hasJDBCDateColumns() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Returns true if any of the columns in the table are JDBC Dates (as opposed to timestamps).
hasJDBCTimeColumns() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Returns true if any of the columns in the table are JDBC Times (as opposed to timestamps).
hasPrimaryKeyColumns() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Checks for primary key columns.
HierarchicalModelRules - org.mybatis.generator.internal.rules中的类
This class encapsulates all the code generation rules for a table using the hierarchical model.
HierarchicalModelRules(IntrospectedTable) - 类 的构造器org.mybatis.generator.internal.rules.HierarchicalModelRules
Instantiates a new hierarchical model rules.

I

IBATIS2_SQL_MAP_CONFIG_PUBLIC_ID - 类 中的静态变量org.mybatis.generator.codegen.XmlConstants
 
IBATIS2_SQL_MAP_CONFIG_SYSTEM_ID - 类 中的静态变量org.mybatis.generator.codegen.XmlConstants
 
IBATIS2_SQL_MAP_PUBLIC_ID - 类 中的静态变量org.mybatis.generator.codegen.XmlConstants
 
IBATIS2_SQL_MAP_SYSTEM_ID - 类 中的静态变量org.mybatis.generator.codegen.XmlConstants
 
Ibatis2FormattingUtilities - org.mybatis.generator.codegen.ibatis2中的类
The Class Ibatis2FormattingUtilities.
IbatisDAOTemplate - org.mybatis.generator.codegen.ibatis2.dao.templates中的类
 
IbatisDAOTemplate() - 类 的构造器org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
 
IBATOR_CONFIG_PUBLIC_ID - 类 中的静态变量org.mybatis.generator.codegen.XmlConstants
 
IBATOR_CONFIG_SYSTEM_ID - 类 中的静态变量org.mybatis.generator.codegen.XmlConstants
 
IbatorConfigurationParser - org.mybatis.generator.config.xml中的类
This class parses old Ibator configuration files into the new Configuration API
IbatorConfigurationParser(Properties) - 类 的构造器org.mybatis.generator.config.xml.IbatorConfigurationParser
 
identity - 类 中的变量org.mybatis.generator.api.IntrospectedColumn
 
IgnoredColumn - org.mybatis.generator.config中的类
The Class IgnoredColumn.
IgnoredColumn(String) - 类 的构造器org.mybatis.generator.config.IgnoredColumn
Instantiates a new ignored column.
InitializationBlock - org.mybatis.generator.api.dom.java中的类
 
InitializationBlock() - 类 的构造器org.mybatis.generator.api.dom.java.InitializationBlock
 
InitializationBlock(boolean) - 类 的构造器org.mybatis.generator.api.dom.java.InitializationBlock
 
initialize() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Initialize.
initializeAbstractGenerator(AbstractGenerator, List<String>, ProgressCallback) - 类 中的方法org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
initializeAbstractGenerator(AbstractGenerator, List<String>, ProgressCallback) - 类 中的方法org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
Initialize abstract generator.
initializeAndExecuteGenerator(AbstractDAOElementGenerator, TopLevelClass, Interface) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
initializeAndExecuteGenerator(AbstractXmlElementGenerator, XmlElement) - 类 中的方法org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
initializeAndExecuteGenerator(AbstractJavaMapperMethodGenerator, Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
initializeAndExecuteGenerator(AbstractJavaMapperMethodGenerator, Interface) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
 
initializeAndExecuteGenerator(AbstractJavaProviderMethodGenerator, TopLevelClass) - 类 中的方法org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
initializeAndExecuteGenerator(AbstractXmlElementGenerator, XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
 
initializeAndExecuteGenerator(AbstractXmlElementGenerator, XmlElement) - 类 中的方法org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
initialized(IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called just before the getGeneratedXXXFiles methods are called on the introspected table.
initialized(IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
initialized(IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
initialized(IntrospectedTable) - 类 中的方法org.mybatis.generator.plugins.RenameExampleClassPlugin
 
initialized(IntrospectedTable) - 类 中的方法org.mybatis.generator.plugins.VirtualPrimaryKeyPlugin
 
InnerClass - 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) - 类 的构造器org.mybatis.generator.api.dom.java.InnerClass
Instantiates a new inner class.
InnerClass(String) - 类 的构造器org.mybatis.generator.api.dom.java.InnerClass
Instantiates a new inner class.
InnerEnum - 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) - 类 的构造器org.mybatis.generator.api.dom.java.InnerEnum
Instantiates a new inner enum.
InsertElementGenerator - org.mybatis.generator.codegen.ibatis2.sqlmap.elements中的类
 
InsertElementGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.sqlmap.elements.InsertElementGenerator
 
InsertElementGenerator - org.mybatis.generator.codegen.mybatis3.xmlmapper.elements中的类
 
InsertElementGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.InsertElementGenerator
 
InsertMethodGenerator - org.mybatis.generator.codegen.ibatis2.dao.elements中的类
 
InsertMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.dao.elements.InsertMethodGenerator
 
InsertMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements中的类
 
InsertMethodGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertMethodGenerator
 
InsertSelectiveElementGenerator - org.mybatis.generator.codegen.ibatis2.sqlmap.elements中的类
 
InsertSelectiveElementGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.sqlmap.elements.InsertSelectiveElementGenerator
 
InsertSelectiveElementGenerator - org.mybatis.generator.codegen.mybatis3.xmlmapper.elements中的类
 
InsertSelectiveElementGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.InsertSelectiveElementGenerator
 
InsertSelectiveMethodGenerator - org.mybatis.generator.codegen.ibatis2.dao.elements中的类
 
InsertSelectiveMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.dao.elements.InsertSelectiveMethodGenerator
 
InsertSelectiveMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements中的类
 
InsertSelectiveMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertSelectiveMethodGenerator
 
Interface - org.mybatis.generator.api.dom.java中的类
The Class Interface.
Interface(FullyQualifiedJavaType) - 类 的构造器org.mybatis.generator.api.dom.java.Interface
Instantiates a new interface.
Interface(String) - 类 的构造器org.mybatis.generator.api.dom.java.Interface
Instantiates a new interface.
internalAttributes - 类 中的变量org.mybatis.generator.api.IntrospectedTable
Internal attributes are used to store commonly accessed items by all code generators.
internalClassForName(String) - 类 中的静态方法org.mybatis.generator.internal.ObjectFactory
Internal class for name.
IntrospectedColumn - org.mybatis.generator.api中的类
This class holds information about an introspected column.
IntrospectedColumn() - 类 的构造器org.mybatis.generator.api.IntrospectedColumn
Constructs a Column definition.
introspectedTable - 类 中的变量org.mybatis.generator.api.IntrospectedColumn
 
IntrospectedTable - org.mybatis.generator.api中的类
Base class for all code generator implementations.
IntrospectedTable(IntrospectedTable.TargetRuntime) - 类 的构造器org.mybatis.generator.api.IntrospectedTable
Instantiates a new introspected table.
introspectedTable - 类 中的变量org.mybatis.generator.codegen.AbstractGenerator
 
introspectedTable - 类 中的变量org.mybatis.generator.internal.rules.BaseRules
The introspected table.
IntrospectedTable.InternalAttribute - org.mybatis.generator.api中的枚举
The Enum InternalAttribute.
IntrospectedTable.TargetRuntime - org.mybatis.generator.api中的枚举
The Enum TargetRuntime.
IntrospectedTableIbatis2Java2Impl - org.mybatis.generator.codegen.ibatis2中的类
 
IntrospectedTableIbatis2Java2Impl() - 类 的构造器org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
IntrospectedTableIbatis2Java5Impl - org.mybatis.generator.codegen.ibatis2中的类
 
IntrospectedTableIbatis2Java5Impl() - 类 的构造器org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java5Impl
 
IntrospectedTableMyBatis3Impl - org.mybatis.generator.codegen.mybatis3中的类
The Class IntrospectedTableMyBatis3Impl.
IntrospectedTableMyBatis3Impl() - 类 的构造器org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
Instantiates a new introspected table my batis3 impl.
IntrospectedTableMyBatis3SimpleImpl - org.mybatis.generator.codegen.mybatis3中的类
 
IntrospectedTableMyBatis3SimpleImpl() - 类 的构造器org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3SimpleImpl
 
introspectionStarted(int) - 接口 中的方法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) - 类 中的方法org.mybatis.generator.internal.NullProgressCallback
 
introspectTables(ProgressCallback, List<String>, Set<String>) - 类 中的方法org.mybatis.generator.config.Context
Introspect tables based on the configuration specified in the constructor.
introspectTables(TableConfiguration) - 类 中的方法org.mybatis.generator.internal.db.DatabaseIntrospector
Returns a List of IntrospectedTable elements that matches the specified table configuration.
InvalidConfigurationException - org.mybatis.generator.exception中的异常错误
The Class InvalidConfigurationException.
InvalidConfigurationException(List<String>) - 异常错误 的构造器org.mybatis.generator.exception.InvalidConfigurationException
Instantiates a new invalid configuration exception.
isAbstract() - 类 中的方法org.mybatis.generator.api.dom.java.InnerClass
Checks if is abstract.
isAllColumnDelimitingEnabled() - 类 中的方法org.mybatis.generator.config.TableConfiguration
Checks if is all column delimiting enabled.
isArray() - 类 中的方法org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
Checks if is array.
isBLOBColumn() - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
isColumnIgnored(String) - 类 中的方法org.mybatis.generator.config.TableConfiguration
Checks if is column ignored.
isColumnNameDelimited - 类 中的变量org.mybatis.generator.api.IntrospectedColumn
 
isColumnNameDelimited() - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
isColumnNameDelimited() - 类 中的方法org.mybatis.generator.config.ColumnOverride
Checks if is column name delimited.
isColumnNameDelimited() - 类 中的方法org.mybatis.generator.config.IgnoredColumn
Checks if is column name delimited.
isConstructor() - 类 中的方法org.mybatis.generator.api.dom.java.Method
Checks if is constructor.
isConstructorBased() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Checks if is constructor based.
isCountByExampleStatementEnabled() - 类 中的方法org.mybatis.generator.config.TableConfiguration
Checks if is count by example statement enabled.
isDebugEnabled() - 类 中的方法org.mybatis.generator.logging.JdkLoggingImpl
 
isDebugEnabled() - 接口 中的方法org.mybatis.generator.logging.Log
 
isDebugEnabled() - 类 中的方法org.mybatis.generator.logging.Log4jImpl
 
isDeleteByExampleStatementEnabled() - 类 中的方法org.mybatis.generator.config.TableConfiguration
Checks if is delete by example statement enabled.
isDeleteByPrimaryKeyStatementEnabled() - 类 中的方法org.mybatis.generator.config.TableConfiguration
Checks if is delete by primary key statement enabled.
isDelimitIdentifiers() - 类 中的方法org.mybatis.generator.config.TableConfiguration
Checks if is delimit identifiers.
isExplicitlyImported() - 类 中的方法org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
Checks if is explicitly imported.
isFinal() - 类 中的方法org.mybatis.generator.api.dom.java.JavaElement
Checks if is final.
isIdentity() - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
isIdentity() - 类 中的方法org.mybatis.generator.config.GeneratedKey
Checks if is identity.
isImmutable() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Checks if is immutable.
isInsertStatementEnabled() - 类 中的方法org.mybatis.generator.config.TableConfiguration
Checks if is insert statement enabled.
isJava5Targeted() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Denotes whether generated code is targeted for Java version 5.0 or higher.
isJava5Targeted() - 类 中的方法org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
isJava5Targeted() - 类 中的方法org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java5Impl
 
isJava5Targeted() - 类 中的方法org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
isJavaEnumeration() - 接口 中的方法org.mybatis.generator.api.dom.java.CompilationUnit
Checks if is java enumeration.
isJavaEnumeration() - 类 中的方法org.mybatis.generator.api.dom.java.Interface
 
isJavaEnumeration() - 类 中的方法org.mybatis.generator.api.dom.java.TopLevelClass
 
isJavaEnumeration() - 类 中的方法org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
isJavaInterface() - 接口 中的方法org.mybatis.generator.api.dom.java.CompilationUnit
Checks if is java interface.
isJavaInterface() - 类 中的方法org.mybatis.generator.api.dom.java.Interface
 
isJavaInterface() - 类 中的方法org.mybatis.generator.api.dom.java.TopLevelClass
 
isJavaInterface() - 类 中的方法org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
isJdbcCharacterColumn() - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
isJDBCDateColumn() - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
isJdbcStandard() - 类 中的方法org.mybatis.generator.config.GeneratedKey
Checks if is jdbc standard.
isJDBCTimeColumn() - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
isMergeable() - 类 中的方法org.mybatis.generator.api.GeneratedFile
Checks if is mergeable.
isMergeable() - 类 中的方法org.mybatis.generator.api.GeneratedJavaFile
A Java file is mergeable if the getCompilationUnit() method returns a valid compilation unit.
isMergeable() - 类 中的方法org.mybatis.generator.api.GeneratedXmlFile
 
isMergeSupported() - 接口 中的方法org.mybatis.generator.api.ShellCallback
Return true if the callback supports Java merging, otherwise false.
isMergeSupported() - 类 中的方法org.mybatis.generator.internal.DefaultShellCallback
 
isModelOnly - 类 中的变量org.mybatis.generator.internal.rules.BaseRules
The is model only.
isNative() - 类 中的方法org.mybatis.generator.api.dom.java.Method
Checks if is native.
isNullable() - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
isOverwrite() - 类 中的方法org.mybatis.generator.ant.GeneratorAntTask
 
isOverwriteEnabled() - 接口 中的方法org.mybatis.generator.api.ShellCallback
Return true if the generator should overwrite an existing file if one exists.
isOverwriteEnabled() - 类 中的方法org.mybatis.generator.internal.DefaultShellCallback
 
isPlacedBeforeInsertInIbatis2() - 类 中的方法org.mybatis.generator.config.GeneratedKey
This method is used by the iBATIS2 generators to know if the XML <selectKey> element should be placed before the insert SQL statement.
isPrimitive() - 类 中的方法org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
Checks if is primitive.
isSelectByExampleStatementEnabled() - 类 中的方法org.mybatis.generator.config.TableConfiguration
Checks if is select by example statement enabled.
isSelectByPrimaryKeyStatementEnabled() - 类 中的方法org.mybatis.generator.config.TableConfiguration
Checks if is select by primary key statement enabled.
isSequenceColumn - 类 中的变量org.mybatis.generator.api.IntrospectedColumn
 
isSequenceColumn() - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
isStatic() - 类 中的方法org.mybatis.generator.api.dom.java.InitializationBlock
 
isStatic() - 类 中的方法org.mybatis.generator.api.dom.java.JavaElement
Checks if is static.
isStringColumn() - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
isSynchronized() - 类 中的方法org.mybatis.generator.api.dom.java.Method
Checks if is synchronized.
isTransient() - 类 中的方法org.mybatis.generator.api.dom.java.Field
 
isTrue(String) - 类 中的静态方法org.mybatis.generator.internal.util.StringUtility
 
isUpdateByExampleStatementEnabled() - 类 中的方法org.mybatis.generator.config.TableConfiguration
Checks if is update by example statement enabled.
isUpdateByPrimaryKeyStatementEnabled() - 类 中的方法org.mybatis.generator.config.TableConfiguration
Checks if is update by primary key statement enabled.
isVarargs() - 类 中的方法org.mybatis.generator.api.dom.java.Parameter
 
isVerbose() - 类 中的方法org.mybatis.generator.ant.GeneratorAntTask
 
isVolatile() - 类 中的方法org.mybatis.generator.api.dom.java.Field
 
isWildcardEscapingEnabled() - 类 中的方法org.mybatis.generator.config.TableConfiguration
Checks if is wildcard escaping enabled.
isXML11 - 类 中的变量org.mybatis.generator.internal.DomWriter
The is xm l11.

J

JavaBeansUtil - org.mybatis.generator.internal.util中的类
The Class JavaBeansUtil.
JavaClientGeneratorConfiguration - org.mybatis.generator.config中的类
 
JavaClientGeneratorConfiguration() - 类 的构造器org.mybatis.generator.config.JavaClientGeneratorConfiguration
 
JavaDomUtils - org.mybatis.generator.api.dom.java中的类
 
JavaDomUtils() - 类 的构造器org.mybatis.generator.api.dom.java.JavaDomUtils
 
JavaElement - org.mybatis.generator.api.dom.java中的类
The Class JavaElement.
JavaElement() - 类 的构造器org.mybatis.generator.api.dom.java.JavaElement
Instantiates a new java element.
JavaElement(JavaElement) - 类 的构造器org.mybatis.generator.api.dom.java.JavaElement
Copy Constructor.
JavaFormatter - 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) - 类 中的静态方法org.mybatis.generator.api.dom.OutputUtilities
Utility method that indents the buffer by the default amount for Java (four spaces per indent level).
JavaMapperGenerator - org.mybatis.generator.codegen.mybatis3.javamapper中的类
 
JavaMapperGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
JavaMapperGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
JavaModelGeneratorConfiguration - org.mybatis.generator.config中的类
 
JavaModelGeneratorConfiguration() - 类 的构造器org.mybatis.generator.config.JavaModelGeneratorConfiguration
 
javaModelGenerators - 类 中的变量org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
javaModelGenerators - 类 中的变量org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
The java model generators.
javaProperty - 类 中的变量org.mybatis.generator.api.IntrospectedColumn
 
JavaReservedWords - org.mybatis.generator.api.dom.java中的类
This class contains a list of Java reserved words.
JavaTypeResolver - org.mybatis.generator.api中的接口
This interface describes methods that are required in any Java type resolver.
JavaTypeResolverConfiguration - org.mybatis.generator.config中的类
 
JavaTypeResolverConfiguration() - 类 的构造器org.mybatis.generator.config.JavaTypeResolverConfiguration
 
JavaTypeResolverDefaultImpl - org.mybatis.generator.internal.types中的类
 
JavaTypeResolverDefaultImpl() - 类 的构造器org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
JavaTypeResolverDefaultImpl.JdbcTypeInformation - org.mybatis.generator.internal.types中的类
 
JavaVisibility - org.mybatis.generator.api.dom.java中的枚举
Typesafe enum of possible Java visibility settings
JDBCConnectionConfiguration - org.mybatis.generator.config中的类
 
JDBCConnectionConfiguration() - 类 的构造器org.mybatis.generator.config.JDBCConnectionConfiguration
 
jdbcType - 类 中的变量org.mybatis.generator.api.IntrospectedColumn
 
JdbcTypeInformation(String, FullyQualifiedJavaType) - 类 的构造器org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl.JdbcTypeInformation
 
jdbcTypeName - 类 中的变量org.mybatis.generator.api.IntrospectedColumn
 
JdbcTypeNameTranslator - org.mybatis.generator.internal.types中的类
TODO - Delete Me
JdkLoggingImpl - org.mybatis.generator.logging中的类
 
JdkLoggingImpl(Class<?>) - 类 的构造器org.mybatis.generator.logging.JdkLoggingImpl
 

L

length - 类 中的变量org.mybatis.generator.api.IntrospectedColumn
 
Log - org.mybatis.generator.logging中的接口
 
Log4jImpl - org.mybatis.generator.logging中的类
 
Log4jImpl(Class<?>) - 类 的构造器org.mybatis.generator.logging.Log4jImpl
 
LogFactory - org.mybatis.generator.logging中的类
Factory for creating loggers.
LogFactory() - 类 的构造器org.mybatis.generator.logging.LogFactory
 

M

main(String[]) - 类 中的静态方法org.mybatis.generator.api.ShellRunner
 
makeSerializable(TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.plugins.SerializablePlugin
 
MapperConfigPlugin - org.mybatis.generator.plugins中的类
This plugin generates a MapperConfig file containing mapper entries for SQL maps generated for MyBatis3.
MapperConfigPlugin() - 类 的构造器org.mybatis.generator.plugins.MapperConfigPlugin
 
MergeConstants - org.mybatis.generator.config中的类
This class holds constants useful in the XML and Java merging operations.
mergeJavaFile(String, String, String[], String) - 接口 中的方法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) - 类 中的方法org.mybatis.generator.internal.DefaultShellCallback
 
Messages - org.mybatis.generator.internal.util.messages中的类
 
Method - org.mybatis.generator.api.dom.java中的类
The Class Method.
Method() - 类 的构造器org.mybatis.generator.api.dom.java.Method
Instantiates a new method.
Method(String) - 类 的构造器org.mybatis.generator.api.dom.java.Method
Instantiates a new method.
Method(Method) - 类 的构造器org.mybatis.generator.api.dom.java.Method
Copy constructor.
MixedClientGenerator - 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() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.MixedClientGenerator
 
MixedMapperGenerator - org.mybatis.generator.codegen.mybatis3.xmlmapper中的类
 
MixedMapperGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.xmlmapper.MixedMapperGenerator
 
MODEL_GENERATOR_TRIM_STRINGS - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
 
modelBaseRecordClassGenerated(TopLevelClass, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called after the base record class is generated by the JavaModelGenerator.
modelBaseRecordClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
modelBaseRecordClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
modelBaseRecordClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.plugins.EqualsHashCodePlugin
 
modelBaseRecordClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.plugins.SerializablePlugin
 
modelBaseRecordClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.plugins.ToStringPlugin
 
modelExampleClassGenerated(TopLevelClass, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called after the example class is generated by the JavaModelGenerator.
modelExampleClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
modelExampleClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
modelExampleClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.plugins.CaseInsensitiveLikePlugin
 
modelFieldGenerated(Field, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - 接口 中的方法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) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
modelFieldGenerated(Field, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
modelGetterMethodGenerated(Method, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - 接口 中的方法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) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
modelGetterMethodGenerated(Method, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
modelPrimaryKeyClassGenerated(TopLevelClass, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called after the primary key class is generated by the JavaModelGenerator.
modelPrimaryKeyClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
modelPrimaryKeyClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
modelPrimaryKeyClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.plugins.EqualsHashCodePlugin
 
modelPrimaryKeyClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.plugins.SerializablePlugin
 
modelPrimaryKeyClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.plugins.ToStringPlugin
 
modelRecordWithBLOBsClassGenerated(TopLevelClass, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called after the record with BLOBs class is generated by the JavaModelGenerator.
modelRecordWithBLOBsClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
modelRecordWithBLOBsClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
modelRecordWithBLOBsClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.plugins.EqualsHashCodePlugin
 
modelRecordWithBLOBsClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.plugins.SerializablePlugin
 
modelRecordWithBLOBsClassGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.plugins.ToStringPlugin
 
modelSetterMethodGenerated(Method, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - 接口 中的方法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) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
modelSetterMethodGenerated(Method, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
ModelType - org.mybatis.generator.config中的枚举
Typesafe enum of different model types
MYBATIS3_MAPPER_CONFIG_PUBLIC_ID - 类 中的静态变量org.mybatis.generator.codegen.XmlConstants
 
MYBATIS3_MAPPER_CONFIG_SYSTEM_ID - 类 中的静态变量org.mybatis.generator.codegen.XmlConstants
 
MYBATIS3_MAPPER_PUBLIC_ID - 类 中的静态变量org.mybatis.generator.codegen.XmlConstants
 
MYBATIS3_MAPPER_SYSTEM_ID - 类 中的静态变量org.mybatis.generator.codegen.XmlConstants
 
MyBatis3FormattingUtilities - org.mybatis.generator.codegen.mybatis3中的类
The Class MyBatis3FormattingUtilities.
MYBATIS_GENERATOR_CONFIG_PUBLIC_ID - 类 中的静态变量org.mybatis.generator.codegen.XmlConstants
 
MYBATIS_GENERATOR_CONFIG_SYSTEM_ID - 类 中的静态变量org.mybatis.generator.codegen.XmlConstants
 
MyBatisGenerator - org.mybatis.generator.api中的类
This class is the main interface to MyBatis generator.
MyBatisGenerator(Configuration, ShellCallback, List<String>) - 类 的构造器org.mybatis.generator.api.MyBatisGenerator
Constructs a MyBatisGenerator object.
MyBatisGeneratorConfigurationParser - org.mybatis.generator.config.xml中的类
This class parses configuration files into the new Configuration API
MyBatisGeneratorConfigurationParser(Properties) - 类 的构造器org.mybatis.generator.config.xml.MyBatisGeneratorConfigurationParser
 

N

NEW_BUILDER_IMPORT - 类 中的静态变量org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.AbstractJavaProviderMethodGenerator
 
NEW_ELEMENT_TAG - 类 中的静态变量org.mybatis.generator.config.MergeConstants
 
newLine(StringBuilder) - 类 中的静态方法org.mybatis.generator.api.dom.OutputUtilities
Utility method.
normalizeAndPrint(String, boolean) - 类 中的方法org.mybatis.generator.internal.DomWriter
Normalizes and prints the given string.
normalizeAndPrint(char, boolean) - 类 中的方法org.mybatis.generator.internal.DomWriter
Normalizes and print the given character.
nullable - 类 中的变量org.mybatis.generator.api.IntrospectedColumn
 
NullProgressCallback - org.mybatis.generator.internal中的类
This class implements a progress callback that does nothing.
NullProgressCallback() - 类 的构造器org.mybatis.generator.internal.NullProgressCallback
 

O

ObjectFactory - org.mybatis.generator.internal中的类
This class creates the different objects needed by the generator.
OLD_ELEMENT_TAGS - 类 中的静态变量org.mybatis.generator.config.MergeConstants
 
OLD_XML_ELEMENT_PREFIXES - 类 中的静态变量org.mybatis.generator.config.MergeConstants
 
org.mybatis.generator.ant - 程序包 org.mybatis.generator.ant
 
org.mybatis.generator.api - 程序包 org.mybatis.generator.api
Provides the main classes and interfaces used by clients of MyBatis Generator.
org.mybatis.generator.api.dom - 程序包 org.mybatis.generator.api.dom
 
org.mybatis.generator.api.dom.java - 程序包 org.mybatis.generator.api.dom.java
 
org.mybatis.generator.api.dom.xml - 程序包 org.mybatis.generator.api.dom.xml
 
org.mybatis.generator.codegen - 程序包 org.mybatis.generator.codegen
 
org.mybatis.generator.codegen.ibatis2 - 程序包 org.mybatis.generator.codegen.ibatis2
 
org.mybatis.generator.codegen.ibatis2.dao - 程序包 org.mybatis.generator.codegen.ibatis2.dao
 
org.mybatis.generator.codegen.ibatis2.dao.elements - 程序包 org.mybatis.generator.codegen.ibatis2.dao.elements
 
org.mybatis.generator.codegen.ibatis2.dao.templates - 程序包 org.mybatis.generator.codegen.ibatis2.dao.templates
 
org.mybatis.generator.codegen.ibatis2.model - 程序包 org.mybatis.generator.codegen.ibatis2.model
 
org.mybatis.generator.codegen.ibatis2.sqlmap - 程序包 org.mybatis.generator.codegen.ibatis2.sqlmap
 
org.mybatis.generator.codegen.ibatis2.sqlmap.elements - 程序包 org.mybatis.generator.codegen.ibatis2.sqlmap.elements
 
org.mybatis.generator.codegen.mybatis3 - 程序包 org.mybatis.generator.codegen.mybatis3
 
org.mybatis.generator.codegen.mybatis3.javamapper - 程序包 org.mybatis.generator.codegen.mybatis3.javamapper
 
org.mybatis.generator.codegen.mybatis3.javamapper.elements - 程序包 org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated - 程序包 org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
 
org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider - 程序包 org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
 
org.mybatis.generator.codegen.mybatis3.model - 程序包 org.mybatis.generator.codegen.mybatis3.model
 
org.mybatis.generator.codegen.mybatis3.xmlmapper - 程序包 org.mybatis.generator.codegen.mybatis3.xmlmapper
 
org.mybatis.generator.codegen.mybatis3.xmlmapper.elements - 程序包 org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
org.mybatis.generator.config - 程序包 org.mybatis.generator.config
 
org.mybatis.generator.config.xml - 程序包 org.mybatis.generator.config.xml
 
org.mybatis.generator.exception - 程序包 org.mybatis.generator.exception
 
org.mybatis.generator.internal - 程序包 org.mybatis.generator.internal
 
org.mybatis.generator.internal.db - 程序包 org.mybatis.generator.internal.db
 
org.mybatis.generator.internal.rules - 程序包 org.mybatis.generator.internal.rules
 
org.mybatis.generator.internal.types - 程序包 org.mybatis.generator.internal.types
 
org.mybatis.generator.internal.util - 程序包 org.mybatis.generator.internal.util
 
org.mybatis.generator.internal.util.messages - 程序包 org.mybatis.generator.internal.util.messages
 
org.mybatis.generator.logging - 程序包 org.mybatis.generator.logging
 
org.mybatis.generator.plugins - 程序包 org.mybatis.generator.plugins
 
OutputUtilities - org.mybatis.generator.api.dom中的类
The Class OutputUtilities.
overrideDefaultType(IntrospectedColumn, FullyQualifiedJavaType) - 类 中的方法org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 

P

Parameter - org.mybatis.generator.api.dom.java中的类
 
Parameter(FullyQualifiedJavaType, String, boolean) - 类 的构造器org.mybatis.generator.api.dom.java.Parameter
 
Parameter(FullyQualifiedJavaType, String) - 类 的构造器org.mybatis.generator.api.dom.java.Parameter
 
Parameter(FullyQualifiedJavaType, String, String) - 类 的构造器org.mybatis.generator.api.dom.java.Parameter
 
Parameter(FullyQualifiedJavaType, String, String, boolean) - 类 的构造器org.mybatis.generator.api.dom.java.Parameter
 
parseAttributes(Node) - 类 中的方法org.mybatis.generator.config.xml.MyBatisGeneratorConfigurationParser
 
parseClassPathEntry(Configuration, Node) - 类 中的方法org.mybatis.generator.config.xml.MyBatisGeneratorConfigurationParser
 
parseCommentGenerator(Context, Node) - 类 中的方法org.mybatis.generator.config.xml.MyBatisGeneratorConfigurationParser
 
parseConfiguration(File) - 类 中的方法org.mybatis.generator.config.xml.ConfigurationParser
 
parseConfiguration(Reader) - 类 中的方法org.mybatis.generator.config.xml.ConfigurationParser
 
parseConfiguration(InputStream) - 类 中的方法org.mybatis.generator.config.xml.ConfigurationParser
 
parseConfiguration(Element) - 类 中的方法org.mybatis.generator.config.xml.MyBatisGeneratorConfigurationParser
 
parseIbatorConfiguration(Element) - 类 中的方法org.mybatis.generator.config.xml.IbatorConfigurationParser
 
parseJavaModelGenerator(Context, Node) - 类 中的方法org.mybatis.generator.config.xml.MyBatisGeneratorConfigurationParser
 
parseJavaTypeResolver(Context, Node) - 类 中的方法org.mybatis.generator.config.xml.MyBatisGeneratorConfigurationParser
 
parseJdbcConnection(Context, Node) - 类 中的方法org.mybatis.generator.config.xml.MyBatisGeneratorConfigurationParser
 
parseProperties(Configuration, Node) - 类 中的方法org.mybatis.generator.config.xml.MyBatisGeneratorConfigurationParser
 
parseProperty(PropertyHolder, Node) - 类 中的方法org.mybatis.generator.config.xml.MyBatisGeneratorConfigurationParser
 
ParserEntityResolver - org.mybatis.generator.config.xml中的类
 
ParserEntityResolver() - 类 的构造器org.mybatis.generator.config.xml.ParserEntityResolver
 
ParserErrorHandler - org.mybatis.generator.config.xml中的类
The Class ParserErrorHandler.
ParserErrorHandler(List<String>, List<String>) - 类 的构造器org.mybatis.generator.config.xml.ParserErrorHandler
Instantiates a new parser error handler.
parseSqlMapGenerator(Context, Node) - 类 中的方法org.mybatis.generator.config.xml.MyBatisGeneratorConfigurationParser
 
parseTable(Context, Node) - 类 中的方法org.mybatis.generator.config.xml.MyBatisGeneratorConfigurationParser
 
Plugin - org.mybatis.generator.api中的接口
This interface defines methods that will be called at different times during the code generation process.
Plugin.ModelClassType - org.mybatis.generator.api中的枚举
The Enum ModelClassType.
PluginAdapter - org.mybatis.generator.api中的类
This class includes no-operation methods for almost every method in the Plugin interface.
PluginAdapter() - 类 的构造器org.mybatis.generator.api.PluginAdapter
 
PluginAggregator - org.mybatis.generator.internal中的类
This class is for internal use only.
PluginAggregator() - 类 的构造器org.mybatis.generator.internal.PluginAggregator
 
PluginConfiguration - org.mybatis.generator.config中的类
 
PluginConfiguration() - 类 的构造器org.mybatis.generator.config.PluginConfiguration
 
primaryKeyColumns - 类 中的变量org.mybatis.generator.api.IntrospectedTable
The primary key columns.
PrimaryKeyGenerator - org.mybatis.generator.codegen.ibatis2.model中的类
 
PrimaryKeyGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.model.PrimaryKeyGenerator
 
PrimaryKeyGenerator - org.mybatis.generator.codegen.mybatis3.model中的类
 
PrimaryKeyGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.model.PrimaryKeyGenerator
 
PrimitiveTypeWrapper - org.mybatis.generator.api.dom.java中的类
 
printWriter - 类 中的变量org.mybatis.generator.internal.DomWriter
The print writer.
ProgressCallback - org.mybatis.generator.api中的接口
This interface can be implemented to return progress information from the file generation process.
progressCallback - 类 中的变量org.mybatis.generator.codegen.AbstractGenerator
 
properties - 类 中的变量org.mybatis.generator.api.IntrospectedColumn
 
properties - 类 中的变量org.mybatis.generator.api.PluginAdapter
 
properties - 类 中的变量org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
PropertyHolder - org.mybatis.generator.config中的类
 
PropertyHolder() - 类 的构造器org.mybatis.generator.config.PropertyHolder
 
PropertyRegistry - org.mybatis.generator.config中的类
This class holds constants for all properties recognized by the different configuration elements.
PropertyRegistry() - 类 的构造器org.mybatis.generator.config.PropertyRegistry
 
providerApplyWhereMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the applyWhere method has been generated in the SQL provider.
providerApplyWhereMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
providerApplyWhereMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
ProviderApplyWhereMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider中的类
 
ProviderApplyWhereMethodGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderApplyWhereMethodGenerator
 
providerCountByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the countByExample method has been generated in the SQL provider.
providerCountByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
providerCountByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
ProviderCountByExampleMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider中的类
 
ProviderCountByExampleMethodGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderCountByExampleMethodGenerator
 
providerDeleteByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the deleteByExample method has been generated in the SQL provider.
providerDeleteByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
providerDeleteByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
ProviderDeleteByExampleMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider中的类
 
ProviderDeleteByExampleMethodGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderDeleteByExampleMethodGenerator
 
providerGenerated(TopLevelClass, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the SQL provider has been generated.
providerGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
providerGenerated(TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
providerInsertSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the insertSelective method has been generated in the SQL provider.
providerInsertSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
providerInsertSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
ProviderInsertSelectiveMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider中的类
 
ProviderInsertSelectiveMethodGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderInsertSelectiveMethodGenerator
 
providerSelectByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the selectByExampleWithBLOBs method has been generated in the SQL provider.
providerSelectByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
providerSelectByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
ProviderSelectByExampleWithBLOBsMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider中的类
 
ProviderSelectByExampleWithBLOBsMethodGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithBLOBsMethodGenerator
 
providerSelectByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the selectByExampleWithoutBLOBs method has been generated in the SQL provider.
providerSelectByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
providerSelectByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
ProviderSelectByExampleWithoutBLOBsMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider中的类
 
ProviderSelectByExampleWithoutBLOBsMethodGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithoutBLOBsMethodGenerator
 
providerUpdateByExampleSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the updateByExampleSelective method has been generated in the SQL provider.
providerUpdateByExampleSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
providerUpdateByExampleSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
ProviderUpdateByExampleSelectiveMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider中的类
 
ProviderUpdateByExampleSelectiveMethodGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleSelectiveMethodGenerator
 
providerUpdateByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the updateByExampleWithBLOBs method has been generated in the SQL provider.
providerUpdateByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
providerUpdateByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
ProviderUpdateByExampleWithBLOBsMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider中的类
 
ProviderUpdateByExampleWithBLOBsMethodGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithBLOBsMethodGenerator
 
providerUpdateByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the updateByExampleWithoutBLOBs method has been generated in the SQL provider.
providerUpdateByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
providerUpdateByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
ProviderUpdateByExampleWithoutBLOBsMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider中的类
 
ProviderUpdateByExampleWithoutBLOBsMethodGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithoutBLOBsMethodGenerator
 
providerUpdateByPrimaryKeySelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the updateByPrimaryKeySelective method has been generated in the SQL provider.
providerUpdateByPrimaryKeySelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
providerUpdateByPrimaryKeySelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
ProviderUpdateByPrimaryKeySelectiveMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider中的类
 
ProviderUpdateByPrimaryKeySelectiveMethodGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByPrimaryKeySelectiveMethodGenerator
 

R

RecordWithBLOBsGenerator - org.mybatis.generator.codegen.ibatis2.model中的类
 
RecordWithBLOBsGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.model.RecordWithBLOBsGenerator
 
RecordWithBLOBsGenerator - org.mybatis.generator.codegen.mybatis3.model中的类
 
RecordWithBLOBsGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.model.RecordWithBLOBsGenerator
 
refreshProject(String) - 接口 中的方法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) - 类 中的方法org.mybatis.generator.internal.DefaultShellCallback
 
remarks - 类 中的变量org.mybatis.generator.api.IntrospectedColumn
 
remarks - 类 中的变量org.mybatis.generator.api.IntrospectedTable
Table remarks retrieved from database metadata
removeAttribute(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Removes the attribute.
RenameExampleClassPlugin - org.mybatis.generator.plugins中的类
This plugin demonstrates overriding the initialized() method to rename the generated example classes.
RenameExampleClassPlugin() - 类 的构造器org.mybatis.generator.plugins.RenameExampleClassPlugin
 
requiresXMLGenerator() - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Should return true if an XML generator is required for this table.
requiresXMLGenerator() - 类 中的方法org.mybatis.generator.codegen.AbstractJavaClientGenerator
 
requiresXMLGenerator() - 类 中的方法org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
requiresXMLGenerator() - 类 中的方法org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
resolveEntity(String, String) - 类 中的方法org.mybatis.generator.config.xml.ParserEntityResolver
 
ResultMapWithBLOBsElementGenerator - org.mybatis.generator.codegen.ibatis2.sqlmap.elements中的类
 
ResultMapWithBLOBsElementGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.sqlmap.elements.ResultMapWithBLOBsElementGenerator
 
ResultMapWithBLOBsElementGenerator - org.mybatis.generator.codegen.mybatis3.xmlmapper.elements中的类
 
ResultMapWithBLOBsElementGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.ResultMapWithBLOBsElementGenerator
 
ResultMapWithoutBLOBsElementGenerator - org.mybatis.generator.codegen.ibatis2.sqlmap.elements中的类
 
ResultMapWithoutBLOBsElementGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.sqlmap.elements.ResultMapWithoutBLOBsElementGenerator
 
ResultMapWithoutBLOBsElementGenerator - org.mybatis.generator.codegen.mybatis3.xmlmapper.elements中的类
 
ResultMapWithoutBLOBsElementGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.ResultMapWithoutBLOBsElementGenerator
 
RootClassInfo - org.mybatis.generator.codegen中的类
 
RowBoundsPlugin - org.mybatis.generator.plugins中的类
This plugin will add selectByExample methods that include rowBounds parameters to the generated mapper interface.
RowBoundsPlugin() - 类 的构造器org.mybatis.generator.plugins.RowBoundsPlugin
 
rules - 类 中的变量org.mybatis.generator.api.IntrospectedTable
The rules.
Rules - 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 - 类 中的变量org.mybatis.generator.internal.rules.RulesDelegate
 
RulesDelegate - org.mybatis.generator.internal.rules中的类
This class can be used by plugins to easily implement a custom rules implementation.
RulesDelegate(Rules) - 类 的构造器org.mybatis.generator.internal.rules.RulesDelegate
 

S

saveStarted(int) - 接口 中的方法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) - 类 中的方法org.mybatis.generator.internal.NullProgressCallback
 
scale - 类 中的变量org.mybatis.generator.api.IntrospectedColumn
 
SEED - 类 中的静态变量org.mybatis.generator.internal.util.HashCodeUtil
An initial value for a hashCode, to which is added contributions from fields.
SelectAllMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements中的类
The selectAll method is only generated by the Mybatis3Simple runtime.
SelectAllMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectAllMethodGenerator
 
SelectByExampleWithBLOBsElementGenerator - org.mybatis.generator.codegen.ibatis2.sqlmap.elements中的类
 
SelectByExampleWithBLOBsElementGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.sqlmap.elements.SelectByExampleWithBLOBsElementGenerator
 
SelectByExampleWithBLOBsElementGenerator - org.mybatis.generator.codegen.mybatis3.xmlmapper.elements中的类
 
SelectByExampleWithBLOBsElementGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SelectByExampleWithBLOBsElementGenerator
 
SelectByExampleWithBLOBsMethodGenerator - org.mybatis.generator.codegen.ibatis2.dao.elements中的类
 
SelectByExampleWithBLOBsMethodGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.ibatis2.dao.elements.SelectByExampleWithBLOBsMethodGenerator
 
SelectByExampleWithBLOBsMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements中的类
 
SelectByExampleWithBLOBsMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByExampleWithBLOBsMethodGenerator
 
SelectByExampleWithoutBLOBsElementGenerator - org.mybatis.generator.codegen.ibatis2.sqlmap.elements中的类
 
SelectByExampleWithoutBLOBsElementGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.sqlmap.elements.SelectByExampleWithoutBLOBsElementGenerator
 
SelectByExampleWithoutBLOBsElementGenerator - org.mybatis.generator.codegen.mybatis3.xmlmapper.elements中的类
 
SelectByExampleWithoutBLOBsElementGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SelectByExampleWithoutBLOBsElementGenerator
 
SelectByExampleWithoutBLOBsMethodGenerator - org.mybatis.generator.codegen.ibatis2.dao.elements中的类
 
SelectByExampleWithoutBLOBsMethodGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.ibatis2.dao.elements.SelectByExampleWithoutBLOBsMethodGenerator
 
SelectByExampleWithoutBLOBsMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements中的类
 
SelectByExampleWithoutBLOBsMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByExampleWithoutBLOBsMethodGenerator
 
SelectByPrimaryKeyElementGenerator - org.mybatis.generator.codegen.ibatis2.sqlmap.elements中的类
 
SelectByPrimaryKeyElementGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.sqlmap.elements.SelectByPrimaryKeyElementGenerator
 
SelectByPrimaryKeyElementGenerator - org.mybatis.generator.codegen.mybatis3.xmlmapper.elements中的类
 
SelectByPrimaryKeyElementGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SelectByPrimaryKeyElementGenerator
 
SelectByPrimaryKeyMethodGenerator - org.mybatis.generator.codegen.ibatis2.dao.elements中的类
 
SelectByPrimaryKeyMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.dao.elements.SelectByPrimaryKeyMethodGenerator
 
SelectByPrimaryKeyMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements中的类
 
SelectByPrimaryKeyMethodGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByPrimaryKeyMethodGenerator
 
SerializablePlugin - org.mybatis.generator.plugins中的类
This plugin adds the java.io.Serializable marker interface to all generated model objects.
SerializablePlugin() - 类 的构造器org.mybatis.generator.plugins.SerializablePlugin
 
setAbstract(boolean) - 类 中的方法org.mybatis.generator.api.dom.java.InnerClass
Sets the abstract.
setActualColumnName(String) - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
setAlias(String) - 类 中的方法org.mybatis.generator.config.TableConfiguration
Sets the alias.
setAllColumnDelimitingEnabled(boolean) - 类 中的方法org.mybatis.generator.config.TableConfiguration
Sets the all column delimiting enabled.
setAttribute(String, Object) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the attribute.
setBaseColumnListId(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the base column list id.
setBaseRecordType(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the base record type.
setBaseResultMapId(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the base result map id.
setBlobColumnListId(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the blob column list id.
setCatalog(String) - 类 中的方法org.mybatis.generator.config.TableConfiguration
Sets the catalog.
setColumnNameDelimited(boolean) - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
setColumnNameDelimited(boolean) - 类 中的方法org.mybatis.generator.config.ColumnOverride
Sets the column name delimited.
setColumnNameDelimited(boolean) - 类 中的方法org.mybatis.generator.config.IgnoredColumn
Sets the column name delimited.
setColumnRenamingRule(ColumnRenamingRule) - 类 中的方法org.mybatis.generator.config.TableConfiguration
Sets the column renaming rule.
setCommentGeneratorConfiguration(CommentGeneratorConfiguration) - 类 中的方法org.mybatis.generator.config.Context
Sets the comment generator configuration.
setConfigfile(String) - 类 中的方法org.mybatis.generator.ant.GeneratorAntTask
 
setConfigurationType(String) - 类 中的方法org.mybatis.generator.config.TypedPropertyHolder
Sets the value of the type specified in the configuration.
setConfiguredModelType(String) - 类 中的方法org.mybatis.generator.config.TableConfiguration
Sets the configured model type.
setConnectionURL(String) - 类 中的方法org.mybatis.generator.config.JDBCConnectionConfiguration
 
setConstructor(boolean) - 类 中的方法org.mybatis.generator.api.dom.java.Method
Sets the constructor.
setConstructorTemplate(Method) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Sets the constructor template.
setContext(Context) - 类 中的方法org.mybatis.generator.api.dom.DefaultJavaFormatter
 
setContext(Context) - 类 中的方法org.mybatis.generator.api.dom.DefaultXmlFormatter
 
setContext(Context) - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
setContext(Context) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the context.
setContext(Context) - 接口 中的方法org.mybatis.generator.api.JavaFormatter
 
setContext(Context) - 接口 中的方法org.mybatis.generator.api.JavaTypeResolver
Sets the instance of the Context object associated with this instance.
setContext(Context) - 接口 中的方法org.mybatis.generator.api.Plugin
Set the context under which this plugin is running.
setContext(Context) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
setContext(Context) - 接口 中的方法org.mybatis.generator.api.XmlFormatter
 
setContext(Context) - 类 中的方法org.mybatis.generator.codegen.AbstractGenerator
 
setContext(Context) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
setContext(Context) - 类 中的方法org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
setContextIds(String) - 类 中的方法org.mybatis.generator.ant.GeneratorAntTask
 
setCountByExampleStatementEnabled(boolean) - 类 中的方法org.mybatis.generator.config.TableConfiguration
Sets the count by example statement enabled.
setCountByExampleStatementId(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the count by example statement id.
setDAOImplementationType(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the DAO implementation type.
setDAOInterfaceType(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the DAO interface type.
setDAOTemplate(AbstractDAOTemplate) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.elements.AbstractDAOElementGenerator
 
setDefaultValue(String) - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
setDeleteByExampleStatementEnabled(boolean) - 类 中的方法org.mybatis.generator.config.TableConfiguration
Sets the delete by example statement enabled.
setDeleteByExampleStatementId(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the delete by example statement id.
setDeleteByPrimaryKeyStatementEnabled(boolean) - 类 中的方法org.mybatis.generator.config.TableConfiguration
Sets the delete by primary key statement enabled.
setDeleteByPrimaryKeyStatementId(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the delete by primary key statement id.
setDeleteMethodTemplate(String) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Sets the delete method template.
setDelimitIdentifiers(boolean) - 类 中的方法org.mybatis.generator.config.TableConfiguration
Sets the delimit identifiers.
setDomainObjectName(String) - 类 中的方法org.mybatis.generator.config.TableConfiguration
Sets the domain object name.
setDriverClass(String) - 类 中的方法org.mybatis.generator.config.JDBCConnectionConfiguration
 
setExampleType(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the example type.
setExampleWhereClauseId(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the example where clause id.
setFinal(boolean) - 类 中的方法org.mybatis.generator.api.dom.java.JavaElement
Sets the final.
setFullyQualifiedJavaType(FullyQualifiedJavaType) - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
setFullyQualifiedTable(FullyQualifiedTable) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the fully qualified table.
setFullyQualifiedTableNames(String) - 类 中的方法org.mybatis.generator.ant.GeneratorAntTask
 
setGeneratedKey(GeneratedKey) - 类 中的方法org.mybatis.generator.config.TableConfiguration
Sets the generated key.
setIbatis2SqlMapFileName(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the ibatis2 sql map file name.
setIbatis2SqlMapNamespace(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the ibatis2 sql map namespace.
setIbatis2SqlMapPackage(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the ibatis2 sql map package.
setId(String) - 类 中的方法org.mybatis.generator.config.Context
Sets the id.
setIdentity(boolean) - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
setImplementationPackage(String) - 类 中的方法org.mybatis.generator.config.JavaClientGeneratorConfiguration
 
setInitializationString(String) - 类 中的方法org.mybatis.generator.api.dom.java.Field
 
setInsertMethodTemplate(String) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Sets the insert method template.
setInsertSelectiveStatementId(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the insert selective statement id.
setInsertStatementEnabled(boolean) - 类 中的方法org.mybatis.generator.config.TableConfiguration
Sets the insert statement enabled.
setInsertStatementId(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the insert statement id.
setIntrospectedColumnImpl(String) - 类 中的方法org.mybatis.generator.config.Context
Sets the introspected column impl.
setIntrospectedTable(IntrospectedTable) - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
setIntrospectedTable(IntrospectedTable) - 类 中的方法org.mybatis.generator.codegen.AbstractGenerator
 
setJavaClientGeneratorConfiguration(JavaClientGeneratorConfiguration) - 类 中的方法org.mybatis.generator.config.Context
Sets the java client generator configuration.
setJavaModelGeneratorConfiguration(JavaModelGeneratorConfiguration) - 类 中的方法org.mybatis.generator.config.Context
Sets the java model generator configuration.
setJavaProperty(String) - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
setJavaProperty(String) - 类 中的方法org.mybatis.generator.config.ColumnOverride
Sets the java property.
setJavaType(String) - 类 中的方法org.mybatis.generator.config.ColumnOverride
Sets the java type.
setJavaTypeResolverConfiguration(JavaTypeResolverConfiguration) - 类 中的方法org.mybatis.generator.config.Context
Sets the java type resolver configuration.
setJdbcConnectionConfiguration(JDBCConnectionConfiguration) - 类 中的方法org.mybatis.generator.config.Context
Sets the jdbc connection configuration.
setJdbcType(int) - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
setJdbcType(String) - 类 中的方法org.mybatis.generator.config.ColumnOverride
Sets the jdbc type.
setJdbcTypeName(String) - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
setLength(int) - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
setLogFactory(AbstractLogFactory) - 类 中的静态方法org.mybatis.generator.logging.LogFactory
 
setMyBatis3FallbackSqlMapNamespace(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the my batis3 fallback sql map namespace.
setMyBatis3JavaMapperType(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the my batis3 java mapper type.
setMyBatis3SqlProviderType(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the my batis3 sql provider type.
setMyBatis3UpdateByExampleWhereClauseId(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the my batis3 update by example where clause id.
setMyBatis3XmlMapperFileName(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the my batis3 xml mapper file name.
setMyBatis3XmlMapperPackage(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the my batis3 xml mapper package.
setName(String) - 类 中的方法org.mybatis.generator.api.dom.java.Field
 
setName(String) - 类 中的方法org.mybatis.generator.api.dom.java.Method
Sets the name.
setName(String) - 类 中的方法org.mybatis.generator.api.dom.xml.XmlElement
Sets the name.
setNative(boolean) - 类 中的方法org.mybatis.generator.api.dom.java.Method
Sets the native.
setNullable(boolean) - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
setOverwrite(boolean) - 类 中的方法org.mybatis.generator.ant.GeneratorAntTask
 
setPassword(String) - 类 中的方法org.mybatis.generator.config.JDBCConnectionConfiguration
 
setPrimaryKeyType(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the primary key type.
setProgressCallback(ProgressCallback) - 类 中的方法org.mybatis.generator.codegen.AbstractGenerator
 
setProperties(Properties) - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
setProperties(Properties) - 接口 中的方法org.mybatis.generator.api.Plugin
Set properties from the plugin configuration.
setProperties(Properties) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
setProperties(Properties) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
setProperties(Properties) - 类 中的方法org.mybatis.generator.plugins.EqualsHashCodePlugin
 
setProperties(Properties) - 类 中的方法org.mybatis.generator.plugins.SerializablePlugin
 
setProperties(Properties) - 类 中的方法org.mybatis.generator.plugins.ToStringPlugin
 
setQueryForListMethodTemplate(String) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Sets the query for list method template.
setQueryForObjectMethodTemplate(String) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Sets the query for object method template.
setRecordWithBLOBsType(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the record with blo bs type.
setRemarks(String) - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
setRemarks(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
 
setReplaceString(String) - 类 中的方法org.mybatis.generator.config.ColumnRenamingRule
 
setResultMapWithBLOBsId(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the result map with blo bs id.
setReturnType(FullyQualifiedJavaType) - 类 中的方法org.mybatis.generator.api.dom.java.Method
Sets the return type.
setRootElement(XmlElement) - 类 中的方法org.mybatis.generator.api.dom.xml.Document
Sets the root element.
setRules(Rules) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
This method exists to give plugins the opportunity to replace the calculated rules if necessary.
setScale(int) - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
setSchema(String) - 类 中的方法org.mybatis.generator.config.TableConfiguration
Sets the schema.
setSearchString(String) - 类 中的方法org.mybatis.generator.config.ColumnRenamingRule
 
setSelectAllStatementId(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the select all statement id.
setSelectByExampleQueryId(String) - 类 中的方法org.mybatis.generator.config.TableConfiguration
Sets the select by example query id.
setSelectByExampleStatementEnabled(boolean) - 类 中的方法org.mybatis.generator.config.TableConfiguration
Sets the select by example statement enabled.
setSelectByExampleStatementId(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the select by example statement id.
setSelectByExampleWithBLOBsStatementId(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the select by example with blo bs statement id.
setSelectByPrimaryKeyQueryId(String) - 类 中的方法org.mybatis.generator.config.TableConfiguration
Sets the select by primary key query id.
setSelectByPrimaryKeyStatementEnabled(boolean) - 类 中的方法org.mybatis.generator.config.TableConfiguration
Sets the select by primary key statement enabled.
setSelectByPrimaryKeyStatementId(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the select by primary key statement id.
setSequenceColumn(boolean) - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
setSqlMapAliasedFullyQualifiedRuntimeTableName(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the sql map aliased fully qualified runtime table name.
setSqlMapFullyQualifiedRuntimeTableName(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the sql map fully qualified runtime table name.
setSqlMapGeneratorConfiguration(SqlMapGeneratorConfiguration) - 类 中的方法org.mybatis.generator.config.Context
Sets the sql map generator configuration.
setStatic(boolean) - 类 中的方法org.mybatis.generator.api.dom.java.InitializationBlock
 
setStatic(boolean) - 类 中的方法org.mybatis.generator.api.dom.java.JavaElement
Sets the static.
setSuperClass(FullyQualifiedJavaType) - 类 中的方法org.mybatis.generator.api.dom.java.InnerClass
Sets the super class.
setSuperClass(String) - 类 中的方法org.mybatis.generator.api.dom.java.InnerClass
Sets the super class.
setSuperClass(FullyQualifiedJavaType) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Sets the super class.
setSynchronized(boolean) - 类 中的方法org.mybatis.generator.api.dom.java.Method
Sets the synchronized.
setTableAlias(String) - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
setTableConfiguration(TableConfiguration) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the table configuration.
setTableName(String) - 类 中的方法org.mybatis.generator.config.TableConfiguration
Sets the table name.
setTableType(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
 
setTargetPackage(String) - 类 中的方法org.mybatis.generator.config.JavaClientGeneratorConfiguration
 
setTargetPackage(String) - 类 中的方法org.mybatis.generator.config.JavaModelGeneratorConfiguration
 
setTargetPackage(String) - 类 中的方法org.mybatis.generator.config.SqlMapGeneratorConfiguration
 
setTargetProject(String) - 类 中的方法org.mybatis.generator.config.JavaClientGeneratorConfiguration
 
setTargetProject(String) - 类 中的方法org.mybatis.generator.config.JavaModelGeneratorConfiguration
 
setTargetProject(String) - 类 中的方法org.mybatis.generator.config.SqlMapGeneratorConfiguration
 
setTargetRuntime(String) - 类 中的方法org.mybatis.generator.config.Context
Sets the target runtime.
setTransient(boolean) - 类 中的方法org.mybatis.generator.api.dom.java.Field
 
setType(FullyQualifiedJavaType) - 类 中的方法org.mybatis.generator.api.dom.java.Field
 
setTypeHandler(String) - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
setTypeHandler(String) - 类 中的方法org.mybatis.generator.config.ColumnOverride
Sets the type handler.
setUpdateByExampleSelectiveStatementId(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the update by example selective statement id.
setUpdateByExampleStatementEnabled(boolean) - 类 中的方法org.mybatis.generator.config.TableConfiguration
Sets the update by example statement enabled.
setUpdateByExampleStatementId(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the update by example statement id.
setUpdateByExampleWithBLOBsStatementId(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the update by example with blo bs statement id.
setUpdateByPrimaryKeySelectiveStatementId(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the update by primary key selective statement id.
setUpdateByPrimaryKeyStatementEnabled(boolean) - 类 中的方法org.mybatis.generator.config.TableConfiguration
Sets the update by primary key statement enabled.
setUpdateByPrimaryKeyStatementId(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the update by primary key statement id.
setUpdateByPrimaryKeyWithBLOBsStatementId(String) - 类 中的方法org.mybatis.generator.api.IntrospectedTable
Sets the update by primary key with blo bs statement id.
setUpdateMethodTemplate(String) - 类 中的方法org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
Sets the update method template.
setUserId(String) - 类 中的方法org.mybatis.generator.config.JDBCConnectionConfiguration
 
setVerbose(boolean) - 类 中的方法org.mybatis.generator.ant.GeneratorAntTask
 
setVisibility(JavaVisibility) - 类 中的方法org.mybatis.generator.api.dom.java.JavaElement
Sets the visibility.
setVolatile(boolean) - 类 中的方法org.mybatis.generator.api.dom.java.Field
 
setWarnings(List<String>) - 接口 中的方法org.mybatis.generator.api.JavaTypeResolver
The generator will supply a list to this method.
setWarnings(List<String>) - 类 中的方法org.mybatis.generator.codegen.AbstractGenerator
 
setWarnings(List<String>) - 类 中的方法org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
setWildcardEscapingEnabled(boolean) - 类 中的方法org.mybatis.generator.config.TableConfiguration
Sets the wildcard escaping enabled.
ShellCallback - org.mybatis.generator.api中的接口
This interface defines methods that a shell should support to enable the generator to work.
ShellException - org.mybatis.generator.exception中的异常错误
This class is used by the ShellCallback methods to denote unrecoverable errors.
ShellException() - 异常错误 的构造器org.mybatis.generator.exception.ShellException
Instantiates a new shell exception.
ShellException(String) - 异常错误 的构造器org.mybatis.generator.exception.ShellException
Instantiates a new shell exception.
ShellException(String, Throwable) - 异常错误 的构造器org.mybatis.generator.exception.ShellException
Instantiates a new shell exception.
ShellException(Throwable) - 异常错误 的构造器org.mybatis.generator.exception.ShellException
Instantiates a new shell exception.
ShellRunner - org.mybatis.generator.api中的类
This class allows the code generator to be run from the command line.
ShellRunner() - 类 的构造器org.mybatis.generator.api.ShellRunner
 
SimpleAnnotatedClientGenerator - org.mybatis.generator.codegen.mybatis3.javamapper中的类
 
SimpleAnnotatedClientGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.SimpleAnnotatedClientGenerator
 
SimpleJavaClientGenerator - org.mybatis.generator.codegen.mybatis3.javamapper中的类
 
SimpleJavaClientGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
 
SimpleJavaClientGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
 
SimpleModelGenerator - org.mybatis.generator.codegen.mybatis3.model中的类
 
SimpleModelGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.model.SimpleModelGenerator
 
SimpleSelectAllElementGenerator - org.mybatis.generator.codegen.mybatis3.xmlmapper.elements中的类
 
SimpleSelectAllElementGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SimpleSelectAllElementGenerator
 
SimpleSelectByPrimaryKeyElementGenerator - org.mybatis.generator.codegen.mybatis3.xmlmapper.elements中的类
 
SimpleSelectByPrimaryKeyElementGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SimpleSelectByPrimaryKeyElementGenerator
 
SimpleXMLMapperGenerator - org.mybatis.generator.codegen.mybatis3.xmlmapper中的类
 
SimpleXMLMapperGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
 
sortAttributes(NamedNodeMap) - 类 中的方法org.mybatis.generator.internal.DomWriter
Returns a sorted list of attributes.
SpringDAOTemplate - org.mybatis.generator.codegen.ibatis2.dao.templates中的类
 
SpringDAOTemplate() - 类 的构造器org.mybatis.generator.codegen.ibatis2.dao.templates.SpringDAOTemplate
 
sqlMapBaseColumnListElementGenerated(XmlElement, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the baseColumnList element is generated.
sqlMapBaseColumnListElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
sqlMapBaseColumnListElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
sqlMapBlobColumnListElementGenerated(XmlElement, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the blobColumnList element is generated.
sqlMapBlobColumnListElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
sqlMapBlobColumnListElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
SqlMapConfigPlugin - org.mybatis.generator.plugins中的类
This plugin generates an SqlMapConfig file containing sqlMap entries for all generated SQL maps.
SqlMapConfigPlugin() - 类 的构造器org.mybatis.generator.plugins.SqlMapConfigPlugin
 
sqlMapCountByExampleElementGenerated(XmlElement, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the countByExample element is generated.
sqlMapCountByExampleElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
sqlMapCountByExampleElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
sqlMapDeleteByExampleElementGenerated(XmlElement, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the deleteByExample element is generated.
sqlMapDeleteByExampleElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
sqlMapDeleteByExampleElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
sqlMapDeleteByPrimaryKeyElementGenerated(XmlElement, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the deleteByPrimaryKey element is generated.
sqlMapDeleteByPrimaryKeyElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
sqlMapDeleteByPrimaryKeyElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
sqlMapDocumentGenerated(Document, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the SqlMap document has been generated.
sqlMapDocumentGenerated(Document, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
sqlMapDocumentGenerated(Document, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
sqlMapDocumentGenerated(Document, IntrospectedTable) - 类 中的方法org.mybatis.generator.plugins.CachePlugin
 
sqlMapDocumentGenerated(Document, IntrospectedTable) - 类 中的方法org.mybatis.generator.plugins.RowBoundsPlugin
We'll override this method and add any new elements generated by previous calls
sqlMapExampleWhereClauseElementGenerated(XmlElement, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the exampleWhereClause element is generated.
sqlMapExampleWhereClauseElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
sqlMapExampleWhereClauseElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
sqlMapGenerated(GeneratedXmlFile, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the SqlMap file has been generated.
sqlMapGenerated(GeneratedXmlFile, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
sqlMapGenerated(GeneratedXmlFile, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
sqlMapGenerated(GeneratedXmlFile, IntrospectedTable) - 类 中的方法org.mybatis.generator.plugins.MapperConfigPlugin
 
sqlMapGenerated(GeneratedXmlFile, IntrospectedTable) - 类 中的方法org.mybatis.generator.plugins.SqlMapConfigPlugin
 
sqlMapGenerator - 类 中的变量org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
SqlMapGenerator - org.mybatis.generator.codegen.ibatis2.sqlmap中的类
 
SqlMapGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
SqlMapGeneratorConfiguration - org.mybatis.generator.config中的类
 
SqlMapGeneratorConfiguration() - 类 的构造器org.mybatis.generator.config.SqlMapGeneratorConfiguration
 
sqlMapInsertElementGenerated(XmlElement, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the insert element is generated.
sqlMapInsertElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
sqlMapInsertElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
sqlMapInsertSelectiveElementGenerated(XmlElement, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the insert selective element is generated.
sqlMapInsertSelectiveElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
sqlMapInsertSelectiveElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
sqlMapResultMapWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - 接口 中的方法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) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
sqlMapResultMapWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
sqlMapResultMapWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the base resultMap is generated.
sqlMapResultMapWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
sqlMapResultMapWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
sqlMapSelectAllElementGenerated(XmlElement, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the selectAll element is generated.
sqlMapSelectAllElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
sqlMapSelectAllElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the selectByExampleWithBLOBs element is generated.
sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.plugins.RowBoundsPlugin
 
sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the selectByExample element is generated.
sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.plugins.RowBoundsPlugin
 
sqlMapSelectByPrimaryKeyElementGenerated(XmlElement, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the selectByPrimaryKey element is generated.
sqlMapSelectByPrimaryKeyElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
sqlMapSelectByPrimaryKeyElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
sqlMapUpdateByExampleSelectiveElementGenerated(XmlElement, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the updateByExampleSelective element is generated.
sqlMapUpdateByExampleSelectiveElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
sqlMapUpdateByExampleSelectiveElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
sqlMapUpdateByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the updateByExampleWithBLOBs element is generated.
sqlMapUpdateByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
sqlMapUpdateByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
sqlMapUpdateByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the updateByExampleWithourBLOBs element is generated.
sqlMapUpdateByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
sqlMapUpdateByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
sqlMapUpdateByPrimaryKeySelectiveElementGenerated(XmlElement, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the updateByPrimaryKeySelective element is generated.
sqlMapUpdateByPrimaryKeySelectiveElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
sqlMapUpdateByPrimaryKeySelectiveElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
sqlMapUpdateByPrimaryKeyWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the updateByPrimaryKeyWithBLOBs element is generated.
sqlMapUpdateByPrimaryKeyWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
sqlMapUpdateByPrimaryKeyWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
sqlMapUpdateByPrimaryKeyWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - 接口 中的方法org.mybatis.generator.api.Plugin
This method is called when the updateByPrimaryKeyWithoutBLOBs element is generated.
sqlMapUpdateByPrimaryKeyWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.api.PluginAdapter
 
sqlMapUpdateByPrimaryKeyWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
SqlProviderGenerator - org.mybatis.generator.codegen.mybatis3.javamapper中的类
 
SqlProviderGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
SqlReservedWords - org.mybatis.generator.internal.db中的类
This class contains a somewhat comprehensive list of SQL reserved words.
startTask(String) - 类 中的方法org.mybatis.generator.ant.AntProgressCallback
 
startTask(String) - 接口 中的方法org.mybatis.generator.api.ProgressCallback
Called to denote the beginning of a save task
startTask(String) - 类 中的方法org.mybatis.generator.api.VerboseProgressCallback
 
startTask(String) - 类 中的方法org.mybatis.generator.internal.NullProgressCallback
 
stringContainsSpace(String) - 类 中的静态方法org.mybatis.generator.internal.util.StringUtility
 
stringContainsSQLWildcard(String) - 类 中的静态方法org.mybatis.generator.internal.util.StringUtility
 
stringHasValue(String) - 类 中的静态方法org.mybatis.generator.internal.util.StringUtility
 
StringUtility - org.mybatis.generator.internal.util中的类
 

T

TABLE_IGNORE_QUALIFIERS_AT_RUNTIME - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
 
TABLE_MODEL_ONLY - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
 
TABLE_RUNTIME_CATALOG - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
 
TABLE_RUNTIME_SCHEMA - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
 
TABLE_RUNTIME_TABLE_NAME - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
 
TABLE_SELECT_ALL_ORDER_BY_CLAUSE - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
 
TABLE_USE_ACTUAL_COLUMN_NAMES - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
 
TABLE_USE_COLUMN_INDEXES - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
 
TABLE_USE_COMPOUND_PROPERTY_NAMES - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
 
tableAlias - 类 中的变量org.mybatis.generator.api.IntrospectedColumn
 
tableConfiguration - 类 中的变量org.mybatis.generator.api.IntrospectedTable
The table configuration.
TableConfiguration - org.mybatis.generator.config中的类
The Class TableConfiguration.
TableConfiguration(Context) - 类 的构造器org.mybatis.generator.config.TableConfiguration
Instantiates a new table configuration.
tableConfiguration - 类 中的变量org.mybatis.generator.internal.rules.BaseRules
The table configuration.
tableType - 类 中的变量org.mybatis.generator.api.IntrospectedTable
Table type retrieved from database metadata
targetProject - 类 中的变量org.mybatis.generator.api.GeneratedFile
The target project.
targetRuntime - 类 中的变量org.mybatis.generator.api.IntrospectedTable
The target runtime.
TextElement - org.mybatis.generator.api.dom.xml中的类
The Class TextElement.
TextElement(String) - 类 的构造器org.mybatis.generator.api.dom.xml.TextElement
Instantiates a new text element.
toDocument() - 类 中的方法org.mybatis.generator.config.Configuration
Builds an XML representation of this configuration.
TopLevelClass - org.mybatis.generator.api.dom.java中的类
The Class TopLevelClass.
TopLevelClass(FullyQualifiedJavaType) - 类 的构造器org.mybatis.generator.api.dom.java.TopLevelClass
Instantiates a new top level class.
TopLevelClass(String) - 类 的构造器org.mybatis.generator.api.dom.java.TopLevelClass
Instantiates a new top level class.
TopLevelEnumeration - org.mybatis.generator.api.dom.java中的类
The Class TopLevelEnumeration.
TopLevelEnumeration(FullyQualifiedJavaType) - 类 的构造器org.mybatis.generator.api.dom.java.TopLevelEnumeration
Instantiates a new top level enumeration.
toString() - 类 中的方法org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
toString() - 类 中的方法org.mybatis.generator.api.dom.java.Parameter
 
toString() - 类 中的方法org.mybatis.generator.api.FullyQualifiedTable
 
toString() - 类 中的方法org.mybatis.generator.api.GeneratedFile
 
toString() - 类 中的方法org.mybatis.generator.api.IntrospectedColumn
 
toString() - 类 中的方法org.mybatis.generator.config.TableConfiguration
 
toString() - 类 中的方法org.mybatis.generator.internal.db.ActualTableName
 
toString(Document) - 类 中的方法org.mybatis.generator.internal.DomWriter
To string.
ToStringPlugin - org.mybatis.generator.plugins中的类
 
ToStringPlugin() - 类 的构造器org.mybatis.generator.plugins.ToStringPlugin
 
toXmlElement() - 类 中的方法org.mybatis.generator.config.ColumnOverride
To xml element.
toXmlElement() - 类 中的方法org.mybatis.generator.config.ColumnRenamingRule
 
toXmlElement() - 类 中的方法org.mybatis.generator.config.CommentGeneratorConfiguration
 
toXmlElement() - 类 中的方法org.mybatis.generator.config.Context
Builds an XmlElement representation of this context.
toXmlElement() - 类 中的方法org.mybatis.generator.config.GeneratedKey
To xml element.
toXmlElement() - 类 中的方法org.mybatis.generator.config.IgnoredColumn
To xml element.
toXmlElement() - 类 中的方法org.mybatis.generator.config.JavaClientGeneratorConfiguration
 
toXmlElement() - 类 中的方法org.mybatis.generator.config.JavaModelGeneratorConfiguration
 
toXmlElement() - 类 中的方法org.mybatis.generator.config.JavaTypeResolverConfiguration
 
toXmlElement() - 类 中的方法org.mybatis.generator.config.JDBCConnectionConfiguration
 
toXmlElement() - 类 中的方法org.mybatis.generator.config.PluginConfiguration
 
toXmlElement() - 类 中的方法org.mybatis.generator.config.SqlMapGeneratorConfiguration
 
toXmlElement() - 类 中的方法org.mybatis.generator.config.TableConfiguration
To xml element.
TYPE_RESOLVER_FORCE_BIG_DECIMALS - 类 中的静态变量org.mybatis.generator.config.PropertyRegistry
 
TypedPropertyHolder - org.mybatis.generator.config中的类
 
TypedPropertyHolder() - 类 的构造器org.mybatis.generator.config.TypedPropertyHolder
 
typeHandler - 类 中的变量org.mybatis.generator.api.IntrospectedColumn
 
typeMap - 类 中的变量org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 

U

UpdateByExampleParmsInnerclassGenerator - org.mybatis.generator.codegen.ibatis2.dao.elements中的类
 
UpdateByExampleParmsInnerclassGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleParmsInnerclassGenerator
 
UpdateByExampleSelectiveElementGenerator - org.mybatis.generator.codegen.ibatis2.sqlmap.elements中的类
 
UpdateByExampleSelectiveElementGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByExampleSelectiveElementGenerator
 
UpdateByExampleSelectiveElementGenerator - org.mybatis.generator.codegen.mybatis3.xmlmapper.elements中的类
 
UpdateByExampleSelectiveElementGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByExampleSelectiveElementGenerator
 
UpdateByExampleSelectiveMethodGenerator - org.mybatis.generator.codegen.ibatis2.dao.elements中的类
 
UpdateByExampleSelectiveMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleSelectiveMethodGenerator
 
UpdateByExampleSelectiveMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements中的类
 
UpdateByExampleSelectiveMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleSelectiveMethodGenerator
 
UpdateByExampleWithBLOBsElementGenerator - org.mybatis.generator.codegen.ibatis2.sqlmap.elements中的类
 
UpdateByExampleWithBLOBsElementGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByExampleWithBLOBsElementGenerator
 
UpdateByExampleWithBLOBsElementGenerator - org.mybatis.generator.codegen.mybatis3.xmlmapper.elements中的类
 
UpdateByExampleWithBLOBsElementGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByExampleWithBLOBsElementGenerator
 
UpdateByExampleWithBLOBsMethodGenerator - org.mybatis.generator.codegen.ibatis2.dao.elements中的类
 
UpdateByExampleWithBLOBsMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleWithBLOBsMethodGenerator
 
UpdateByExampleWithBLOBsMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements中的类
 
UpdateByExampleWithBLOBsMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleWithBLOBsMethodGenerator
 
UpdateByExampleWithoutBLOBsElementGenerator - org.mybatis.generator.codegen.ibatis2.sqlmap.elements中的类
 
UpdateByExampleWithoutBLOBsElementGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByExampleWithoutBLOBsElementGenerator
 
UpdateByExampleWithoutBLOBsElementGenerator - org.mybatis.generator.codegen.mybatis3.xmlmapper.elements中的类
 
UpdateByExampleWithoutBLOBsElementGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByExampleWithoutBLOBsElementGenerator
 
UpdateByExampleWithoutBLOBsMethodGenerator - org.mybatis.generator.codegen.ibatis2.dao.elements中的类
 
UpdateByExampleWithoutBLOBsMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleWithoutBLOBsMethodGenerator
 
UpdateByExampleWithoutBLOBsMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements中的类
 
UpdateByExampleWithoutBLOBsMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleWithoutBLOBsMethodGenerator
 
UpdateByPrimaryKeySelectiveElementGenerator - org.mybatis.generator.codegen.ibatis2.sqlmap.elements中的类
 
UpdateByPrimaryKeySelectiveElementGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByPrimaryKeySelectiveElementGenerator
 
UpdateByPrimaryKeySelectiveElementGenerator - org.mybatis.generator.codegen.mybatis3.xmlmapper.elements中的类
 
UpdateByPrimaryKeySelectiveElementGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByPrimaryKeySelectiveElementGenerator
 
UpdateByPrimaryKeySelectiveMethodGenerator - org.mybatis.generator.codegen.ibatis2.dao.elements中的类
 
UpdateByPrimaryKeySelectiveMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByPrimaryKeySelectiveMethodGenerator
 
UpdateByPrimaryKeySelectiveMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements中的类
 
UpdateByPrimaryKeySelectiveMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeySelectiveMethodGenerator
 
UpdateByPrimaryKeyWithBLOBsElementGenerator - org.mybatis.generator.codegen.ibatis2.sqlmap.elements中的类
 
UpdateByPrimaryKeyWithBLOBsElementGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByPrimaryKeyWithBLOBsElementGenerator
 
UpdateByPrimaryKeyWithBLOBsElementGenerator - org.mybatis.generator.codegen.mybatis3.xmlmapper.elements中的类
 
UpdateByPrimaryKeyWithBLOBsElementGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByPrimaryKeyWithBLOBsElementGenerator
 
UpdateByPrimaryKeyWithBLOBsMethodGenerator - org.mybatis.generator.codegen.ibatis2.dao.elements中的类
 
UpdateByPrimaryKeyWithBLOBsMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByPrimaryKeyWithBLOBsMethodGenerator
 
UpdateByPrimaryKeyWithBLOBsMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements中的类
 
UpdateByPrimaryKeyWithBLOBsMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeyWithBLOBsMethodGenerator
 
UpdateByPrimaryKeyWithoutBLOBsElementGenerator - org.mybatis.generator.codegen.ibatis2.sqlmap.elements中的类
 
UpdateByPrimaryKeyWithoutBLOBsElementGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByPrimaryKeyWithoutBLOBsElementGenerator
 
UpdateByPrimaryKeyWithoutBLOBsElementGenerator - org.mybatis.generator.codegen.mybatis3.xmlmapper.elements中的类
 
UpdateByPrimaryKeyWithoutBLOBsElementGenerator(boolean) - 类 的构造器org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByPrimaryKeyWithoutBLOBsElementGenerator
 
UpdateByPrimaryKeyWithoutBLOBsMethodGenerator - org.mybatis.generator.codegen.ibatis2.dao.elements中的类
 
UpdateByPrimaryKeyWithoutBLOBsMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
 
UpdateByPrimaryKeyWithoutBLOBsMethodGenerator - org.mybatis.generator.codegen.mybatis3.javamapper.elements中的类
 
UpdateByPrimaryKeyWithoutBLOBsMethodGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
 
useLegacyBuilder - 类 中的变量org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.AbstractJavaProviderMethodGenerator
 

V

validate(List<String>) - 接口 中的方法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) - 类 中的方法org.mybatis.generator.config.ColumnOverride
Validate.
validate(List<String>, String) - 类 中的方法org.mybatis.generator.config.ColumnRenamingRule
 
validate() - 类 中的方法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>) - 类 中的方法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) - 类 中的方法org.mybatis.generator.config.GeneratedKey
Validate.
validate(List<String>, String) - 类 中的方法org.mybatis.generator.config.IgnoredColumn
Validate.
validate(List<String>, String) - 类 中的方法org.mybatis.generator.config.JavaClientGeneratorConfiguration
 
validate(List<String>, String) - 类 中的方法org.mybatis.generator.config.JavaModelGeneratorConfiguration
 
validate(List<String>) - 类 中的方法org.mybatis.generator.config.JDBCConnectionConfiguration
 
validate(List<String>, String) - 类 中的方法org.mybatis.generator.config.PluginConfiguration
 
validate(List<String>, String) - 类 中的方法org.mybatis.generator.config.SqlMapGeneratorConfiguration
 
validate(List<String>, int) - 类 中的方法org.mybatis.generator.config.TableConfiguration
Validate.
validate(List<String>) - 类 中的方法org.mybatis.generator.internal.PluginAggregator
 
validate(List<String>) - 类 中的方法org.mybatis.generator.plugins.CachePlugin
 
validate(List<String>) - 类 中的方法org.mybatis.generator.plugins.CaseInsensitiveLikePlugin
 
validate(List<String>) - 类 中的方法org.mybatis.generator.plugins.EqualsHashCodePlugin
This plugin is always valid - no properties are required
validate(List<String>) - 类 中的方法org.mybatis.generator.plugins.MapperConfigPlugin
 
validate(List<String>) - 类 中的方法org.mybatis.generator.plugins.RenameExampleClassPlugin
 
validate(List<String>) - 类 中的方法org.mybatis.generator.plugins.RowBoundsPlugin
 
validate(List<String>) - 类 中的方法org.mybatis.generator.plugins.SerializablePlugin
 
validate(List<String>) - 类 中的方法org.mybatis.generator.plugins.SqlMapConfigPlugin
 
validate(List<String>) - 类 中的方法org.mybatis.generator.plugins.ToStringPlugin
 
validate(List<String>) - 类 中的方法org.mybatis.generator.plugins.VirtualPrimaryKeyPlugin
 
valueOf(String) - 枚举 中的静态方法org.mybatis.generator.api.dom.java.JavaVisibility
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.mybatis.generator.api.IntrospectedTable.InternalAttribute
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.mybatis.generator.api.IntrospectedTable.TargetRuntime
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.mybatis.generator.api.Plugin.ModelClassType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.mybatis.generator.config.ModelType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.mybatis.generator.internal.db.DatabaseDialects
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.mybatis.generator.plugins.CachePlugin.CacheProperty
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.mybatis.generator.api.dom.java.JavaVisibility
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.mybatis.generator.api.IntrospectedTable.InternalAttribute
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.mybatis.generator.api.IntrospectedTable.TargetRuntime
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.mybatis.generator.api.Plugin.ModelClassType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.mybatis.generator.config.ModelType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.mybatis.generator.internal.db.DatabaseDialects
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.mybatis.generator.plugins.CachePlugin.CacheProperty
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VerboseProgressCallback - org.mybatis.generator.api中的类
 
VerboseProgressCallback() - 类 的构造器org.mybatis.generator.api.VerboseProgressCallback
 
VirtualPrimaryKeyPlugin - 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() - 类 的构造器org.mybatis.generator.plugins.VirtualPrimaryKeyPlugin
 

W

warn(String) - 类 中的方法org.mybatis.generator.logging.JdkLoggingImpl
 
warn(String) - 接口 中的方法org.mybatis.generator.logging.Log
 
warn(String) - 类 中的方法org.mybatis.generator.logging.Log4jImpl
 
warning(SAXParseException) - 类 中的方法org.mybatis.generator.config.xml.ParserErrorHandler
 
warnings - 类 中的变量org.mybatis.generator.codegen.AbstractGenerator
 
warnings - 类 中的变量org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
 
write(Document) - 类 中的方法org.mybatis.generator.internal.DomWriter
Write.
write(DocumentType) - 类 中的方法org.mybatis.generator.internal.DomWriter
Write.
write(Element) - 类 中的方法org.mybatis.generator.internal.DomWriter
Write.
write(EntityReference) - 类 中的方法org.mybatis.generator.internal.DomWriter
Write.
write(CDATASection) - 类 中的方法org.mybatis.generator.internal.DomWriter
Write.
write(Text) - 类 中的方法org.mybatis.generator.internal.DomWriter
Write.
write(ProcessingInstruction) - 类 中的方法org.mybatis.generator.internal.DomWriter
Write.
write(Comment) - 类 中的方法org.mybatis.generator.internal.DomWriter
Write.
writeAnyNode(Node) - 类 中的方法org.mybatis.generator.internal.DomWriter
Write any node.

X

XmlConstants - org.mybatis.generator.codegen中的类
 
XmlElement - org.mybatis.generator.api.dom.xml中的类
The Class XmlElement.
XmlElement(String) - 类 的构造器org.mybatis.generator.api.dom.xml.XmlElement
Instantiates a new xml element.
XmlElement(XmlElement) - 类 的构造器org.mybatis.generator.api.dom.xml.XmlElement
Copy constructor.
XmlFileMergerJaxp - org.mybatis.generator.internal中的类
This class handles the task of merging changes into an existing XML file.
XmlFormatter - 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) - 类 中的静态方法org.mybatis.generator.api.dom.OutputUtilities
Utility method that indents the buffer by the default amount for XML (two spaces per indent level).
xmlMapperGenerator - 类 中的变量org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
The xml mapper generator.
XMLMapperGenerator - org.mybatis.generator.codegen.mybatis3.xmlmapper中的类
 
XMLMapperGenerator() - 类 的构造器org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
XMLParserException - org.mybatis.generator.exception中的异常错误
The Class XMLParserException.
XMLParserException(List<String>) - 异常错误 的构造器org.mybatis.generator.exception.XMLParserException
Instantiates a new XML parser exception.
XMLParserException(String) - 异常错误 的构造器org.mybatis.generator.exception.XMLParserException
Instantiates a new XML parser exception.
A B C D E F G H I J L M N O P R S T U V W X 
跳过导航链接

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