- AbstractDAOElementGenerator - Class in org.mybatis.generator.codegen.ibatis2.dao.elements
-
Base class for all DAO element generators.
- AbstractDAOElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.elements.AbstractDAOElementGenerator
-
- AbstractDAOTemplate - Class in org.mybatis.generator.codegen.ibatis2.dao.templates
-
Base class for DAO templates.
- AbstractDAOTemplate() - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
- AbstractGenerator - Class in org.mybatis.generator.codegen
-
- AbstractGenerator() - Constructor for class org.mybatis.generator.codegen.AbstractGenerator
-
- AbstractJavaClientGenerator - Class in org.mybatis.generator.codegen
-
This class exists to that Java client generators can specify whether
an XML generator is required to match the methods in the
Java client.
- AbstractJavaClientGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.AbstractJavaClientGenerator
-
- AbstractJavaGenerator - Class in org.mybatis.generator.codegen
-
- AbstractJavaGenerator() - Constructor for class org.mybatis.generator.codegen.AbstractJavaGenerator
-
- AbstractJavaMapperMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
-
- AbstractJavaMapperMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
-
- AbstractJavaProviderMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
-
- AbstractJavaProviderMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.AbstractJavaProviderMethodGenerator
-
- AbstractLogFactory - Interface in org.mybatis.generator.logging
-
Defines the interface for creating Log implementations.
- AbstractMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
-
- AbstractMethodGenerator(AbstractMethodGenerator.BaseBuilder<?, ?>) - Constructor for class org.mybatis.generator.runtime.dynamic.sql.elements.AbstractMethodGenerator
-
- AbstractMethodGenerator.BaseBuilder<T extends AbstractMethodGenerator.BaseBuilder<T,R>,R> - Class in org.mybatis.generator.runtime.dynamic.sql.elements
-
- AbstractXmlElementGenerator - Class in org.mybatis.generator.codegen.ibatis2.sqlmap.elements
-
- AbstractXmlElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.AbstractXmlElementGenerator
-
- AbstractXmlElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
-
- AbstractXmlElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
-
- AbstractXmlGenerator - Class in org.mybatis.generator.codegen
-
- AbstractXmlGenerator() - Constructor for class org.mybatis.generator.codegen.AbstractXmlGenerator
-
- acceptParts(MethodAndImports.Builder, Method, MethodParts) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.AbstractMethodGenerator
-
- actualColumnName - Variable in class org.mybatis.generator.api.IntrospectedColumn
-
- ActualTableName - Class in org.mybatis.generator.internal.db
-
This class holds the actual catalog, schema, and table name returned from the
database introspection.
- ActualTableName(String, String, String) - Constructor for class org.mybatis.generator.internal.db.ActualTableName
-
- addAnnotation(String) - Method in class org.mybatis.generator.api.dom.java.JavaElement
-
Adds the annotation.
- addAnnotation(String) - Method in class org.mybatis.generator.api.dom.java.Parameter
-
- addApplyWhereMethod(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
-
- addAttribute(Attribute) - Method in class org.mybatis.generator.api.dom.xml.XmlElement
-
Adds the attribute.
- addBaseColumnListElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
-
- addBaseColumnListElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
-
- addBlobColumnListElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
-
- addBlobColumnListElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
-
- addBodyLine(String) - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
-
- addBodyLine(int, String) - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
-
- addBodyLine(String) - Method in class org.mybatis.generator.api.dom.java.Method
-
Adds the body line.
- addBodyLine(int, String) - Method in class org.mybatis.generator.api.dom.java.Method
-
Adds the body line.
- addBodyLines(Collection<String>) - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
-
- addBodyLines(int, Collection<String>) - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
-
- addBodyLines(Collection<String>) - Method in class org.mybatis.generator.api.dom.java.Method
-
Adds the body lines.
- addBodyLines(int, Collection<String>) - Method in class org.mybatis.generator.api.dom.java.Method
-
Adds the body lines.
- addCheckedException(FullyQualifiedJavaType) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
- addClassAnnotation(InnerClass, IntrospectedTable, Set<FullyQualifiedJavaType>) - Method in interface org.mybatis.generator.api.CommentGenerator
-
Adds a @Generated annotation to a class.
- addClassAnnotation(InnerClass, IntrospectedTable, Set<FullyQualifiedJavaType>) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
-
- addClassComment(InnerClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.CommentGenerator
-
Adds the inner class comment.
- addClassComment(InnerClass, IntrospectedTable, boolean) - Method in interface org.mybatis.generator.api.CommentGenerator
-
Adds the inner class comment.
- addClassComment(InnerClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
-
- addClassComment(InnerClass, IntrospectedTable, boolean) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
-
- addClassElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.AbstractJavaProviderMethodGenerator
-
- addClassElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderApplyWhereMethodGenerator
-
- addClassElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderCountByExampleMethodGenerator
-
- addClassElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderDeleteByExampleMethodGenerator
-
- addClassElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderInsertSelectiveMethodGenerator
-
- addClassElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithoutBLOBsMethodGenerator
-
- addClassElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleSelectiveMethodGenerator
-
- addClassElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithoutBLOBsMethodGenerator
-
- addClassElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByPrimaryKeySelectiveMethodGenerator
-
- addClasspathEntry(String) - Method in class org.mybatis.generator.config.Configuration
-
Adds the classpath entry.
- addColumn(IntrospectedColumn) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- addColumnOverride(ColumnOverride) - Method in class org.mybatis.generator.config.TableConfiguration
-
- addComment(XmlElement) - Method in interface org.mybatis.generator.api.CommentGenerator
-
This method should add a suitable comment as a child element of the specified xmlElement to warn users that the
element was generated and is subject to regeneration.
- addComment(XmlElement) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
-
Adds a suitable comment to warn users that the element was generated, and when it was generated.
- addConfigurationProperties(Properties) - Method in interface org.mybatis.generator.api.CommentGenerator
-
Adds properties for this instance from any properties configured in the
CommentGenerator configuration.
- addConfigurationProperties(Properties) - Method in interface org.mybatis.generator.api.ConnectionFactory
-
Adds properties for this instance from any properties configured in the
ConnectionFactory.
- addConfigurationProperties(Properties) - Method in interface org.mybatis.generator.api.JavaTypeResolver
-
Adds properties for this instance from any properties configured in the
JavaTypeResolverConfiguration.
- addConfigurationProperties(Properties) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
-
- addConfigurationProperties(Properties) - Method in class org.mybatis.generator.internal.JDBCConnectionFactory
-
- addConfigurationProperties(Properties) - Method in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
-
- addContext(Context) - Method in class org.mybatis.generator.config.Configuration
-
Adds the context.
- addCountByExampleElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
-
- addCountByExampleElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
-
- addCountByExampleMethod(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
-
- addCountByExampleMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
-
- addCountByExampleMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
-
- addCountByExampleMethod(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
-
- addDefaultConstructor(TopLevelClass) - Method in class org.mybatis.generator.codegen.AbstractJavaGenerator
-
- addDeleteByExampleElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
-
- addDeleteByExampleElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
-
- addDeleteByExampleMethod(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
-
- addDeleteByExampleMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
-
- addDeleteByExampleMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
-
- addDeleteByExampleMethod(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
-
- addDeleteByPrimaryKeyElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
-
- addDeleteByPrimaryKeyElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.MixedMapperGenerator
-
- addDeleteByPrimaryKeyElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
-
- addDeleteByPrimaryKeyElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
-
- addDeleteByPrimaryKeyMethod(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
-
- addDeleteByPrimaryKeyMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
-
- addDeleteByPrimaryKeyMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
-
- addDeleteByPrimaryKeyMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.MixedClientGenerator
-
- addDeleteByPrimaryKeyMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleAnnotatedClientGenerator
-
- addDeleteByPrimaryKeyMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
-
- addElement(Element) - Method in class org.mybatis.generator.api.dom.xml.XmlElement
-
Adds the element.
- addElement(int, Element) - Method in class org.mybatis.generator.api.dom.xml.XmlElement
-
Adds the element.
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.AbstractXmlElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.BaseColumnListElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.BlobColumnListElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.CountByExampleElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.DeleteByExampleElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.DeleteByPrimaryKeyElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.ExampleWhereClauseElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.InsertElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.InsertSelectiveElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.ResultMapWithBLOBsElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.ResultMapWithoutBLOBsElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.SelectByExampleWithBLOBsElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.SelectByExampleWithoutBLOBsElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.SelectByPrimaryKeyElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByExampleSelectiveElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByExampleWithBLOBsElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByExampleWithoutBLOBsElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByPrimaryKeySelectiveElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByPrimaryKeyWithBLOBsElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.UpdateByPrimaryKeyWithoutBLOBsElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.BaseColumnListElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.BlobColumnListElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.CountByExampleElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.DeleteByExampleElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.DeleteByPrimaryKeyElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.ExampleWhereClauseElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.InsertElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.InsertSelectiveElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.ResultMapWithBLOBsElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.ResultMapWithoutBLOBsElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SelectByExampleWithBLOBsElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SelectByExampleWithoutBLOBsElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SelectByPrimaryKeyElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SimpleSelectAllElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SimpleSelectByPrimaryKeyElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByExampleSelectiveElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByExampleWithBLOBsElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByExampleWithoutBLOBsElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByPrimaryKeySelectiveElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByPrimaryKeyWithBLOBsElementGenerator
-
- addElements(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.UpdateByPrimaryKeyWithoutBLOBsElementGenerator
-
- addEnumComment(InnerEnum, IntrospectedTable) - Method in interface org.mybatis.generator.api.CommentGenerator
-
Adds the enum comment.
- addEnumComment(InnerEnum, IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
-
- addEnumConstant(String) - Method in class org.mybatis.generator.api.dom.java.InnerEnum
-
Adds the enum constant.
- addExampleWhereClauseElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
-
- addExampleWhereClauseElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
-
- addException(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.Method
-
Adds the exception.
- addException(IgnoredColumnException) - Method in class org.mybatis.generator.config.IgnoredColumnPattern
-
- addExternalClassLoader(ClassLoader) - Static method in class org.mybatis.generator.internal.ObjectFactory
-
Adds a custom classloader to the collection of classloaders searched for "external" classes.
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedCountByExampleMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedDeleteByExampleMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedDeleteByPrimaryKeyMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedInsertMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedInsertSelectiveMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectAllMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectByExampleWithBLOBsMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectByExampleWithoutBLOBsMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectByPrimaryKeyMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByExampleSelectiveMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByExampleWithBLOBsMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByExampleWithoutBLOBsMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeySelectiveMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeyWithBLOBsMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.CountByExampleMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.DeleteByExampleMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.DeleteByPrimaryKeyMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertSelectiveMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectAllMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByExampleWithBLOBsMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByExampleWithoutBLOBsMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByPrimaryKeyMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleSelectiveMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleWithBLOBsMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleWithoutBLOBsMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeySelectiveMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeyWithBLOBsMethodGenerator
-
- addExtraImports(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
-
- addField(Field) - Method in class org.mybatis.generator.api.dom.java.InnerClass
-
Adds the field.
- addField(Field) - Method in class org.mybatis.generator.api.dom.java.InnerEnum
-
Adds the field.
- addField(Field) - Method in class org.mybatis.generator.api.dom.java.InnerInterface
-
- addField(Field) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
- addFieldAnnotation(Field, IntrospectedTable, Set<FullyQualifiedJavaType>) - Method in interface org.mybatis.generator.api.CommentGenerator
-
Adds a @Generated annotation to a field.
- addFieldAnnotation(Field, IntrospectedTable, IntrospectedColumn, Set<FullyQualifiedJavaType>) - Method in interface org.mybatis.generator.api.CommentGenerator
-
Adds a @Generated annotation to a field.
- addFieldAnnotation(Field, IntrospectedTable, Set<FullyQualifiedJavaType>) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
-
- addFieldAnnotation(Field, IntrospectedTable, IntrospectedColumn, Set<FullyQualifiedJavaType>) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
-
- addFieldComment(Field, IntrospectedTable, IntrospectedColumn) - Method in interface org.mybatis.generator.api.CommentGenerator
-
This method should add a Javadoc comment to the specified field.
- addFieldComment(Field, IntrospectedTable) - Method in interface org.mybatis.generator.api.CommentGenerator
-
Adds the field comment.
- addFieldComment(Field, IntrospectedTable, IntrospectedColumn) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
-
- addFieldComment(Field, IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
-
- addFileCommentLine(String) - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
-
Comments will be written at the top of the file as is, we do not append any start or end comment characters.
- addFileCommentLine(String) - Method in class org.mybatis.generator.api.dom.java.Interface
-
- addFileCommentLine(String) - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
-
- addFileCommentLine(String) - Method in class org.mybatis.generator.api.dom.java.TopLevelEnumeration
-
- addFormattedAnnotations(StringBuilder, int) - Method in class org.mybatis.generator.api.dom.java.JavaElement
-
Adds the formatted annotations.
- addFormattedJavadoc(StringBuilder, int) - Method in class org.mybatis.generator.api.dom.java.JavaElement
-
Adds the formatted javadoc.
- addGeneralMethodAnnotation(Method, IntrospectedTable, Set<FullyQualifiedJavaType>) - Method in interface org.mybatis.generator.api.CommentGenerator
-
Adds a @Generated annotation to a method.
- addGeneralMethodAnnotation(Method, IntrospectedTable, IntrospectedColumn, Set<FullyQualifiedJavaType>) - Method in interface org.mybatis.generator.api.CommentGenerator
-
Adds a @Generated annotation to a method.
- addGeneralMethodAnnotation(Method, IntrospectedTable, Set<FullyQualifiedJavaType>) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
-
- addGeneralMethodAnnotation(Method, IntrospectedTable, IntrospectedColumn, Set<FullyQualifiedJavaType>) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
-
- addGeneralMethodComment(Method, IntrospectedTable) - Method in interface org.mybatis.generator.api.CommentGenerator
-
Adds the general method comment.
- addGeneralMethodComment(Method, IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
-
- addGeneratedKeyAnnotation(Method, GeneratedKey) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
-
- addGeneratedKeyImports(Interface, GeneratedKey) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
-
- addGetterComment(Method, IntrospectedTable, IntrospectedColumn) - Method in interface org.mybatis.generator.api.CommentGenerator
-
Adds the getter comment.
- addGetterComment(Method, IntrospectedTable, IntrospectedColumn) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
-
- addIgnoredColumn(IgnoredColumn) - Method in class org.mybatis.generator.config.TableConfiguration
-
- addIgnoredColumnPattern(IgnoredColumnPattern) - Method in class org.mybatis.generator.config.TableConfiguration
-
- addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.AbstractDAOElementGenerator
-
- addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.CountByExampleMethodGenerator
-
- addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.DeleteByExampleMethodGenerator
-
- addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.DeleteByPrimaryKeyMethodGenerator
-
- addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.InsertMethodGenerator
-
- addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.InsertSelectiveMethodGenerator
-
- addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.SelectByExampleWithBLOBsMethodGenerator
-
- addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.SelectByExampleWithoutBLOBsMethodGenerator
-
- addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.SelectByPrimaryKeyMethodGenerator
-
- addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleParmsInnerclassGenerator
-
- addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleSelectiveMethodGenerator
-
- addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleWithBLOBsMethodGenerator
-
- addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleWithoutBLOBsMethodGenerator
-
- addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByPrimaryKeySelectiveMethodGenerator
-
- addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByPrimaryKeyWithBLOBsMethodGenerator
-
- addImplementationElements(TopLevelClass) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
-
- addImplementationImport(FullyQualifiedJavaType) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
- addImportedType(FullyQualifiedJavaType) - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
-
- addImportedType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.Interface
-
- addImportedType(String) - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
-
- addImportedType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
-
- addImportedType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.TopLevelEnumeration
-
- addImportedTypes(Set<FullyQualifiedJavaType>) - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
-
- addImportedTypes(Set<FullyQualifiedJavaType>) - Method in class org.mybatis.generator.api.dom.java.Interface
-
- addImportedTypes(Set<FullyQualifiedJavaType>) - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
-
- addImportedTypes(Set<FullyQualifiedJavaType>) - Method in class org.mybatis.generator.api.dom.java.TopLevelEnumeration
-
- addInitializationBlock(InitializationBlock) - Method in class org.mybatis.generator.api.dom.java.InnerClass
-
Adds the initialization block.
- addInnerClass(InnerClass) - Method in class org.mybatis.generator.api.dom.java.InnerClass
-
Adds the inner class.
- addInnerClass(InnerClass) - Method in class org.mybatis.generator.api.dom.java.InnerEnum
-
Adds the inner class.
- addInnerEnum(InnerEnum) - Method in class org.mybatis.generator.api.dom.java.InnerClass
-
Adds the inner enum.
- addInnerEnum(InnerEnum) - Method in class org.mybatis.generator.api.dom.java.InnerEnum
-
Adds the inner enum.
- addInnerInterfaces(InnerInterface) - Method in class org.mybatis.generator.api.dom.java.InnerInterface
-
Adds the inner interface.
- addInsertElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
-
- addInsertElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.MixedMapperGenerator
-
- addInsertElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
-
- addInsertElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
-
- addInsertMethod(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
-
- addInsertMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
-
- addInsertMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
-
- addInsertMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.MixedClientGenerator
-
- addInsertMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleAnnotatedClientGenerator
-
- addInsertMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
-
- addInsertSelectiveElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
-
- addInsertSelectiveElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
-
- addInsertSelectiveMethod(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
-
- addInsertSelectiveMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
-
- addInsertSelectiveMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
-
- addInsertSelectiveMethod(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.AbstractDAOElementGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.CountByExampleMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.DeleteByExampleMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.DeleteByPrimaryKeyMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.InsertMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.InsertSelectiveMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.SelectByExampleWithBLOBsMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.SelectByExampleWithoutBLOBsMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.SelectByPrimaryKeyMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleParmsInnerclassGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleSelectiveMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleWithBLOBsMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByExampleWithoutBLOBsMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByPrimaryKeySelectiveMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByPrimaryKeyWithBLOBsMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.CountByExampleMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.DeleteByExampleMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.DeleteByPrimaryKeyMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertSelectiveMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectAllMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByExampleWithBLOBsMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByExampleWithoutBLOBsMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByPrimaryKeyMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleSelectiveMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleWithBLOBsMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleWithoutBLOBsMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeySelectiveMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeyWithBLOBsMethodGenerator
-
- addInterfaceElements(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
-
- addInterfaceImport(FullyQualifiedJavaType) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
- addJavaDocLine(String) - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
-
- addJavaDocLine(String) - Method in class org.mybatis.generator.api.dom.java.JavaElement
-
Adds the java doc line.
- addJavadocTag(JavaElement, boolean) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
-
This method adds the custom javadoc tag for.
- addJavaFileComment(CompilationUnit) - Method in interface org.mybatis.generator.api.CommentGenerator
-
This method is called to add a file level comment to a generated java file.
- addJavaFileComment(CompilationUnit) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
-
- addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedCountByExampleMethodGenerator
-
- addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedDeleteByExampleMethodGenerator
-
- addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedDeleteByPrimaryKeyMethodGenerator
-
- addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedInsertMethodGenerator
-
- addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedInsertSelectiveMethodGenerator
-
- addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectAllMethodGenerator
-
- addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectByExampleWithBLOBsMethodGenerator
-
- addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectByExampleWithoutBLOBsMethodGenerator
-
- addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectByPrimaryKeyMethodGenerator
-
- addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByExampleSelectiveMethodGenerator
-
- addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByExampleWithBLOBsMethodGenerator
-
- addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByExampleWithoutBLOBsMethodGenerator
-
- addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeySelectiveMethodGenerator
-
- addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeyWithBLOBsMethodGenerator
-
- addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator
-
- addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.CountByExampleMethodGenerator
-
- addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.DeleteByExampleMethodGenerator
-
- addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.DeleteByPrimaryKeyMethodGenerator
-
- addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertMethodGenerator
-
- addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertSelectiveMethodGenerator
-
- addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectAllMethodGenerator
-
- addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByExampleWithBLOBsMethodGenerator
-
- addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByExampleWithoutBLOBsMethodGenerator
-
- addMapperAnnotations(Interface, Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByPrimaryKeyMethodGenerator
-
- addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleSelectiveMethodGenerator
-
- addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleWithBLOBsMethodGenerator
-
- addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByExampleWithoutBLOBsMethodGenerator
-
- addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeySelectiveMethodGenerator
-
- addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeyWithBLOBsMethodGenerator
-
- addMapperAnnotations(Method) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
-
- addMethod(Method) - Method in class org.mybatis.generator.api.dom.java.InnerClass
-
Adds the method.
- addMethod(Method) - Method in class org.mybatis.generator.api.dom.java.InnerEnum
-
Adds the method.
- addMethod(Method) - Method in class org.mybatis.generator.api.dom.java.InnerInterface
-
Adds the method.
- addMethod(Method) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
- addModelClassComment(TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.CommentGenerator
-
Adds a comment for a model class.
- addModelClassComment(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
-
- addMyBatis3UpdateByExampleWhereClauseElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
-
- addParameter(Parameter) - Method in class org.mybatis.generator.api.dom.java.Method
-
Adds the parameter.
- addParameter(int, Parameter) - Method in class org.mybatis.generator.api.dom.java.Method
-
Adds the parameter.
- addPlugin(Plugin) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- addPluginConfiguration(PluginConfiguration) - Method in class org.mybatis.generator.config.Context
-
- addPrimaryKeyColumn(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- addProperty(String, String) - Method in class org.mybatis.generator.config.Context
-
- addProperty(String, String) - Method in class org.mybatis.generator.config.PropertyHolder
-
- addPropertyXmlElements(XmlElement) - Method in class org.mybatis.generator.config.PropertyHolder
-
- addResultMapElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
-
- addResultMapWithBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
-
- addResultMapWithBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
-
- addResultMapWithoutBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
-
- addResultMapWithoutBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
-
- addRootComment(XmlElement) - Method in interface org.mybatis.generator.api.CommentGenerator
-
This method is called to add a comment as the first child of the root element.
- addRootComment(XmlElement) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
-
- addSelectAllElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
-
- addSelectAllMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleAnnotatedClientGenerator
-
- addSelectAllMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
-
- addSelectByExampleWithBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
-
- addSelectByExampleWithBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
-
- addSelectByExampleWithBLOBsMethod(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
-
- addSelectByExampleWithBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
-
- addSelectByExampleWithBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
-
- addSelectByExampleWithBLOBsMethod(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
-
- addSelectByExampleWithoutBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
-
- addSelectByExampleWithoutBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
-
- addSelectByExampleWithoutBLOBsMethod(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
-
- addSelectByExampleWithoutBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
-
- addSelectByExampleWithoutBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
-
- addSelectByExampleWithoutBLOBsMethod(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
-
- addSelectByPrimaryKeyElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
-
- addSelectByPrimaryKeyElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.MixedMapperGenerator
-
- addSelectByPrimaryKeyElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
-
- addSelectByPrimaryKeyElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
-
- addSelectByPrimaryKeyMethod(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
-
- addSelectByPrimaryKeyMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
-
- addSelectByPrimaryKeyMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
-
- addSelectByPrimaryKeyMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.MixedClientGenerator
-
- addSelectByPrimaryKeyMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleAnnotatedClientGenerator
-
- addSelectByPrimaryKeyMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
-
- addSetterComment(Method, IntrospectedTable, IntrospectedColumn) - Method in interface org.mybatis.generator.api.CommentGenerator
-
Adds the setter comment.
- addSetterComment(Method, IntrospectedTable, IntrospectedColumn) - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
-
- addStaticImport(String) - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
-
- addStaticImport(String) - Method in class org.mybatis.generator.api.dom.java.Interface
-
- addStaticImport(String) - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
-
- addStaticImport(String) - Method in class org.mybatis.generator.api.dom.java.TopLevelEnumeration
-
- addStaticImports(Set<String>) - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
-
- addStaticImports(Set<String>) - Method in class org.mybatis.generator.api.dom.java.Interface
-
- addStaticImports(Set<String>) - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
-
- addStaticImports(Set<String>) - Method in class org.mybatis.generator.api.dom.java.TopLevelEnumeration
-
- addSuperInterface(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.InnerClass
-
Adds the super interface.
- addSuperInterface(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.InnerEnum
-
Adds the super interface.
- addSuperInterface(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.InnerInterface
-
Adds the super interface.
- addSuppressTypeWarningsAnnotation() - Method in class org.mybatis.generator.api.dom.java.JavaElement
-
Adds the suppress type warnings annotation.
- addTableConfiguration(TableConfiguration) - Method in class org.mybatis.generator.config.Context
-
- addTypeArgument(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
- addTypeParameter(TypeParameter) - Method in class org.mybatis.generator.api.dom.java.InnerClass
-
Adds the type parameter.
- addTypeParameter(TypeParameter) - Method in class org.mybatis.generator.api.dom.java.Method
-
Adds the type parameter.
- addTypeParameter(int, TypeParameter) - Method in class org.mybatis.generator.api.dom.java.Method
-
Adds the parameter.
- addUpdateByExampleParmsInnerclass(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
-
- addUpdateByExampleSelectiveElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
-
- addUpdateByExampleSelectiveElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
-
- addUpdateByExampleSelectiveMethod(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
-
- addUpdateByExampleSelectiveMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
-
- addUpdateByExampleSelectiveMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
-
- addUpdateByExampleSelectiveMethod(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
-
- addUpdateByExampleWithBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
-
- addUpdateByExampleWithBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
-
- addUpdateByExampleWithBLOBsMethod(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
-
- addUpdateByExampleWithBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
-
- addUpdateByExampleWithBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
-
- addUpdateByExampleWithBLOBsMethod(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
-
- addUpdateByExampleWithoutBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
-
- addUpdateByExampleWithoutBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
-
- addUpdateByExampleWithoutBLOBsMethod(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
-
- addUpdateByExampleWithoutBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
-
- addUpdateByExampleWithoutBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
-
- addUpdateByExampleWithoutBLOBsMethod(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
-
- addUpdateByPrimaryKeyElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
-
- addUpdateByPrimaryKeyMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleAnnotatedClientGenerator
-
- addUpdateByPrimaryKeyMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
-
- addUpdateByPrimaryKeySelectiveElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
-
- addUpdateByPrimaryKeySelectiveElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
-
- addUpdateByPrimaryKeySelectiveMethod(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
-
- addUpdateByPrimaryKeySelectiveMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
-
- addUpdateByPrimaryKeySelectiveMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
-
- addUpdateByPrimaryKeySelectiveMethod(TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
-
- addUpdateByPrimaryKeyWithBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
-
- addUpdateByPrimaryKeyWithBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.MixedMapperGenerator
-
- addUpdateByPrimaryKeyWithBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
-
- addUpdateByPrimaryKeyWithBLOBsMethod(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
-
- addUpdateByPrimaryKeyWithBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
-
- addUpdateByPrimaryKeyWithBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
-
- addUpdateByPrimaryKeyWithBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.MixedClientGenerator
-
- addUpdateByPrimaryKeyWithoutBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
-
- addUpdateByPrimaryKeyWithoutBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.MixedMapperGenerator
-
- addUpdateByPrimaryKeyWithoutBLOBsElement(XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
-
- addUpdateByPrimaryKeyWithoutBLOBsMethod(TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
-
- addUpdateByPrimaryKeyWithoutBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
-
- addUpdateByPrimaryKeyWithoutBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
-
- addUpdateByPrimaryKeyWithoutBLOBsMethod(Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.MixedClientGenerator
-
- AnnotatedClientGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper
-
- AnnotatedClientGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
-
- AnnotatedCountByExampleMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
-
- AnnotatedCountByExampleMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedCountByExampleMethodGenerator
-
- AnnotatedDeleteByExampleMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
-
- AnnotatedDeleteByExampleMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedDeleteByExampleMethodGenerator
-
- AnnotatedDeleteByPrimaryKeyMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
-
- AnnotatedDeleteByPrimaryKeyMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedDeleteByPrimaryKeyMethodGenerator
-
- AnnotatedInsertMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
-
- AnnotatedInsertMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedInsertMethodGenerator
-
- AnnotatedInsertSelectiveMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
-
- AnnotatedInsertSelectiveMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedInsertSelectiveMethodGenerator
-
- AnnotatedSelectAllMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
-
- AnnotatedSelectAllMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectAllMethodGenerator
-
- AnnotatedSelectByExampleWithBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
-
- AnnotatedSelectByExampleWithBLOBsMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectByExampleWithBLOBsMethodGenerator
-
- AnnotatedSelectByExampleWithoutBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
-
- AnnotatedSelectByExampleWithoutBLOBsMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectByExampleWithoutBLOBsMethodGenerator
-
- AnnotatedSelectByPrimaryKeyMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
-
- AnnotatedSelectByPrimaryKeyMethodGenerator(boolean, boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedSelectByPrimaryKeyMethodGenerator
-
- AnnotatedUpdateByExampleSelectiveMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
-
- AnnotatedUpdateByExampleSelectiveMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByExampleSelectiveMethodGenerator
-
- AnnotatedUpdateByExampleWithBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
-
- AnnotatedUpdateByExampleWithBLOBsMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByExampleWithBLOBsMethodGenerator
-
- AnnotatedUpdateByExampleWithoutBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
-
- AnnotatedUpdateByExampleWithoutBLOBsMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByExampleWithoutBLOBsMethodGenerator
-
- AnnotatedUpdateByPrimaryKeySelectiveMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
-
- AnnotatedUpdateByPrimaryKeySelectiveMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeySelectiveMethodGenerator
-
- AnnotatedUpdateByPrimaryKeyWithBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
-
- AnnotatedUpdateByPrimaryKeyWithBLOBsMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeyWithBLOBsMethodGenerator
-
- AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
-
- AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated.AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator
-
- AntProgressCallback - Class in org.mybatis.generator.ant
-
This callback logs progress messages with the Ant logger.
- AntProgressCallback(Task, boolean) - Constructor for class org.mybatis.generator.ant.AntProgressCallback
-
Instantiates a new ant progress callback.
- ANY_CONSTRUCTOR_BASED - Static variable in class org.mybatis.generator.config.PropertyRegistry
-
- ANY_ENABLE_SUB_PACKAGES - Static variable in class org.mybatis.generator.config.PropertyRegistry
-
- ANY_IMMUTABLE - Static variable in class org.mybatis.generator.config.PropertyRegistry
-
- ANY_ROOT_CLASS - Static variable in class org.mybatis.generator.config.PropertyRegistry
-
recognized by table and java model generator
- ANY_ROOT_INTERFACE - Static variable in class org.mybatis.generator.config.PropertyRegistry
-
recognized by table and java client generator
- areAnyStatementsEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
-
- areEqual(boolean, boolean) - Static method in class org.mybatis.generator.internal.util.EqualsUtil
-
- areEqual(char, char) - Static method in class org.mybatis.generator.internal.util.EqualsUtil
-
- areEqual(long, long) - Static method in class org.mybatis.generator.internal.util.EqualsUtil
-
- areEqual(float, float) - Static method in class org.mybatis.generator.internal.util.EqualsUtil
-
- areEqual(double, double) - Static method in class org.mybatis.generator.internal.util.EqualsUtil
-
- areEqual(Object, Object) - Static method in class org.mybatis.generator.internal.util.EqualsUtil
-
Possibly-null object field.
- Attribute - Class in org.mybatis.generator.api.dom.xml
-
The Class Attribute.
- Attribute(String, String) - Constructor for class org.mybatis.generator.api.dom.xml.Attribute
-
Instantiates a new attribute.
- attributes - Variable in class org.mybatis.generator.api.IntrospectedTable
-
Attributes may be used by plugins to capture table related state between
the different plugin calls.
- autoDelimitKeywords() - Method in class org.mybatis.generator.config.Context
-
- CachePlugin - Class in org.mybatis.generator.plugins
-
This plugin adds a cache element to generated sqlMaps.
- CachePlugin() - Constructor for class org.mybatis.generator.plugins.CachePlugin
-
- CachePlugin.CacheProperty - Enum in org.mybatis.generator.plugins
-
- calculateAllFieldsClass() - Method in class org.mybatis.generator.internal.rules.BaseRules
-
Calculates the class that contains all fields.
- calculateAllFieldsClass() - Method in interface org.mybatis.generator.internal.rules.Rules
-
Calculates the class that contains all fields.
- calculateAllFieldsClass() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
-
- calculateBigDecimalReplacement(IntrospectedColumn, FullyQualifiedJavaType) - Method in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
-
- calculateBitReplacement(IntrospectedColumn, FullyQualifiedJavaType) - Method in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
-
- calculateClientGenerators(List<String>, ProgressCallback) - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
-
- calculateDAOGenerators(List<String>, ProgressCallback) - Method in class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
-
- calculateDateType(IntrospectedColumn, FullyQualifiedJavaType) - Method in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
-
- calculateGenerators(List<String>, ProgressCallback) - Method in class org.mybatis.generator.api.IntrospectedTable
-
This method can be used to initialize the generators before they will be called.
- calculateGenerators(List<String>, ProgressCallback) - Method in class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
-
- calculateGenerators(List<String>, ProgressCallback) - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
-
- calculateIbatis2SqlMapFileName() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- calculateIbatis2SqlMapNamespace() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- calculateImports(Set<FullyQualifiedJavaType>) - Static method in class org.mybatis.generator.api.dom.OutputUtilities
-
returns a unique set of "import xxx;" Strings for the set of types.
- calculateJavaClientAttributes() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- calculateJavaClientImplementationPackage() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- calculateJavaClientInterfacePackage() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- calculateJavaModelGenerators(List<String>, ProgressCallback) - Method in class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
-
- calculateJavaModelGenerators(List<String>, ProgressCallback) - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
-
- calculateJavaModelGenerators(List<String>, ProgressCallback) - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3SimpleImpl
-
- calculateJavaModelGenerators(List<String>, ProgressCallback) - Method in class org.mybatis.generator.runtime.dynamic.sql.IntrospectedTableMyBatis3DynamicSqlImpl
-
- calculateJavaModelPackage() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- calculateJavaType(IntrospectedColumn) - Method in interface org.mybatis.generator.api.JavaTypeResolver
-
Calculates and returns the Java type that should be associated with this
column based on the jdbc type, length, and scale of the column.
- calculateJavaType(IntrospectedColumn) - Method in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
-
- calculateJdbcTypeName(IntrospectedColumn) - Method in interface org.mybatis.generator.api.JavaTypeResolver
-
Calculates and returns the JDBC type name that should be associated with
this column based on the jdbc type, length, and scale of the column.
- calculateJdbcTypeName(IntrospectedColumn) - Method in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
-
- calculateModelAttributes() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- calculateMyBatis3FallbackSqlMapNamespace() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- calculateMyBatis3XmlMapperFileName() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- calculateSqlMapAliasedFullyQualifiedRuntimeTableName() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- calculateSqlMapFullyQualifiedRuntimeTableName() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- calculateSqlMapGenerator(List<String>, ProgressCallback) - Method in class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
-
- calculateSqlMapPackage() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- calculateTimestampType(IntrospectedColumn, FullyQualifiedJavaType) - Method in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
-
- calculateTimeType(IntrospectedColumn, FullyQualifiedJavaType) - Method in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
-
- calculateTypeName(CompilationUnit, FullyQualifiedJavaType) - Static method in class org.mybatis.generator.api.dom.java.JavaDomUtils
-
Calculates type names for writing into generated Java.
- calculateXmlAttributes() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- calculateXmlMapperGenerator(AbstractJavaClientGenerator, List<String>, ProgressCallback) - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
-
- calculateXmlMapperGenerator(AbstractJavaClientGenerator, List<String>, ProgressCallback) - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3SimpleImpl
-
- calculateXmlMapperGenerator(AbstractJavaClientGenerator, List<String>, ProgressCallback) - Method in class org.mybatis.generator.runtime.dynamic.sql.IntrospectedTableMyBatis3DynamicSqlImpl
-
- callPlugins(Method, TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithBLOBsMethodGenerator
-
- callPlugins(Method, TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithoutBLOBsMethodGenerator
-
- callPlugins(Method, TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithBLOBsMethodGenerator
-
- callPlugins(Method, TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithoutBLOBsMethodGenerator
-
- callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.AbstractMethodGenerator
-
- callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicCountMethodGenerator
-
- callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicDeleteMethodGenerator
-
- callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicInsertMethodGenerator
-
- callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicSelectManyMethodGenerator
-
- callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicSelectOneMethodGenerator
-
- callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicUpdateMethodGenerator
-
- callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.CountByExampleMethodGenerator
-
- callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.DeleteByExampleMethodGenerator
-
- callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.DeleteByPrimaryKeyMethodGenerator
-
- callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.InsertMethodGenerator
-
- callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.InsertSelectiveMethodGenerator
-
- callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.SelectByExampleMethodGenerator
-
- callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.SelectByPrimaryKeyMethodGenerator
-
- callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.SelectDistinctByExampleMethodGenerator
-
- callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByExampleMethodGenerator
-
- callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByExampleSelectiveMethodGenerator
-
- callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByPrimaryKeyMethodGenerator
-
- callPlugins(Method, Interface) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByPrimaryKeySelectiveMethodGenerator
-
- CaseInsensitiveLikePlugin - Class in org.mybatis.generator.plugins
-
This plugin demonstrates adding methods to the example class to enable
case-insensitive LIKE searches.
- CaseInsensitiveLikePlugin() - Constructor for class org.mybatis.generator.plugins.CaseInsensitiveLikePlugin
-
- checkCancel() - Method in interface org.mybatis.generator.api.ProgressCallback
-
The method is called periodically during a long running method.
- checkCancel() - Method in class org.mybatis.generator.internal.NullProgressCallback
-
- ClassloaderUtility - Class in org.mybatis.generator.internal.util
-
This class holds methods useful for constructing custom classloaders.
- CLIENT_USE_LEGACY_BUILDER - Static variable in class org.mybatis.generator.config.PropertyRegistry
-
- clientBasicCountMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the count method has been generated for the mapper interface.
- clientBasicCountMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientBasicCountMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientBasicDeleteMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the delete method has been generated for the mapper interface.
- clientBasicDeleteMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientBasicDeleteMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientBasicInsertMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the insert method has been generated for the mapper interface.
- clientBasicInsertMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientBasicInsertMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientBasicSelectManyMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the selectMany method has been generated for the mapper interface.
- clientBasicSelectManyMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientBasicSelectManyMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientBasicSelectManyMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.plugins.RowBoundsPlugin
-
- clientBasicSelectOneMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the selectOne method has been generated for the mapper interface.
- clientBasicSelectOneMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientBasicSelectOneMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientBasicUpdateMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the update method has been generated for the mapper interface.
- clientBasicUpdateMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientBasicUpdateMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientCountByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the countByExample method has been generated
in the client implementation class.
- clientCountByExampleMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the countByExample method has been generated
in the client interface.
- clientCountByExampleMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientCountByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientCountByExampleMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientCountByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientDeleteByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the deleteByExample method has been generated
in the client implementation class.
- clientDeleteByExampleMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the deleteByExample method has been generated
in the client interface.
- clientDeleteByExampleMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientDeleteByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientDeleteByExampleMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientDeleteByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientDeleteByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the deleteByPrimaryKey method has been
generated in the client interface.
- clientDeleteByPrimaryKeyMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the deleteByPrimaryKey method has been
generated in the client implementation class.
- clientDeleteByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientDeleteByPrimaryKeyMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientDeleteByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientDeleteByPrimaryKeyMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientGenerated(Interface, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the entire client has been generated.
- clientGenerated(Interface, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientGenerated(Interface, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientGenerated(Interface, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.plugins.MapperAnnotationPlugin
-
- clientGenerators - Variable in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
-
- clientInsertMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the insert method has been generated in the
client interface.
- clientInsertMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the insert method has been generated in the
client implementation class.
- clientInsertMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientInsertMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientInsertMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientInsertMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientInsertSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the insert selective method has been generated
in the client interface.
- clientInsertSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the insert selective method has been generated
in the client implementation class.
- clientInsertSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientInsertSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientInsertSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientInsertSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientSelectAllMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the selectAll method has been
generated in the client interface.
- clientSelectAllMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the selectAll method has been
generated in the client implementation class.
- clientSelectAllMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientSelectAllMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientSelectAllMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientSelectAllMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientSelectByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the selectByExampleWithBLOBs method has been
generated in the client interface.
- clientSelectByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the selectByExampleWithBLOBs method has been
generated in the client implementation class.
- clientSelectByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientSelectByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientSelectByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientSelectByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientSelectByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.plugins.RowBoundsPlugin
-
- clientSelectByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the selectByExampleWithoutBLOBs method has
been generated in the client interface.
- clientSelectByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the selectByExampleWithoutBLOBs method has
been generated in the client implementation class.
- clientSelectByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientSelectByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientSelectByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientSelectByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientSelectByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.plugins.RowBoundsPlugin
-
- clientSelectByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the selectByPrimaryKey method has been
generated in the client interface.
- clientSelectByPrimaryKeyMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the selectByPrimaryKey method has been
generated in the client implementation class.
- clientSelectByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientSelectByPrimaryKeyMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientSelectByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientSelectByPrimaryKeyMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientUpdateByExampleSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the updateByExampleSelective method has been
generated in the client interface.
- clientUpdateByExampleSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the updateByExampleSelective method has been
generated in the client implementation class.
- clientUpdateByExampleSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientUpdateByExampleSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientUpdateByExampleSelectiveMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientUpdateByExampleSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientUpdateByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the updateByExampleWithBLOBs method has been
generated in the client interface.
- clientUpdateByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the updateByExampleWithBLOBs method has been
generated in the client implementation class.
- clientUpdateByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientUpdateByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientUpdateByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientUpdateByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientUpdateByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the updateByExampleWithoutBLOBs method has
been generated in the client interface.
- clientUpdateByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the updateByExampleWithoutBLOBs method has
been generated in the client implementation class.
- clientUpdateByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientUpdateByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientUpdateByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientUpdateByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientUpdateByPrimaryKeySelectiveMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the updateByPrimaryKeySelective method has
been generated in the client interface.
- clientUpdateByPrimaryKeySelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the updateByPrimaryKeySelective method has
been generated in the client implementation class.
- clientUpdateByPrimaryKeySelectiveMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientUpdateByPrimaryKeySelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientUpdateByPrimaryKeySelectiveMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientUpdateByPrimaryKeySelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the updateByPrimaryKeyWithBLOBs method has
been generated in the client interface.
- clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the updateByPrimaryKeyWithBLOBs method has
been generated in the client implementation class.
- clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the updateByPrimaryKeyWithoutBLOBs method has
been generated in the client implementation class.
- clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the updateByPrimaryKeyWithoutBLOBs method has
been generated in the client interface.
- clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- columnName - Variable in class org.mybatis.generator.config.IgnoredColumn
-
The column name.
- ColumnOverride - Class in org.mybatis.generator.config
-
The Class ColumnOverride.
- ColumnOverride(String) - Constructor for class org.mybatis.generator.config.ColumnOverride
-
Instantiates a new column override.
- ColumnRenamingRule - Class in org.mybatis.generator.config
-
This class is used to specify a renaming rule for columns in a table.
- ColumnRenamingRule() - Constructor for class org.mybatis.generator.config.ColumnRenamingRule
-
- COMMENT_GENERATOR_ADD_REMARK_COMMENTS - Static variable in class org.mybatis.generator.config.PropertyRegistry
-
- COMMENT_GENERATOR_DATE_FORMAT - Static variable in class org.mybatis.generator.config.PropertyRegistry
-
- COMMENT_GENERATOR_SUPPRESS_ALL_COMMENTS - Static variable in class org.mybatis.generator.config.PropertyRegistry
-
- COMMENT_GENERATOR_SUPPRESS_DATE - Static variable in class org.mybatis.generator.config.PropertyRegistry
-
- CommentGenerator - Interface in org.mybatis.generator.api
-
Implementations of this interface are used to generate comments for the
various artifacts.
- CommentGeneratorConfiguration - Class in org.mybatis.generator.config
-
- CommentGeneratorConfiguration() - Constructor for class org.mybatis.generator.config.CommentGeneratorConfiguration
-
- compareTo(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
- compareTo(Attribute) - Method in class org.mybatis.generator.api.dom.xml.Attribute
-
- CompilationUnit - Interface in org.mybatis.generator.api.dom.java
-
This interface describes methods common to all Java compilation units (Java
classes, interfaces, and enums).
- composeFullyQualifiedTableName(String, String, String, char) - Static method in class org.mybatis.generator.internal.util.StringUtility
-
- ConditionalModelRules - Class in org.mybatis.generator.internal.rules
-
This class encapsulates all the code generation rules for a table using the
conditional model.
- ConditionalModelRules(IntrospectedTable) - Constructor for class org.mybatis.generator.internal.rules.ConditionalModelRules
-
Instantiates a new conditional model rules.
- Configuration - Class in org.mybatis.generator.config
-
The Class Configuration.
- Configuration() - Constructor for class org.mybatis.generator.config.Configuration
-
Instantiates a new configuration.
- ConfigurationParser - Class in org.mybatis.generator.config.xml
-
- ConfigurationParser(List<String>) - Constructor for class org.mybatis.generator.config.xml.ConfigurationParser
-
- ConfigurationParser(Properties, List<String>) - Constructor for class org.mybatis.generator.config.xml.ConfigurationParser
-
This constructor accepts a properties object which may be used to specify
an additional property set.
- configureCheckedExceptions() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
Override this method to add checked exceptions to the throws clause of
any generated DAO method.
- configureCheckedExceptions() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
-
- configureCheckedExceptions() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
-
- configureConstructorTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
Override this method to configure a constructor for generated DAO
implementation classes.
- configureConstructorTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
-
- configureConstructorTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
-
- configureConstructorTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
-
- configureConstructorTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.SpringDAOTemplate
-
- configuredDelimitedColumnName - Variable in class org.mybatis.generator.config.IgnoredColumn
-
The configured delimited column name.
- configureDeleteMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
Override this method to configure a delete method template.
- configureDeleteMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
-
- configureDeleteMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
-
- configureDeleteMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
-
- configureDeleteMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.SpringDAOTemplate
-
- configureFields() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
Override this method to add fields to any generated DAO implementation
class.
- configureFields() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
-
- configureFields() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
-
- configureImplementationImports() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
Override this method to add imports to generated DAO implementation
classes.
- configureImplementationImports() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
-
- configureImplementationImports() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
-
- configureImplementationImports() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
-
- configureInsertMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
Override this method to configure an insert method template.
- configureInsertMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
-
- configureInsertMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
-
- configureInsertMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
-
- configureInsertMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.SpringDAOTemplate
-
- configureInterfaceImports() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
Override this method to add imports to generated DAO interface classes.
- configureMethods() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
Override this method to add methods to generated DAO implementation
classes.
- configureMethods() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
-
- configureQueryForListMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
Override this method to configure a queryForList method template.
- configureQueryForListMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
-
- configureQueryForListMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
-
- configureQueryForListMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
-
- configureQueryForListMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.SpringDAOTemplate
-
- configureQueryForObjectMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
Override this method to configure a queryForObject method template.
- configureQueryForObjectMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
-
- configureQueryForObjectMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
-
- configureQueryForObjectMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
-
- configureQueryForObjectMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.SpringDAOTemplate
-
- configureSuperClass() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
Override this method to set the superclass for any generated DAO
implementation class.
- configureSuperClass() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
-
- configureSuperClass() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.SpringDAOTemplate
-
- configureUpdateMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
Override this method to configure an update method template.
- configureUpdateMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
-
- configureUpdateMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
-
- configureUpdateMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
-
- configureUpdateMethodTemplate() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.SpringDAOTemplate
-
- ConnectionFactory - Interface in org.mybatis.generator.api
-
- ConnectionFactoryConfiguration - Class in org.mybatis.generator.config
-
- ConnectionFactoryConfiguration() - Constructor for class org.mybatis.generator.config.ConnectionFactoryConfiguration
-
- containsProperty(IntrospectedColumn) - Method in class org.mybatis.generator.codegen.RootClassInfo
-
- containsWord(String) - Static method in class org.mybatis.generator.api.dom.java.JavaReservedWords
-
- containsWord(String) - Static method in class org.mybatis.generator.internal.db.SqlReservedWords
-
- context - Variable in class org.mybatis.generator.api.dom.DefaultJavaFormatter
-
- context - Variable in class org.mybatis.generator.api.dom.DefaultXmlFormatter
-
- context - Variable in class org.mybatis.generator.api.IntrospectedColumn
-
- context - Variable in class org.mybatis.generator.api.IntrospectedTable
-
- context - Variable in class org.mybatis.generator.api.PluginAdapter
-
- context - Variable in class org.mybatis.generator.codegen.AbstractGenerator
-
- Context - Class in org.mybatis.generator.config
-
The Class Context.
- Context(ModelType) - Constructor for class org.mybatis.generator.config.Context
-
- context - Variable in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
-
- context - Variable in class org.mybatis.generator.runtime.dynamic.sql.elements.AbstractMethodGenerator
-
- CONTEXT_AUTO_DELIMIT_KEYWORDS - Static variable in class org.mybatis.generator.config.PropertyRegistry
-
- CONTEXT_BEGINNING_DELIMITER - Static variable in class org.mybatis.generator.config.PropertyRegistry
-
- CONTEXT_ENDING_DELIMITER - Static variable in class org.mybatis.generator.config.PropertyRegistry
-
- CONTEXT_JAVA_FILE_ENCODING - Static variable in class org.mybatis.generator.config.PropertyRegistry
-
- CONTEXT_JAVA_FORMATTER - Static variable in class org.mybatis.generator.config.PropertyRegistry
-
- CONTEXT_XML_FORMATTER - Static variable in class org.mybatis.generator.config.PropertyRegistry
-
- contextGenerateAdditionalJavaFiles() - Method in interface org.mybatis.generator.api.Plugin
-
This method can be used to generate any additional Java file needed by
your implementation.
- contextGenerateAdditionalJavaFiles(IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method can be used to generate additional Java files needed by your
implementation that might be related to a specific table.
- contextGenerateAdditionalJavaFiles() - Method in class org.mybatis.generator.api.PluginAdapter
-
- contextGenerateAdditionalJavaFiles(IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- contextGenerateAdditionalJavaFiles(IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- contextGenerateAdditionalJavaFiles() - Method in class org.mybatis.generator.internal.PluginAggregator
-
- contextGenerateAdditionalXmlFiles() - Method in interface org.mybatis.generator.api.Plugin
-
This method can be used to generate any additional XML file needed by
your implementation.
- contextGenerateAdditionalXmlFiles(IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method can be used to generate additional XML files needed by your
implementation that might be related to a specific table.
- contextGenerateAdditionalXmlFiles() - Method in class org.mybatis.generator.api.PluginAdapter
-
- contextGenerateAdditionalXmlFiles(IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- contextGenerateAdditionalXmlFiles(IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- contextGenerateAdditionalXmlFiles() - Method in class org.mybatis.generator.internal.PluginAggregator
-
- contextGenerateAdditionalXmlFiles() - Method in class org.mybatis.generator.plugins.MapperConfigPlugin
-
- contextGenerateAdditionalXmlFiles() - Method in class org.mybatis.generator.plugins.SqlMapConfigPlugin
-
- CountByExampleElementGenerator - Class in org.mybatis.generator.codegen.ibatis2.sqlmap.elements
-
- CountByExampleElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.CountByExampleElementGenerator
-
- CountByExampleElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
-
- CountByExampleElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.CountByExampleElementGenerator
-
- CountByExampleMethodGenerator - Class in org.mybatis.generator.codegen.ibatis2.dao.elements
-
Generates the Count By Example method.
- CountByExampleMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.elements.CountByExampleMethodGenerator
-
- CountByExampleMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
-
- CountByExampleMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.CountByExampleMethodGenerator
-
- CountByExampleMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
-
- CountByExampleMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
-
- createCommentGenerator(Context) - Static method in class org.mybatis.generator.internal.ObjectFactory
-
- createConnectionFactory(Context) - Static method in class org.mybatis.generator.internal.ObjectFactory
-
- createExternalObject(String) - Static method in class org.mybatis.generator.internal.ObjectFactory
-
- createInternalObject(String) - Static method in class org.mybatis.generator.internal.ObjectFactory
-
- createIntrospectedColumn(Context) - Static method in class org.mybatis.generator.internal.ObjectFactory
-
- createIntrospectedTable(TableConfiguration, FullyQualifiedTable, Context) - Static method in class org.mybatis.generator.internal.ObjectFactory
-
- createIntrospectedTableForValidation(Context) - Static method in class org.mybatis.generator.internal.ObjectFactory
-
Creates an introspected table implementation that is only usable for validation (i.e.
- createJavaClientGenerator() - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
-
- createJavaClientGenerator() - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3SimpleImpl
-
- createJavaClientGenerator() - Method in class org.mybatis.generator.runtime.dynamic.sql.IntrospectedTableMyBatis3DynamicSqlImpl
-
- createJavaFormatter(Context) - Static method in class org.mybatis.generator.internal.ObjectFactory
-
- createJavaTypeResolver(Context, List<String>) - Static method in class org.mybatis.generator.internal.ObjectFactory
-
- createPlugin(Context, PluginConfiguration) - Static method in class org.mybatis.generator.internal.ObjectFactory
-
- createPropertyset() - Method in class org.mybatis.generator.ant.GeneratorAntTask
-
- createXmlFormatter(Context) - Static method in class org.mybatis.generator.internal.ObjectFactory
-
- generate(ProgressCallback) - Method in class org.mybatis.generator.api.MyBatisGenerator
-
This is the main method for generating code.
- generate(ProgressCallback, Set<String>) - Method in class org.mybatis.generator.api.MyBatisGenerator
-
This is the main method for generating code.
- generate(ProgressCallback, Set<String>, Set<String>) - Method in class org.mybatis.generator.api.MyBatisGenerator
-
This is the main method for generating code.
- generate(ProgressCallback, Set<String>, Set<String>, boolean) - Method in class org.mybatis.generator.api.MyBatisGenerator
-
This is the main method for generating code.
- generate() - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlSupportClassGenerator
-
- generateBaseColumnList() - Method in class org.mybatis.generator.internal.rules.BaseRules
-
- generateBaseColumnList() - Method in interface org.mybatis.generator.internal.rules.Rules
-
Implements the rule for generating the SQL base column list element.
- generateBaseColumnList() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
-
- generateBaseRecordClass() - Method in class org.mybatis.generator.internal.rules.ConditionalModelRules
-
Generate a base record if there are any base columns, or if there is only
one primary key coulmn (in which case we will not generate a primary key
class), or if there is only one BLOB column (in which case we will not
generate a record with BLOBs class).
- generateBaseRecordClass() - Method in class org.mybatis.generator.internal.rules.FlatModelRules
-
We always generate a base record in the flat model.
- generateBaseRecordClass() - Method in class org.mybatis.generator.internal.rules.HierarchicalModelRules
-
Implements the rule for generating a base record.
- generateBaseRecordClass() - Method in interface org.mybatis.generator.internal.rules.Rules
-
Implements the rule for generating a base record.
- generateBaseRecordClass() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
-
- generateBaseResultMap() - Method in class org.mybatis.generator.internal.rules.BaseRules
-
Implements the rule for generating the result map without BLOBs.
- generateBaseResultMap() - Method in interface org.mybatis.generator.internal.rules.Rules
-
Implements the rule for generating the result map without BLOBs.
- generateBaseResultMap() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
-
- generateBlobColumnList() - Method in class org.mybatis.generator.internal.rules.BaseRules
-
- generateBlobColumnList() - Method in interface org.mybatis.generator.internal.rules.Rules
-
Implements the rule for generating the SQL blob column list element.
- generateBlobColumnList() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
-
- generateCountByExample() - Method in class org.mybatis.generator.internal.rules.BaseRules
-
- generateCountByExample() - Method in interface org.mybatis.generator.internal.rules.Rules
-
- generateCountByExample() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
-
- generateDeleteByExample() - Method in class org.mybatis.generator.internal.rules.BaseRules
-
Implements the rule for generating the delete by example SQL Map element
and DAO method.
- generateDeleteByExample() - Method in interface org.mybatis.generator.internal.rules.Rules
-
Implements the rule for generating the delete by example SQL Map element
and DAO method.
- generateDeleteByExample() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
-
- generateDeleteByPrimaryKey() - Method in class org.mybatis.generator.internal.rules.BaseRules
-
Implements the rule for generating the delete by primary key SQL Map
element and DAO method.
- generateDeleteByPrimaryKey() - Method in interface org.mybatis.generator.internal.rules.Rules
-
Implements the rule for generating the delete by primary key SQL Map
element and DAO method.
- generateDeleteByPrimaryKey() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
-
- GeneratedFile - Class in org.mybatis.generator.api
-
Abstract class that holds information common to all generated files.
- GeneratedFile(String) - Constructor for class org.mybatis.generator.api.GeneratedFile
-
Instantiates a new generated file.
- GeneratedJavaFile - Class in org.mybatis.generator.api
-
The Class GeneratedJavaFile.
- GeneratedJavaFile(CompilationUnit, String, String, JavaFormatter) - Constructor for class org.mybatis.generator.api.GeneratedJavaFile
-
Default constructor.
- GeneratedJavaFile(CompilationUnit, String, JavaFormatter) - Constructor for class org.mybatis.generator.api.GeneratedJavaFile
-
Instantiates a new generated java file.
- GeneratedKey - Class in org.mybatis.generator.config
-
This class specifies that a key is auto-generated, either as an identity
column (post insert), or as some other query like a sequences (pre insert).
- GeneratedKey(String, String, boolean, String) - Constructor for class org.mybatis.generator.config.GeneratedKey
-
- GeneratedXmlFile - Class in org.mybatis.generator.api
-
The Class GeneratedXmlFile.
- GeneratedXmlFile(Document, String, String, String, boolean, XmlFormatter) - Constructor for class org.mybatis.generator.api.GeneratedXmlFile
-
Instantiates a new generated xml file.
- generateEquals(TopLevelClass, List<IntrospectedColumn>, IntrospectedTable) - Method in class org.mybatis.generator.plugins.EqualsHashCodePlugin
-
Generates an equals method that does a comparison of all fields.
- generateExampleClass() - Method in class org.mybatis.generator.internal.rules.BaseRules
-
Implements the rule for generating an example class.
- generateExampleClass() - Method in interface org.mybatis.generator.internal.rules.Rules
-
Implements the rule for generating an example class.
- generateExampleClass() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
-
- generateFiles(ProgressCallback, List<GeneratedJavaFile>, List<GeneratedXmlFile>, List<String>) - Method in class org.mybatis.generator.config.Context
-
- generateHashCode(TopLevelClass, List<IntrospectedColumn>, IntrospectedTable) - Method in class org.mybatis.generator.plugins.EqualsHashCodePlugin
-
Generates a hashCode method that includes all fields.
- generateInsert() - Method in class org.mybatis.generator.internal.rules.BaseRules
-
Implements the rule for generating the insert SQL Map element and DAO
method.
- generateInsert() - Method in interface org.mybatis.generator.internal.rules.Rules
-
Implements the rule for generating the insert SQL Map element and DAO
method.
- generateInsert() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
-
- generateInsertSelective() - Method in class org.mybatis.generator.internal.rules.BaseRules
-
Implements the rule for generating the insert selective SQL Map element
and DAO method.
- generateInsertSelective() - Method in interface org.mybatis.generator.internal.rules.Rules
-
Implements the rule for generating the insert selective SQL Map element
and DAO method.
- generateInsertSelective() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
-
- generateJavaClient() - Method in class org.mybatis.generator.internal.rules.BaseRules
-
- generateJavaClient() - Method in interface org.mybatis.generator.internal.rules.Rules
-
Implements the rule for generating a Java client.
- generateJavaClient() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
-
- generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.AbstractMethodGenerator
-
- generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicCountMethodGenerator
-
- generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicDeleteMethodGenerator
-
- generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicInsertMethodGenerator
-
- generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicSelectManyMethodGenerator
-
- generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicSelectOneMethodGenerator
-
- generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicUpdateMethodGenerator
-
- generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.CountByExampleMethodGenerator
-
- generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.DeleteByExampleMethodGenerator
-
- generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.DeleteByPrimaryKeyMethodGenerator
-
- generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.InsertMethodGenerator
-
- generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.InsertSelectiveMethodGenerator
-
- generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.SelectByExampleMethodGenerator
-
- generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.SelectByPrimaryKeyMethodGenerator
-
- generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.SelectDistinctByExampleMethodGenerator
-
- generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByExampleMethodGenerator
-
- generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByExampleSelectiveMethodGenerator
-
- generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByPrimaryKeyMethodGenerator
-
- generateMethodAndImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByPrimaryKeySelectiveMethodGenerator
-
- generateMyBatis3UpdateByExampleWhereClause() - Method in class org.mybatis.generator.internal.rules.BaseRules
-
Implements the rule for generating the SQL example where clause element
specifically for use in the update by example methods.
- generateMyBatis3UpdateByExampleWhereClause() - Method in interface org.mybatis.generator.internal.rules.Rules
-
Implements the rule for generating the SQL example where clause element
specifically for use in the update by example methods.
- generateMyBatis3UpdateByExampleWhereClause() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
-
- generatePrimaryKeyClass() - Method in class org.mybatis.generator.internal.rules.ConditionalModelRules
-
We generate a primary key if there is more than one primary key field.
- generatePrimaryKeyClass() - Method in class org.mybatis.generator.internal.rules.FlatModelRules
-
We never generate a primary key in the flat model.
- generatePrimaryKeyClass() - Method in class org.mybatis.generator.internal.rules.HierarchicalModelRules
-
Implements the rule for determining whether to generate a primary key
class.
- generatePrimaryKeyClass() - Method in interface org.mybatis.generator.internal.rules.Rules
-
Implements the rule for determining whether to generate a primary key
class.
- generatePrimaryKeyClass() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
-
- generateRecordWithBLOBsClass() - Method in class org.mybatis.generator.internal.rules.ConditionalModelRules
-
We generate a record with BLOBs class if there is more than one BLOB
column.
- generateRecordWithBLOBsClass() - Method in class org.mybatis.generator.internal.rules.FlatModelRules
-
We never generate a record with BLOBs class in the flat model.
- generateRecordWithBLOBsClass() - Method in class org.mybatis.generator.internal.rules.HierarchicalModelRules
-
Implements the rule for generating a record with BLOBs.
- generateRecordWithBLOBsClass() - Method in interface org.mybatis.generator.internal.rules.Rules
-
Implements the rule for generating a record with BLOBs.
- generateRecordWithBLOBsClass() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
-
- generateResultMapWithBLOBs() - Method in class org.mybatis.generator.internal.rules.BaseRules
-
Implements the rule for generating the result map with BLOBs.
- generateResultMapWithBLOBs() - Method in interface org.mybatis.generator.internal.rules.Rules
-
Implements the rule for generating the result map with BLOBs.
- generateResultMapWithBLOBs() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
-
- generateSelectByExampleWithBLOBs() - Method in class org.mybatis.generator.internal.rules.BaseRules
-
Implements the rule for generating the select by example with BLOBs SQL
Map element and DAO method.
- generateSelectByExampleWithBLOBs() - Method in interface org.mybatis.generator.internal.rules.Rules
-
Implements the rule for generating the select by example with BLOBs SQL
Map element and DAO method.
- generateSelectByExampleWithBLOBs() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
-
- generateSelectByExampleWithoutBLOBs() - Method in class org.mybatis.generator.internal.rules.BaseRules
-
Implements the rule for generating the select by example without BLOBs
SQL Map element and DAO method.
- generateSelectByExampleWithoutBLOBs() - Method in interface org.mybatis.generator.internal.rules.Rules
-
Implements the rule for generating the select by example without BLOBs
SQL Map element and DAO method.
- generateSelectByExampleWithoutBLOBs() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
-
- generateSelectByPrimaryKey() - Method in class org.mybatis.generator.internal.rules.BaseRules
-
Implements the rule for generating the select by primary key SQL Map
element and DAO method.
- generateSelectByPrimaryKey() - Method in interface org.mybatis.generator.internal.rules.Rules
-
Implements the rule for generating the select by primary key SQL Map
element and DAO method.
- generateSelectByPrimaryKey() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
-
- generateSQLExampleWhereClause() - Method in class org.mybatis.generator.internal.rules.BaseRules
-
Implements the rule for generating the SQL example where clause element.
- generateSQLExampleWhereClause() - Method in interface org.mybatis.generator.internal.rules.Rules
-
Implements the rule for generating the SQL example where clause element.
- generateSQLExampleWhereClause() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
-
- generateUpdateByExampleSelective() - Method in class org.mybatis.generator.internal.rules.BaseRules
-
- generateUpdateByExampleSelective() - Method in interface org.mybatis.generator.internal.rules.Rules
-
- generateUpdateByExampleSelective() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
-
- generateUpdateByExampleWithBLOBs() - Method in class org.mybatis.generator.internal.rules.BaseRules
-
- generateUpdateByExampleWithBLOBs() - Method in interface org.mybatis.generator.internal.rules.Rules
-
- generateUpdateByExampleWithBLOBs() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
-
- generateUpdateByExampleWithoutBLOBs() - Method in class org.mybatis.generator.internal.rules.BaseRules
-
- generateUpdateByExampleWithoutBLOBs() - Method in interface org.mybatis.generator.internal.rules.Rules
-
- generateUpdateByExampleWithoutBLOBs() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
-
- generateUpdateByPrimaryKeySelective() - Method in class org.mybatis.generator.internal.rules.BaseRules
-
Implements the rule for generating the update by primary key selective
SQL Map element and DAO method.
- generateUpdateByPrimaryKeySelective() - Method in interface org.mybatis.generator.internal.rules.Rules
-
Implements the rule for generating the update by primary key selective
SQL Map element and DAO method.
- generateUpdateByPrimaryKeySelective() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
-
- generateUpdateByPrimaryKeyWithBLOBs() - Method in class org.mybatis.generator.internal.rules.BaseRules
-
Implements the rule for generating the update by primary key with BLOBs
SQL Map element and DAO method.
- generateUpdateByPrimaryKeyWithBLOBs() - Method in interface org.mybatis.generator.internal.rules.Rules
-
Implements the rule for generating the update by primary key with BLOBs
SQL Map element and DAO method.
- generateUpdateByPrimaryKeyWithBLOBs() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
-
- generateUpdateByPrimaryKeyWithoutBLOBs() - Method in class org.mybatis.generator.internal.rules.BaseRules
-
Implements the rule for generating the update by primary key without
BLOBs SQL Map element and DAO method.
- generateUpdateByPrimaryKeyWithoutBLOBs() - Method in interface org.mybatis.generator.internal.rules.Rules
-
Implements the rule for generating the update by primary key without
BLOBs SQL Map element and DAO method.
- generateUpdateByPrimaryKeyWithoutBLOBs() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
-
- generationStarted(int) - Method in interface org.mybatis.generator.api.ProgressCallback
-
Called to note the start of the generation phase, and to note the maximum
number of startTask messages that will be sent for the generation phase.
- generationStarted(int) - Method in class org.mybatis.generator.internal.NullProgressCallback
-
- GeneratorAntTask - Class in org.mybatis.generator.ant
-
This is an Ant task that will run the generator.
- GeneratorAntTask() - Constructor for class org.mybatis.generator.ant.GeneratorAntTask
-
- GenericCIDAOTemplate - Class in org.mybatis.generator.codegen.ibatis2.dao.templates
-
Template for DAO classes created with constructor injection.
- GenericCIDAOTemplate() - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericCIDAOTemplate
-
- GenericSIDAOTemplate - Class in org.mybatis.generator.codegen.ibatis2.dao.templates
-
Template for DAO classes created with setter injection.
- GenericSIDAOTemplate() - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.templates.GenericSIDAOTemplate
-
- getActualColumnName() - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- getAlias() - Method in class org.mybatis.generator.api.FullyQualifiedTable
-
Gets the alias.
- getAlias() - Method in class org.mybatis.generator.config.TableConfiguration
-
- getAliasedActualColumnName(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.ibatis2.Ibatis2FormattingUtilities
-
The aliased column name for a select statement generated by the example clauses.
- getAliasedActualColumnName(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
-
The aliased column name for a select statement generated by the example clauses.
- getAliasedEscapedColumnName(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.ibatis2.Ibatis2FormattingUtilities
-
Calculates the string to use in select phrases in SqlMaps.
- getAliasedEscapedColumnName(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
-
Calculates the string to use in select phrases in SqlMaps.
- getAliasedFullyQualifiedTableNameAtRuntime() - Method in class org.mybatis.generator.api.FullyQualifiedTable
-
Gets the aliased fully qualified table name at runtime.
- getAliasedFullyQualifiedTableNameAtRuntime() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getAllColumns() - Method in class org.mybatis.generator.api.IntrospectedTable
-
Returns all columns in the table (for use by the select by primary key and
select by example with BLOBs methods).
- getAnnotatedConstructorArgs() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.FragmentGenerator
-
- getAnnotatedResults() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.FragmentGenerator
-
- getAnnotations() - Method in class org.mybatis.generator.api.dom.java.JavaElement
-
Gets the annotations.
- getAnnotations() - Method in class org.mybatis.generator.api.dom.java.Parameter
-
- getAnnotations() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodParts
-
- getAttribute(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getAttributeName() - Method in enum org.mybatis.generator.plugins.CachePlugin.CacheProperty
-
- getAttributes() - Method in class org.mybatis.generator.api.dom.xml.XmlElement
-
Gets the attributes.
- getBaseColumnListElement() - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.AbstractXmlElementGenerator
-
- getBaseColumnListElement() - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
-
- getBaseColumnListId() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getBaseColumns() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getBaseRecordType() - Method in class org.mybatis.generator.api.IntrospectedTable
-
Gets the base record type.
- getBaseResultMapId() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getBeginningDelimiter() - Method in class org.mybatis.generator.config.Context
-
- getBlobColumnListElement() - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.AbstractXmlElementGenerator
-
- getBlobColumnListElement() - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
-
- getBlobColumnListId() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getBLOBColumns() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getBodyLines() - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
-
- getBodyLines() - Method in class org.mybatis.generator.api.dom.java.Method
-
Gets the body lines.
- getBodyLines() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodParts
-
- getBooleanInstance() - Static method in class org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
-
- getBooleanPrimitiveInstance() - Static method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
- getByteInstance() - Static method in class org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
-
- getCamelCaseString(String, boolean) - Static method in class org.mybatis.generator.internal.util.JavaBeansUtil
-
- getCatalog() - Method in class org.mybatis.generator.config.TableConfiguration
-
- getCatalog() - Method in class org.mybatis.generator.internal.db.ActualTableName
-
- getCharacterInstance() - Static method in class org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
-
- getCheckedExceptions() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
- getClassPathEntries() - Method in class org.mybatis.generator.config.Configuration
-
Gets the class path entries.
- getColumn(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getColumn() - Method in class org.mybatis.generator.config.GeneratedKey
-
- getColumnName() - Method in class org.mybatis.generator.config.ColumnOverride
-
Gets the column name.
- getColumnName() - Method in class org.mybatis.generator.config.IgnoredColumn
-
Gets the column name.
- getColumnOverride(String) - Method in class org.mybatis.generator.config.TableConfiguration
-
May return null if the column has not been overridden.
- getColumnOverrides() - Method in class org.mybatis.generator.config.TableConfiguration
-
- getColumnRenamingRule() - Method in class org.mybatis.generator.config.TableConfiguration
-
- getColumns() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithBLOBsMethodGenerator
-
- getColumns() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithoutBLOBsMethodGenerator
-
- getColumns() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithBLOBsMethodGenerator
-
- getColumns() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithoutBLOBsMethodGenerator
-
- getCommentGenerator() - Method in class org.mybatis.generator.config.Context
-
- getCommentGeneratorConfiguration() - Method in class org.mybatis.generator.config.Context
-
- getCompilationUnit() - Method in class org.mybatis.generator.api.GeneratedJavaFile
-
This method is required by the Eclipse Java merger.
- getCompilationUnits() - Method in class org.mybatis.generator.codegen.AbstractJavaGenerator
-
- getCompilationUnits() - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
-
- getCompilationUnits() - Method in class org.mybatis.generator.codegen.ibatis2.model.BaseRecordGenerator
-
- getCompilationUnits() - Method in class org.mybatis.generator.codegen.ibatis2.model.ExampleGenerator
-
- getCompilationUnits() - Method in class org.mybatis.generator.codegen.ibatis2.model.PrimaryKeyGenerator
-
- getCompilationUnits() - Method in class org.mybatis.generator.codegen.ibatis2.model.RecordWithBLOBsGenerator
-
- getCompilationUnits() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
-
- getCompilationUnits() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
-
- getCompilationUnits() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
-
- getCompilationUnits() - Method in class org.mybatis.generator.codegen.mybatis3.model.BaseRecordGenerator
-
- getCompilationUnits() - Method in class org.mybatis.generator.codegen.mybatis3.model.ExampleGenerator
-
- getCompilationUnits() - Method in class org.mybatis.generator.codegen.mybatis3.model.PrimaryKeyGenerator
-
- getCompilationUnits() - Method in class org.mybatis.generator.codegen.mybatis3.model.RecordWithBLOBsGenerator
-
- getCompilationUnits() - Method in class org.mybatis.generator.codegen.mybatis3.model.SimpleModelGenerator
-
- getCompilationUnits() - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
-
- getCompilationUnits() - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlModelGenerator
-
- getConfigfile() - Method in class org.mybatis.generator.ant.GeneratorAntTask
-
- getConfigurationType() - Method in class org.mybatis.generator.config.TypedPropertyHolder
-
- getConnection() - Method in interface org.mybatis.generator.api.ConnectionFactory
-
Should return a connection to the database in use for this context.
- getConnection() - Method in class org.mybatis.generator.internal.JDBCConnectionFactory
-
- getConnectionFactoryConfiguration() - Method in class org.mybatis.generator.config.Context
-
- getConnectionURL() - Method in class org.mybatis.generator.config.JDBCConnectionConfiguration
-
- getConstructorClone(CommentGenerator, FullyQualifiedJavaType, IntrospectedTable) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
- getContent() - Method in class org.mybatis.generator.api.dom.xml.TextElement
-
Gets the content.
- getContext() - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- getContext() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getContext() - Method in class org.mybatis.generator.api.PluginAdapter
-
- getContext() - Method in class org.mybatis.generator.codegen.AbstractGenerator
-
- getContext(String) - Method in class org.mybatis.generator.config.Configuration
-
Gets the context.
- getContextIds() - Method in class org.mybatis.generator.ant.GeneratorAntTask
-
- getContexts() - Method in class org.mybatis.generator.config.Configuration
-
Gets the contexts.
- getCountByExampleMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
-
Calculates and returns a name for the count by example method.
- getCountByExampleMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
-
- getCountByExampleMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
-
- getCountByExampleStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getCriteriaInstance() - Static method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
- getCustomClassloader(Collection<String>) - Static method in class org.mybatis.generator.internal.util.ClassloaderUtility
-
- getDAOImplementationType() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getDAOInterfaceType() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getDAOMethodNameCalculator() - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.AbstractDAOElementGenerator
-
- getDatabaseDialect(String) - Static method in enum org.mybatis.generator.internal.db.DatabaseDialects
-
Gets the database dialect.
- getDateInstance() - Static method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
- getDateString() - Method in class org.mybatis.generator.internal.DefaultCommentGenerator
-
Returns a formated date string to include in the Javadoc tag
and XML comments.
- getDefaultConstructor(TopLevelClass) - Method in class org.mybatis.generator.codegen.AbstractJavaGenerator
-
- getDefaultModelType() - Method in class org.mybatis.generator.config.Context
-
- getDefaultValue() - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- getDeleteByExampleMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
-
Calculates and returns a name for the delete by example method.
- getDeleteByExampleMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
-
- getDeleteByExampleMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
-
- getDeleteByExampleStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getDeleteByPrimaryKeyMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
-
Calculates and returns a name for the delete by primary key method.
- getDeleteByPrimaryKeyMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
-
- getDeleteByPrimaryKeyMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
-
- getDeleteByPrimaryKeyStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getDeleteMethod(String, String, String) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
- getDirectory(String, String) - Method in interface org.mybatis.generator.api.ShellCallback
-
This method is called to ask the shell to resolve a project/package combination into a directory on the file
system.
- getDirectory(String, String) - Method in class org.mybatis.generator.internal.DefaultShellCallback
-
- getDocument() - Method in class org.mybatis.generator.codegen.AbstractXmlGenerator
-
- getDocument() - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
-
- getDocument() - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
-
- getDocument() - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
-
- getDomainObjectName() - Method in class org.mybatis.generator.api.FullyQualifiedTable
-
Gets the domain object name.
- getDomainObjectName() - Method in class org.mybatis.generator.config.TableConfiguration
-
- getDomainObjectRenamingRule() - Method in class org.mybatis.generator.config.TableConfiguration
-
- getDomainObjectSubPackage() - Method in class org.mybatis.generator.api.FullyQualifiedTable
-
- getDoubleInstance() - Static method in class org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
-
- getDriverClass() - Method in class org.mybatis.generator.config.JDBCConnectionConfiguration
-
- getElements() - Method in class org.mybatis.generator.api.dom.xml.XmlElement
-
Gets the elements.
- getEndingDelimiter() - Method in class org.mybatis.generator.config.Context
-
- getEnumConstants() - Method in class org.mybatis.generator.api.dom.java.InnerEnum
-
Gets the enum constants.
- getErrors() - Method in exception org.mybatis.generator.exception.InvalidConfigurationException
-
Gets the errors.
- getErrors() - Method in exception org.mybatis.generator.exception.XMLParserException
-
Gets the errors.
- getEscapedColumnName(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.ibatis2.Ibatis2FormattingUtilities
-
Gets the escaped column name.
- getEscapedColumnName(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
-
Gets the escaped column name.
- getExampleIncludeElement() - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
-
- getExampleMethodVisibility() - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.AbstractDAOElementGenerator
-
- getExampleType() - Method in class org.mybatis.generator.api.IntrospectedTable
-
Gets the example type.
- getExampleWhereClauseId() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getExceptions() - Method in class org.mybatis.generator.api.dom.java.Method
-
Gets the exceptions.
- getExtendsTypes() - Method in class org.mybatis.generator.api.dom.java.TypeParameter
-
- getExtraCompilationUnits() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
-
- getExtraCompilationUnits() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
-
- getExtraCompilationUnits() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
-
- getFieldClones(CommentGenerator, IntrospectedTable) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
- getFields() - Method in class org.mybatis.generator.api.dom.java.InnerClass
-
Gets the fields.
- getFields() - Method in class org.mybatis.generator.api.dom.java.InnerEnum
-
Gets the fields.
- getFields() - Method in class org.mybatis.generator.api.dom.java.InnerInterface
-
- getFileCommentLines() - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
-
- getFileCommentLines() - Method in class org.mybatis.generator.api.dom.java.Interface
-
- getFileCommentLines() - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
-
- getFileCommentLines() - Method in class org.mybatis.generator.api.dom.java.TopLevelEnumeration
-
- getFileEncoding() - Method in class org.mybatis.generator.api.GeneratedJavaFile
-
Gets the file encoding.
- getFileName() - Method in class org.mybatis.generator.api.GeneratedFile
-
Get the file name (without any path).
- getFileName() - Method in class org.mybatis.generator.api.GeneratedJavaFile
-
- getFileName() - Method in class org.mybatis.generator.api.GeneratedXmlFile
-
Gets the file name.
- getFloatInstance() - Static method in class org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
-
- getFormattedContent(CompilationUnit) - Method in class org.mybatis.generator.api.dom.DefaultJavaFormatter
-
- getFormattedContent(Document) - Method in class org.mybatis.generator.api.dom.DefaultXmlFormatter
-
- getFormattedContent() - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
-
- getFormattedContent(int, CompilationUnit) - Method in class org.mybatis.generator.api.dom.java.Field
-
- getFormattedContent(int) - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
-
- getFormattedContent(int, CompilationUnit) - Method in class org.mybatis.generator.api.dom.java.InnerClass
-
Gets the formatted content.
- getFormattedContent(int, CompilationUnit) - Method in class org.mybatis.generator.api.dom.java.InnerEnum
-
Gets the formatted content.
- getFormattedContent(int, CompilationUnit) - Method in class org.mybatis.generator.api.dom.java.InnerInterface
-
Gets the formatted content.
- getFormattedContent() - Method in class org.mybatis.generator.api.dom.java.Interface
-
- getFormattedContent(int, CompilationUnit) - Method in class org.mybatis.generator.api.dom.java.Interface
-
- getFormattedContent(int, boolean, CompilationUnit) - Method in class org.mybatis.generator.api.dom.java.Method
-
Gets the formatted content.
- getFormattedContent(CompilationUnit) - Method in class org.mybatis.generator.api.dom.java.Parameter
-
- getFormattedContent() - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
-
- getFormattedContent() - Method in class org.mybatis.generator.api.dom.java.TopLevelEnumeration
-
- getFormattedContent(CompilationUnit) - Method in class org.mybatis.generator.api.dom.java.TypeParameter
-
- getFormattedContent() - Method in class org.mybatis.generator.api.dom.xml.Attribute
-
Gets the formatted content.
- getFormattedContent() - Method in class org.mybatis.generator.api.dom.xml.Document
-
Gets the formatted content.
- getFormattedContent(int) - Method in class org.mybatis.generator.api.dom.xml.Element
-
- getFormattedContent(int) - Method in class org.mybatis.generator.api.dom.xml.TextElement
-
- getFormattedContent(int) - Method in class org.mybatis.generator.api.dom.xml.XmlElement
-
- getFormattedContent() - Method in class org.mybatis.generator.api.GeneratedFile
-
Returns the entire contents of the generated file.
- getFormattedContent() - Method in class org.mybatis.generator.api.GeneratedJavaFile
-
- getFormattedContent() - Method in class org.mybatis.generator.api.GeneratedXmlFile
-
- getFormattedContent(CompilationUnit) - Method in interface org.mybatis.generator.api.JavaFormatter
-
- getFormattedContent(Document) - Method in interface org.mybatis.generator.api.XmlFormatter
-
- getFullyQualifiedJavaType() - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- getFullyQualifiedJavaType() - Method in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl.JdbcTypeInformation
-
- getFullyQualifiedName() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
Returns the fully qualified name - including any generic type parameters.
- getFullyQualifiedNameWithoutTypeParameters() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
- getFullyQualifiedTable() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getFullyQualifiedTableNameAtRuntime() - Method in class org.mybatis.generator.api.FullyQualifiedTable
-
Gets the fully qualified table name at runtime.
- getFullyQualifiedTableNameAtRuntime() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getFullyQualifiedTableNames() - Method in class org.mybatis.generator.ant.GeneratorAntTask
-
- getGeneratedCriteriaInstance() - Static method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
- getGeneratedJavaFiles() - Method in class org.mybatis.generator.api.IntrospectedTable
-
This method should return a list of generated Java files related to this
table.
- getGeneratedJavaFiles() - Method in class org.mybatis.generator.api.MyBatisGenerator
-
Returns the list of generated Java files after a call to one of the generate methods.
- getGeneratedJavaFiles() - Method in class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
-
- getGeneratedJavaFiles() - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
-
- getGeneratedKey() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getGeneratedKey() - Method in class org.mybatis.generator.config.TableConfiguration
-
- getGeneratedKeyAnnotation(GeneratedKey) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.FragmentGenerator
-
- getGeneratedXmlFiles() - Method in class org.mybatis.generator.api.IntrospectedTable
-
This method should return a list of generated XML files related to this
table.
- getGeneratedXmlFiles() - Method in class org.mybatis.generator.api.MyBatisGenerator
-
Returns the list of generated XML files after a call to one of the generate methods.
- getGeneratedXmlFiles() - Method in class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
-
- getGeneratedXmlFiles() - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
-
- getGenerationSteps() - Method in class org.mybatis.generator.api.IntrospectedTable
-
This method should return the number of progress messages that will be
send during the generation phase.
- getGenerationSteps() - Method in class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
-
- getGenerationSteps() - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
-
- getGenerationSteps() - Method in class org.mybatis.generator.config.Context
-
- getGetter(Field) - Static method in class org.mybatis.generator.codegen.AbstractJavaGenerator
-
- getGetterMethodName(String, FullyQualifiedJavaType) - Static method in class org.mybatis.generator.internal.util.JavaBeansUtil
-
Computes a getter method name.
- getIbatis2SqlMapFileName() - Method in class org.mybatis.generator.api.IntrospectedTable
-
Calculates an SQL Map file name for the table.
- getIbatis2SqlMapNamespace() - Method in class org.mybatis.generator.api.FullyQualifiedTable
-
Returns a string that is the fully qualified table name, with
underscores as the separator.
- getIbatis2SqlMapNamespace() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getIbatis2SqlMapPackage() - Method in class org.mybatis.generator.api.IntrospectedTable
-
Calculates the package for the current table.
- getId() - Method in class org.mybatis.generator.config.Context
-
- getIdentityRetrievalStatement() - Method in enum org.mybatis.generator.internal.db.DatabaseDialects
-
- getIgnoredColumnsInError() - Method in class org.mybatis.generator.config.TableConfiguration
-
Returns a List of Strings.
- getImplementationImports() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
- getImplementationPackage() - Method in class org.mybatis.generator.config.JavaClientGeneratorConfiguration
-
- getImportedTypes() - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
-
- getImportedTypes() - Method in class org.mybatis.generator.api.dom.java.Interface
-
- getImportedTypes() - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
-
- getImportedTypes() - Method in class org.mybatis.generator.api.dom.java.TopLevelEnumeration
-
- getImportList() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
Returns a list of Strings that are the fully qualified names of this type, and any generic type argument
associated with this type.
- getImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodAndImports
-
- getImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodParts
-
- getInitializationBlocks() - Method in class org.mybatis.generator.api.dom.java.InnerClass
-
Gets the initialization blocks.
- getInitializationString() - Method in class org.mybatis.generator.api.dom.java.Field
-
- getInnerClasses() - Method in class org.mybatis.generator.api.dom.java.InnerClass
-
Gets the inner classes.
- getInnerClasses() - Method in class org.mybatis.generator.api.dom.java.InnerEnum
-
Gets the inner classes.
- getInnerEnums() - Method in class org.mybatis.generator.api.dom.java.InnerClass
-
Gets the inner enums.
- getInnerEnums() - Method in class org.mybatis.generator.api.dom.java.InnerEnum
-
Gets the inner enums.
- getInnerInterfaces() - Method in class org.mybatis.generator.api.dom.java.InnerInterface
-
Gets the inner interface.
- getInsertMethod(String, String, String) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
- getInsertMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
-
Calculates and returns a name for the insert method.
- getInsertMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
-
- getInsertMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
-
- getInsertSelectiveMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
-
Calculates and returns a name for the insert selective method.
- getInsertSelectiveMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
-
- getInsertSelectiveMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
-
- getInsertSelectiveStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getInsertStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getInstance(String, List<String>) - Static method in class org.mybatis.generator.codegen.RootClassInfo
-
- getIntegerInstance() - Static method in class org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
-
- getInterfaceImports() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
- getInterfaceShell() - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
-
- getIntInstance() - Static method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
- getIntrospectedCatalog() - Method in class org.mybatis.generator.api.FullyQualifiedTable
-
Gets the introspected catalog.
- getIntrospectedColumnImpl() - Method in class org.mybatis.generator.config.Context
-
- getIntrospectedSchema() - Method in class org.mybatis.generator.api.FullyQualifiedTable
-
Gets the introspected schema.
- getIntrospectedTable() - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- getIntrospectedTable() - Method in class org.mybatis.generator.codegen.AbstractGenerator
-
- getIntrospectedTable() - Method in class org.mybatis.generator.internal.rules.BaseRules
-
- getIntrospectedTable() - Method in interface org.mybatis.generator.internal.rules.Rules
-
- getIntrospectedTable() - Method in class org.mybatis.generator.internal.rules.RulesDelegate
-
- getIntrospectedTableName() - Method in class org.mybatis.generator.api.FullyQualifiedTable
-
Gets the introspected table name.
- getIntrospectionSteps() - Method in class org.mybatis.generator.config.Context
-
- getJavaBeansField(IntrospectedColumn, Context, IntrospectedTable) - Static method in class org.mybatis.generator.internal.util.JavaBeansUtil
-
- getJavaBeansGetter(IntrospectedColumn, Context, IntrospectedTable) - Static method in class org.mybatis.generator.internal.util.JavaBeansUtil
-
- getJavaBeansSetter(IntrospectedColumn, Context, IntrospectedTable) - Static method in class org.mybatis.generator.internal.util.JavaBeansUtil
-
- getJavaClientGeneratorConfiguration() - Method in class org.mybatis.generator.config.Context
-
- getJavaDocLines() - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
-
- getJavaDocLines() - Method in class org.mybatis.generator.api.dom.java.JavaElement
-
Gets the java doc lines.
- getJavaFormatter() - Method in class org.mybatis.generator.config.Context
-
- getJavaModelGeneratorConfiguration() - Method in class org.mybatis.generator.config.Context
-
- getJavaProperty() - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- getJavaProperty(String) - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- getJavaProperty() - Method in class org.mybatis.generator.config.ColumnOverride
-
Gets the java property.
- getJavaType() - Method in class org.mybatis.generator.config.ColumnOverride
-
Gets the java type.
- getJavaTypeResolverConfiguration() - Method in class org.mybatis.generator.config.Context
-
- getJdbcConnectionConfiguration() - Method in class org.mybatis.generator.config.Context
-
- getJdbcType() - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- getJdbcType() - Method in class org.mybatis.generator.config.ColumnOverride
-
Gets the jdbc type.
- getJdbcType(String) - Static method in class org.mybatis.generator.internal.types.JdbcTypeNameTranslator
-
Translates from the string representation of the type to the
java.sql.Types value.
- getJdbcTypeName() - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- getJdbcTypeName() - Method in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl.JdbcTypeInformation
-
- getJdbcTypeName(int) - Static method in class org.mybatis.generator.internal.types.JdbcTypeNameTranslator
-
Translates from a java.sql.Types values to the proper iBATIS string
representation of the type.
- getLength() - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- getLog(Class<?>) - Method in interface org.mybatis.generator.logging.AbstractLogFactory
-
- getLog(Class<?>) - Method in class org.mybatis.generator.logging.commons.JakartaCommonsLoggingLogFactory
-
- getLog(Class<?>) - Method in class org.mybatis.generator.logging.jdk14.Jdk14LoggingLogFactory
-
- getLog(Class<?>) - Method in class org.mybatis.generator.logging.log4j.Log4jLoggingLogFactory
-
- getLog(Class<?>) - Method in class org.mybatis.generator.logging.log4j2.Log4j2LoggingLogFactory
-
- getLog(Class<?>) - Static method in class org.mybatis.generator.logging.LogFactory
-
- getLog(Class<?>) - Method in class org.mybatis.generator.logging.nologging.NoLoggingLogFactory
-
- getLog(Class<?>) - Method in class org.mybatis.generator.logging.slf4j.Slf4jLoggingLogFactory
-
- getLongInstance() - Static method in class org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
-
- getMapperName() - Method in class org.mybatis.generator.config.TableConfiguration
-
- getMatchedXMLGenerator() - Method in class org.mybatis.generator.codegen.AbstractJavaClientGenerator
-
Returns an instance of the XML generator associated
with this client generator.
- getMatchedXMLGenerator() - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
-
- getMatchedXMLGenerator() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
-
- getMatchedXMLGenerator() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
-
- getMatchedXMLGenerator() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.MixedClientGenerator
-
- getMatchedXMLGenerator() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleAnnotatedClientGenerator
-
- getMatchedXMLGenerator() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
-
- getMatchedXMLGenerator() - Method in class org.mybatis.generator.runtime.dynamic.sql.DynamicSqlMapperGenerator
-
- getMergedSource(GeneratedXmlFile, File) - Static method in class org.mybatis.generator.internal.XmlFileMergerJaxp
-
- getMergedSource(InputSource, InputSource, String) - Static method in class org.mybatis.generator.internal.XmlFileMergerJaxp
-
- getMessage() - Method in exception org.mybatis.generator.exception.InvalidConfigurationException
-
- getMessage() - Method in exception org.mybatis.generator.exception.XMLParserException
-
- getMethod() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodAndImports
-
- getMethodClones(CommentGenerator, IntrospectedTable) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
- getMethodName() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithBLOBsMethodGenerator
-
- getMethodName() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderSelectByExampleWithoutBLOBsMethodGenerator
-
- getMethodName() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithBLOBsMethodGenerator
-
- getMethodName() - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.ProviderUpdateByExampleWithoutBLOBsMethodGenerator
-
- getMethods() - Method in class org.mybatis.generator.api.dom.java.InnerClass
-
Gets the methods.
- getMethods() - Method in class org.mybatis.generator.api.dom.java.InnerEnum
-
Gets the methods.
- getMethods() - Method in class org.mybatis.generator.api.dom.java.InnerInterface
-
Gets the methods.
- getModelType() - Method in enum org.mybatis.generator.config.ModelType
-
- getModelType(String) - Static method in enum org.mybatis.generator.config.ModelType
-
- getModelType() - Method in class org.mybatis.generator.config.TableConfiguration
-
- getMyBatis3FallbackSqlMapNamespace() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getMyBatis3JavaMapperType() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getMyBatis3Order() - Method in class org.mybatis.generator.config.GeneratedKey
-
- getMyBatis3SqlMapNamespace() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getMyBatis3SqlProviderType() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getMyBatis3UpdateByExampleWhereClauseId() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getMyBatis3XmlMapperFileName() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getMyBatis3XmlMapperPackage() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getMyBatisDynamicSqlSupportType() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getName() - Method in class org.mybatis.generator.api.dom.java.Field
-
- getName() - Method in class org.mybatis.generator.api.dom.java.Method
-
Gets the name.
- getName() - Method in class org.mybatis.generator.api.dom.java.Parameter
-
- getName() - Method in class org.mybatis.generator.api.dom.java.TypeParameter
-
- getName() - Method in class org.mybatis.generator.api.dom.xml.Attribute
-
Gets the name.
- getName() - Method in class org.mybatis.generator.api.dom.xml.XmlElement
-
Gets the name.
- getNewArrayListInstance() - Static method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
- getNewHashMapInstance() - Static method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
- getNewIteratorInstance() - Static method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
- getNewListInstance() - Static method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
- getNewMapInstance() - Static method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
- getNonBLOBColumnCount() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getNonBLOBColumns() - Method in class org.mybatis.generator.api.IntrospectedTable
-
Returns all columns except BLOBs (for use by the select by example without BLOBs method).
- getNonPrimaryKeyColumns() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getObjectInstance() - Static method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
- getPackageName() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
- getParameterClause(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.ibatis2.Ibatis2FormattingUtilities
-
Gets the parameter clause.
- getParameterClause(IntrospectedColumn, String) - Static method in class org.mybatis.generator.codegen.ibatis2.Ibatis2FormattingUtilities
-
Gets the parameter clause.
- getParameterClause(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
-
Gets the parameter clause.
- getParameterClause(IntrospectedColumn, String) - Static method in class org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
-
Gets the parameter clause.
- getParameters() - Method in class org.mybatis.generator.api.dom.java.Method
-
Gets the parameters.
- getParameters() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodParts
-
- getPassword() - Method in class org.mybatis.generator.config.JDBCConnectionConfiguration
-
- getPlugins() - Method in class org.mybatis.generator.config.Context
-
- getPrimaryKeyColumns() - Method in class org.mybatis.generator.api.IntrospectedTable
-
Returns the columns in the primary key.
- getPrimaryKeyType() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getPrimaryKeyWhereClauseAndParameters() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.FragmentGenerator
-
- getPrimaryKeyWhereClauseForUpdate() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.FragmentGenerator
-
- getPrimitiveTypeWrapper() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
Gets the primitive type wrapper.
- getProgressCallback() - Method in class org.mybatis.generator.codegen.AbstractGenerator
-
- getProperties() - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- getProperties() - Method in class org.mybatis.generator.api.PluginAdapter
-
- getProperties() - Method in class org.mybatis.generator.config.PropertyHolder
-
- getProperty(String) - Method in class org.mybatis.generator.config.PropertyHolder
-
- getPropertyName() - Method in enum org.mybatis.generator.plugins.CachePlugin.CacheProperty
-
- getPublicId() - Method in class org.mybatis.generator.api.dom.xml.Document
-
Gets the public id.
- getQueryForListMethod(String, String, String) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
- getQueryForObjectMethod(String, String, String) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
- getRecordWithBLOBsType() - Method in class org.mybatis.generator.api.IntrospectedTable
-
Gets the record with blo bs type.
- getRemarks() - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- getRemarks() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getRenamedColumnNameForResultMap(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.ibatis2.Ibatis2FormattingUtilities
-
The renamed column name for a select statement.
- getRenamedColumnNameForResultMap(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
-
The renamed column name for a select statement.
- getReplaceString() - Method in class org.mybatis.generator.config.ColumnRenamingRule
-
- getReplaceString() - Method in class org.mybatis.generator.config.DomainObjectRenamingRule
-
- getResource(String) - Static method in class org.mybatis.generator.internal.ObjectFactory
-
- getResultAnnotation(Interface, IntrospectedColumn, boolean, boolean) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
-
- getResultMapWithBLOBsId() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getReturnType() - Method in class org.mybatis.generator.api.dom.java.Method
-
Gets the return type.
- getRootClass() - Method in class org.mybatis.generator.codegen.AbstractJavaGenerator
-
- getRootElement() - Method in class org.mybatis.generator.api.dom.xml.Document
-
Gets the root element.
- getRules() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getRuntimeSqlStatement() - Method in class org.mybatis.generator.config.GeneratedKey
-
- getScale() - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- getSchema() - Method in class org.mybatis.generator.config.TableConfiguration
-
- getSchema() - Method in class org.mybatis.generator.internal.db.ActualTableName
-
- getSearchString() - Method in class org.mybatis.generator.config.ColumnRenamingRule
-
- getSearchString() - Method in class org.mybatis.generator.config.DomainObjectRenamingRule
-
- getSelectAllStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getSelectByExampleQueryId() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getSelectByExampleQueryId() - Method in class org.mybatis.generator.config.TableConfiguration
-
- getSelectByExampleStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getSelectByExampleWithBLOBsMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
-
Calculates and returns a name for the select by example with BLOBs method.
- getSelectByExampleWithBLOBsMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
-
1.
- getSelectByExampleWithBLOBsMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
-
1.
- getSelectByExampleWithBLOBsStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
-
Calculates and returns a name for the select by example method.
- getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
-
1.
- getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
-
1.
- getSelectByPrimaryKeyMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
-
Calculates and returns a name for the select by primary key method.
- getSelectByPrimaryKeyMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
-
- getSelectByPrimaryKeyMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
-
- getSelectByPrimaryKeyQueryId() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getSelectByPrimaryKeyQueryId() - Method in class org.mybatis.generator.config.TableConfiguration
-
- getSelectByPrimaryKeyStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getSelectKey(IntrospectedColumn, GeneratedKey) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.AbstractXmlElementGenerator
-
This method should return an XmlElement for the select key used to
automatically generate keys.
- getSelectKey(IntrospectedColumn, GeneratedKey) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
-
This method should return an XmlElement for the select key used to
automatically generate keys.
- getSelectList() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.FragmentGenerator
-
- getSelectListPhrase(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.ibatis2.Ibatis2FormattingUtilities
-
The phrase to use in a select list.
- getSelectListPhrase(IntrospectedColumn) - Static method in class org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities
-
The phrase to use in a select list.
- getSetEqualLines(List<IntrospectedColumn>, boolean) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.FragmentGenerator
-
- getSetEqualWhenPresentLines(List<IntrospectedColumn>, boolean) - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.FragmentGenerator
-
- getSetterMethodName(String) - Static method in class org.mybatis.generator.internal.util.JavaBeansUtil
-
Computes a setter method name.
- getShortInstance() - Static method in class org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
-
- getShortName() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
Gets the short name.
- getShortNameWithoutTypeArguments() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
- getSqlMapElement() - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
-
- getSqlMapElement() - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
-
- getSqlMapElement() - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
-
- getSqlMapGeneratorConfiguration() - Method in class org.mybatis.generator.config.Context
-
- getSqlProviderName() - Method in class org.mybatis.generator.config.TableConfiguration
-
- getStaticImports() - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
-
- getStaticImports() - Method in class org.mybatis.generator.api.dom.java.Interface
-
- getStaticImports() - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
-
- getStaticImports() - Method in class org.mybatis.generator.api.dom.java.TopLevelEnumeration
-
- getStaticImports() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.MethodAndImports
-
- getString(String) - Static method in class org.mybatis.generator.internal.util.messages.Messages
-
- getString(String, String) - Static method in class org.mybatis.generator.internal.util.messages.Messages
-
- getString(String, String, String) - Static method in class org.mybatis.generator.internal.util.messages.Messages
-
- getString(String, String, String, String) - Static method in class org.mybatis.generator.internal.util.messages.Messages
-
- getStringInstance() - Static method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
- getSubPackageForClientOrSqlMap(boolean) - Method in class org.mybatis.generator.api.FullyQualifiedTable
-
Calculates a Java package fragment based on the table catalog and schema.
- getSubPackageForModel(boolean) - Method in class org.mybatis.generator.api.FullyQualifiedTable
-
Calculates a Java package fragment based on the table catalog and schema.
- getSuperClass() - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
-
- getSuperClass() - Method in class org.mybatis.generator.api.dom.java.InnerClass
-
Gets the super class.
- getSuperClass() - Method in class org.mybatis.generator.api.dom.java.InnerInterface
-
- getSuperClass() - Method in class org.mybatis.generator.api.dom.java.TopLevelEnumeration
-
- getSuperClass() - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
- getSuperInterfaceTypes() - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
-
- getSuperInterfaceTypes() - Method in class org.mybatis.generator.api.dom.java.InnerClass
-
Gets the super interface types.
- getSuperInterfaceTypes() - Method in class org.mybatis.generator.api.dom.java.InnerEnum
-
Gets the super interface types.
- getSuperInterfaceTypes() - Method in class org.mybatis.generator.api.dom.java.InnerInterface
-
- getSystemId() - Method in class org.mybatis.generator.api.dom.xml.Document
-
Gets the system id.
- getTableAlias() - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- getTableConfiguration() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getTableConfigurationProperty(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getTableConfigurations() - Method in class org.mybatis.generator.config.Context
-
- getTableName() - Method in class org.mybatis.generator.config.TableConfiguration
-
- getTableName() - Method in class org.mybatis.generator.internal.db.ActualTableName
-
- getTableType() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getTargetPackage() - Method in class org.mybatis.generator.api.GeneratedFile
-
Get the target package for the file.
- getTargetPackage() - Method in class org.mybatis.generator.api.GeneratedJavaFile
-
- getTargetPackage() - Method in class org.mybatis.generator.api.GeneratedXmlFile
-
Gets the target package.
- getTargetPackage() - Method in class org.mybatis.generator.config.JavaClientGeneratorConfiguration
-
- getTargetPackage() - Method in class org.mybatis.generator.config.JavaModelGeneratorConfiguration
-
- getTargetPackage() - Method in class org.mybatis.generator.config.SqlMapGeneratorConfiguration
-
- getTargetProject() - Method in class org.mybatis.generator.api.GeneratedFile
-
Gets the target project.
- getTargetProject() - Method in class org.mybatis.generator.config.JavaClientGeneratorConfiguration
-
- getTargetProject() - Method in class org.mybatis.generator.config.JavaModelGeneratorConfiguration
-
- getTargetProject() - Method in class org.mybatis.generator.config.SqlMapGeneratorConfiguration
-
- getTargetRuntime() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getTargetRuntime() - Method in class org.mybatis.generator.config.Context
-
- getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.AbstractMethodGenerator.BaseBuilder
-
- getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicCountMethodGenerator.Builder
-
- getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicDeleteMethodGenerator.Builder
-
- getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicInsertMethodGenerator.Builder
-
- getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicSelectManyMethodGenerator.Builder
-
- getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicSelectOneMethodGenerator.Builder
-
- getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.BasicUpdateMethodGenerator.Builder
-
- getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.CountByExampleMethodGenerator.Builder
-
- getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.DeleteByExampleMethodGenerator.Builder
-
- getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.DeleteByPrimaryKeyMethodGenerator.Builder
-
- getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.InsertMethodGenerator.Builder
-
- getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.InsertSelectiveMethodGenerator.Builder
-
- getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.SelectByExampleMethodGenerator.Builder
-
- getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.SelectByPrimaryKeyMethodGenerator.Builder
-
- getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.SelectDistinctByExampleMethodGenerator.Builder
-
- getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByExampleMethodGenerator.Builder
-
- getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByExampleSelectiveMethodGenerator.Builder
-
- getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByPrimaryKeyMethodGenerator.Builder
-
- getThis() - Method in class org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByPrimaryKeySelectiveMethodGenerator.Builder
-
- getTopLevelClassShell() - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
-
- getToPrimitiveMethod() - Method in class org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
-
- getType() - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
-
- getType() - Method in class org.mybatis.generator.api.dom.java.Field
-
- getType() - Method in class org.mybatis.generator.api.dom.java.InnerClass
-
Gets the type.
- getType() - Method in class org.mybatis.generator.api.dom.java.InnerEnum
-
Gets the type.
- getType() - Method in class org.mybatis.generator.api.dom.java.InnerInterface
-
Gets the type.
- getType() - Method in class org.mybatis.generator.api.dom.java.Parameter
-
- getType() - Method in class org.mybatis.generator.config.GeneratedKey
-
- getTypeArguments() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
- getTypeHandler() - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- getTypeHandler() - Method in class org.mybatis.generator.config.ColumnOverride
-
Gets the type handler.
- getTypeParameters() - Method in class org.mybatis.generator.api.dom.java.InnerClass
-
Gets the type parameters.
- getTypeParameters() - Method in class org.mybatis.generator.api.dom.java.Method
-
Gets the type parameters.
- getUpdateByExampleIncludeElement() - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
-
- getUpdateByExampleSelectiveMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
-
Calculates and returns a name for the update by example selective method.
- getUpdateByExampleSelectiveMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
-
- getUpdateByExampleSelectiveMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
-
- getUpdateByExampleSelectiveStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getUpdateByExampleStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getUpdateByExampleWithBLOBsMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
-
Calculates and returns a name for the update by example with BLOBs method.
- getUpdateByExampleWithBLOBsMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
-
- getUpdateByExampleWithBLOBsMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
-
- getUpdateByExampleWithBLOBsStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getUpdateByExampleWithoutBLOBsMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
-
Calculates and returns a name for the update by example without BLOBs method.
- getUpdateByExampleWithoutBLOBsMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
-
- getUpdateByExampleWithoutBLOBsMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
-
- getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
-
Calculates and returns a name for the update by primary key selective method.
- getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
-
- getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
-
- getUpdateByPrimaryKeySelectiveStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getUpdateByPrimaryKeyStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
-
Calculates and returns a name for the update by primary key with BLOBs method.
- getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
-
1.
- getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
-
1.
- getUpdateByPrimaryKeyWithBLOBsStatementId() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable) - Method in interface org.mybatis.generator.api.DAOMethodNameCalculator
-
Calculates and returns a name for the update by primary key without BLOBs method.
- getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.DefaultDAOMethodNameCalculator
-
1.
- getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable) - Method in class org.mybatis.generator.internal.ExtendedDAOMethodNameCalculator
-
1.
- getUpdateMethod(String, String, String) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
- getUserId() - Method in class org.mybatis.generator.config.JDBCConnectionConfiguration
-
- getValidPropertyName(String) - Static method in class org.mybatis.generator.internal.util.JavaBeansUtil
-
This method ensures that the specified input string is a valid Java property name.
- getValue() - Method in enum org.mybatis.generator.api.dom.java.JavaVisibility
-
- getValue() - Method in class org.mybatis.generator.api.dom.xml.Attribute
-
Gets the value.
- getVersion(Document) - Method in class org.mybatis.generator.internal.DomWriter
-
Extracts the XML version from the Document.
- getVisibility() - Method in class org.mybatis.generator.api.dom.java.JavaElement
-
Gets the visibility.
- getWarnings() - Method in class org.mybatis.generator.codegen.AbstractGenerator
-
- getXmlFormatter() - Method in class org.mybatis.generator.config.Context
-
- IBATIS2_SQL_MAP_CONFIG_PUBLIC_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
-
- IBATIS2_SQL_MAP_CONFIG_SYSTEM_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
-
- IBATIS2_SQL_MAP_PUBLIC_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
-
- IBATIS2_SQL_MAP_SYSTEM_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
-
- Ibatis2FormattingUtilities - Class in org.mybatis.generator.codegen.ibatis2
-
The Class Ibatis2FormattingUtilities.
- IbatisDAOTemplate - Class in org.mybatis.generator.codegen.ibatis2.dao.templates
-
Template for DAO classes created for the iBatis DAO library.
- IbatisDAOTemplate() - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
-
- IBATOR_CONFIG_PUBLIC_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
-
- IBATOR_CONFIG_SYSTEM_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
-
- IbatorConfigurationParser - Class in org.mybatis.generator.config.xml
-
This class parses old Ibator configuration files into the new Configuration
API
- IbatorConfigurationParser(Properties) - Constructor for class org.mybatis.generator.config.xml.IbatorConfigurationParser
-
- identity - Variable in class org.mybatis.generator.api.IntrospectedColumn
-
- IgnoredColumn - Class in org.mybatis.generator.config
-
The Class IgnoredColumn.
- IgnoredColumn(String) - Constructor for class org.mybatis.generator.config.IgnoredColumn
-
Instantiates a new ignored column.
- IgnoredColumnException - Class in org.mybatis.generator.config
-
- IgnoredColumnException(String) - Constructor for class org.mybatis.generator.config.IgnoredColumnException
-
- IgnoredColumnPattern - Class in org.mybatis.generator.config
-
- IgnoredColumnPattern(String) - Constructor for class org.mybatis.generator.config.IgnoredColumnPattern
-
- InitializationBlock - Class in org.mybatis.generator.api.dom.java
-
- InitializationBlock() - Constructor for class org.mybatis.generator.api.dom.java.InitializationBlock
-
- InitializationBlock(boolean) - Constructor for class org.mybatis.generator.api.dom.java.InitializationBlock
-
- initialize() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- initializeAbstractGenerator(AbstractGenerator, List<String>, ProgressCallback) - Method in class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
-
- initializeAbstractGenerator(AbstractGenerator, List<String>, ProgressCallback) - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
-
- initializeAndExecuteGenerator(AbstractDAOElementGenerator, TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
-
- initializeAndExecuteGenerator(AbstractXmlElementGenerator, XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
-
- initializeAndExecuteGenerator(AbstractJavaMapperMethodGenerator, Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
-
- initializeAndExecuteGenerator(AbstractJavaMapperMethodGenerator, Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
-
- initializeAndExecuteGenerator(AbstractJavaProviderMethodGenerator, TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
-
- initializeAndExecuteGenerator(AbstractXmlElementGenerator, XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
-
- initializeAndExecuteGenerator(AbstractXmlElementGenerator, XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
-
- initialized(IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called just before the getGeneratedXXXFiles methods are called on the introspected table.
- initialized(IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- initialized(IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- initialized(IntrospectedTable) - Method in class org.mybatis.generator.plugins.RenameExampleClassPlugin
-
- initialized(IntrospectedTable) - Method in class org.mybatis.generator.plugins.VirtualPrimaryKeyPlugin
-
- InnerClass - Class in org.mybatis.generator.api.dom.java
-
This class encapsulates the idea of an inner class - it has methods that make
it easy to generate inner classes.
- InnerClass(FullyQualifiedJavaType) - Constructor for class org.mybatis.generator.api.dom.java.InnerClass
-
Instantiates a new inner class.
- InnerClass(String) - Constructor for class org.mybatis.generator.api.dom.java.InnerClass
-
Instantiates a new inner class.
- InnerEnum - Class in org.mybatis.generator.api.dom.java
-
This class encapsulates the idea of an inner enum - it has methods that make
it easy to generate inner enum.
- InnerEnum(FullyQualifiedJavaType) - Constructor for class org.mybatis.generator.api.dom.java.InnerEnum
-
Instantiates a new inner enum.
- InnerInterface - Class in org.mybatis.generator.api.dom.java
-
The Class Interface.
- InnerInterface(FullyQualifiedJavaType) - Constructor for class org.mybatis.generator.api.dom.java.InnerInterface
-
Instantiates a new interface.
- InnerInterface(String) - Constructor for class org.mybatis.generator.api.dom.java.InnerInterface
-
Instantiates a new interface.
- InsertElementGenerator - Class in org.mybatis.generator.codegen.ibatis2.sqlmap.elements
-
- InsertElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.InsertElementGenerator
-
- InsertElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
-
- InsertElementGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.InsertElementGenerator
-
- InsertMethodGenerator - Class in org.mybatis.generator.codegen.ibatis2.dao.elements
-
Generates the Insert method.
- InsertMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.elements.InsertMethodGenerator
-
- InsertMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
-
- InsertMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertMethodGenerator
-
- InsertMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
-
- InsertMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
-
- InsertSelectiveElementGenerator - Class in org.mybatis.generator.codegen.ibatis2.sqlmap.elements
-
- InsertSelectiveElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.InsertSelectiveElementGenerator
-
- InsertSelectiveElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
-
- InsertSelectiveElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.InsertSelectiveElementGenerator
-
- InsertSelectiveMethodGenerator - Class in org.mybatis.generator.codegen.ibatis2.dao.elements
-
Generates the Insert Selective method.
- InsertSelectiveMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.elements.InsertSelectiveMethodGenerator
-
- InsertSelectiveMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
-
- InsertSelectiveMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertSelectiveMethodGenerator
-
- InsertSelectiveMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
-
- InsertSelectiveMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
-
- Interface - Class in org.mybatis.generator.api.dom.java
-
The Class Interface.
- Interface(FullyQualifiedJavaType) - Constructor for class org.mybatis.generator.api.dom.java.Interface
-
- Interface(String) - Constructor for class org.mybatis.generator.api.dom.java.Interface
-
- internalAttributes - Variable in class org.mybatis.generator.api.IntrospectedTable
-
Internal attributes are used to store commonly accessed items by all code generators.
- internalClassForName(String) - Static method in class org.mybatis.generator.internal.ObjectFactory
-
- IntrospectedColumn - Class in org.mybatis.generator.api
-
This class holds information about an introspected column.
- IntrospectedColumn() - Constructor for class org.mybatis.generator.api.IntrospectedColumn
-
Constructs a Column definition.
- introspectedTable - Variable in class org.mybatis.generator.api.IntrospectedColumn
-
- IntrospectedTable - Class in org.mybatis.generator.api
-
Base class for all code generator implementations.
- IntrospectedTable(IntrospectedTable.TargetRuntime) - Constructor for class org.mybatis.generator.api.IntrospectedTable
-
- introspectedTable - Variable in class org.mybatis.generator.codegen.AbstractGenerator
-
- introspectedTable - Variable in class org.mybatis.generator.internal.rules.BaseRules
-
- introspectedTable - Variable in class org.mybatis.generator.runtime.dynamic.sql.elements.AbstractMethodGenerator
-
- IntrospectedTable.InternalAttribute - Enum in org.mybatis.generator.api
-
- IntrospectedTable.TargetRuntime - Enum in org.mybatis.generator.api
-
- IntrospectedTableIbatis2Java2Impl - Class in org.mybatis.generator.codegen.ibatis2
-
Introspected table implementation for iBatis targeting Java versions before 1.5.
- IntrospectedTableIbatis2Java2Impl() - Constructor for class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
-
- IntrospectedTableIbatis2Java5Impl - Class in org.mybatis.generator.codegen.ibatis2
-
Introspected table implementation for iBatis targeting Java versions 1.5 or later.
- IntrospectedTableIbatis2Java5Impl() - Constructor for class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java5Impl
-
- IntrospectedTableMyBatis3DynamicSqlImpl - Class in org.mybatis.generator.runtime.dynamic.sql
-
- IntrospectedTableMyBatis3DynamicSqlImpl() - Constructor for class org.mybatis.generator.runtime.dynamic.sql.IntrospectedTableMyBatis3DynamicSqlImpl
-
- IntrospectedTableMyBatis3Impl - Class in org.mybatis.generator.codegen.mybatis3
-
- IntrospectedTableMyBatis3Impl() - Constructor for class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
-
- IntrospectedTableMyBatis3SimpleImpl - Class in org.mybatis.generator.codegen.mybatis3
-
- IntrospectedTableMyBatis3SimpleImpl() - Constructor for class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3SimpleImpl
-
- introspectionStarted(int) - Method in interface org.mybatis.generator.api.ProgressCallback
-
Called to note the start of the introspection phase, and to note the
maximum number of startTask messages that will be sent for the
introspection phase.
- introspectionStarted(int) - Method in class org.mybatis.generator.internal.NullProgressCallback
-
- introspectTables(ProgressCallback, List<String>, Set<String>) - Method in class org.mybatis.generator.config.Context
-
Introspect tables based on the configuration specified in the
constructor.
- introspectTables(TableConfiguration) - Method in class org.mybatis.generator.internal.db.DatabaseIntrospector
-
Returns a List of IntrospectedTable elements that matches the specified table configuration.
- InvalidConfigurationException - Exception in org.mybatis.generator.exception
-
The Class InvalidConfigurationException.
- InvalidConfigurationException(List<String>) - Constructor for exception org.mybatis.generator.exception.InvalidConfigurationException
-
Instantiates a new invalid configuration exception.
- isAbstract() - Method in class org.mybatis.generator.api.dom.java.InnerClass
-
Checks if is abstract.
- isAllColumnDelimitingEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
-
- isArray() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
- isAutoIncrement - Variable in class org.mybatis.generator.api.IntrospectedColumn
-
true if the JDBC driver reports that this column is auto-increment.
- isAutoIncrement() - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- isBLOBColumn() - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- isColumnIgnored(String) - Method in class org.mybatis.generator.config.TableConfiguration
-
- isColumnNameDelimited - Variable in class org.mybatis.generator.api.IntrospectedColumn
-
- isColumnNameDelimited() - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- isColumnNameDelimited() - Method in class org.mybatis.generator.config.ColumnOverride
-
Checks if is column name delimited.
- isColumnNameDelimited() - Method in class org.mybatis.generator.config.IgnoredColumn
-
Checks if is column name delimited.
- isConstructor() - Method in class org.mybatis.generator.api.dom.java.Method
-
Checks if is constructor.
- isConstructorBased() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- isCountByExampleStatementEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
-
- isDebugEnabled() - Method in class org.mybatis.generator.logging.commons.JakartaCommonsLoggingImpl
-
- isDebugEnabled() - Method in class org.mybatis.generator.logging.jdk14.Jdk14LoggingImpl
-
- isDebugEnabled() - Method in interface org.mybatis.generator.logging.Log
-
- isDebugEnabled() - Method in class org.mybatis.generator.logging.log4j.Log4jImpl
-
- isDebugEnabled() - Method in class org.mybatis.generator.logging.log4j2.Log4j2AbstractLoggerImpl
-
- isDebugEnabled() - Method in class org.mybatis.generator.logging.log4j2.Log4j2Impl
-
- isDebugEnabled() - Method in class org.mybatis.generator.logging.log4j2.Log4j2LoggerImpl
-
- isDebugEnabled() - Method in class org.mybatis.generator.logging.nologging.NoLoggingImpl
-
- isDebugEnabled() - Method in class org.mybatis.generator.logging.slf4j.Slf4jImpl
-
- isDefault() - Method in class org.mybatis.generator.api.dom.java.Method
-
- isDeleteByExampleStatementEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
-
- isDeleteByPrimaryKeyStatementEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
-
- isDelimitIdentifiers() - Method in class org.mybatis.generator.config.TableConfiguration
-
- isExplicitlyImported() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
- isFinal() - Method in class org.mybatis.generator.api.dom.java.JavaElement
-
Checks if is final.
- isGeneratedAlways - Variable in class org.mybatis.generator.api.IntrospectedColumn
-
True if there is a column override that defines this column as GENERATED ALWAYS.
- isGeneratedAlways() - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- isGeneratedAlways() - Method in class org.mybatis.generator.config.ColumnOverride
-
- isGeneratedColumn - Variable in class org.mybatis.generator.api.IntrospectedColumn
-
true if the JDBC driver reports that this column is generated.
- isGeneratedColumn() - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- isIdentity() - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- isIdentity() - Method in class org.mybatis.generator.config.GeneratedKey
-
- isImmutable() - Method in class org.mybatis.generator.api.IntrospectedTable
-
- isInsertStatementEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
-
- isJava5Targeted() - Method in class org.mybatis.generator.api.IntrospectedTable
-
Denotes whether generated code is targeted for Java version 5.0 or
higher.
- isJava5Targeted() - Method in class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
-
- isJava5Targeted() - Method in class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java5Impl
-
- isJava5Targeted() - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
-
- isJavaEnumeration() - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
-
- isJavaEnumeration() - Method in class org.mybatis.generator.api.dom.java.InnerInterface
-
- isJavaEnumeration() - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
-
- isJavaEnumeration() - Method in class org.mybatis.generator.api.dom.java.TopLevelEnumeration
-
- isJavaInterface() - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
-
- isJavaInterface() - Method in class org.mybatis.generator.api.dom.java.InnerInterface
-
- isJavaInterface() - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
-
- isJavaInterface() - Method in class org.mybatis.generator.api.dom.java.TopLevelEnumeration
-
- isJdbcCharacterColumn() - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- isJDBCDateColumn() - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- isJdbcStandard() - Method in class org.mybatis.generator.config.GeneratedKey
-
- isJDBCTimeColumn() - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- isMergeable() - Method in class org.mybatis.generator.api.GeneratedFile
-
Checks if is mergeable.
- isMergeable() - Method in class org.mybatis.generator.api.GeneratedJavaFile
-
A Java file is mergeable if the getCompilationUnit() method returns a valid compilation unit.
- isMergeable() - Method in class org.mybatis.generator.api.GeneratedXmlFile
-
- isMergeSupported() - Method in interface org.mybatis.generator.api.ShellCallback
-
Return true if the callback supports Java merging, otherwise false.
- isMergeSupported() - Method in class org.mybatis.generator.internal.DefaultShellCallback
-
- isModelOnly - Variable in class org.mybatis.generator.internal.rules.BaseRules
-
- isNative() - Method in class org.mybatis.generator.api.dom.java.Method
-
Checks if is native.
- isNullable() - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- isOverwrite() - Method in class org.mybatis.generator.ant.GeneratorAntTask
-
- isOverwriteEnabled() - Method in interface org.mybatis.generator.api.ShellCallback
-
Return true if the generator should overwrite an existing file if one exists.
- isOverwriteEnabled() - Method in class org.mybatis.generator.internal.DefaultShellCallback
-
- isPlacedBeforeInsertInIbatis2() - Method in class org.mybatis.generator.config.GeneratedKey
-
This method is used by the iBATIS2 generators to know if the XML <selectKey> element should be placed before the
insert SQL statement.
- isPrimitive() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
- isSelectByExampleStatementEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
-
- isSelectByPrimaryKeyStatementEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
-
- isSequenceColumn - Variable in class org.mybatis.generator.api.IntrospectedColumn
-
- isSequenceColumn() - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- isStatic() - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
-
- isStatic() - Method in class org.mybatis.generator.api.dom.java.JavaElement
-
Checks if is static.
- isStringColumn() - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- isSynchronized() - Method in class org.mybatis.generator.api.dom.java.Method
-
Checks if is synchronized.
- isTransient() - Method in class org.mybatis.generator.api.dom.java.Field
-
- isTrue(String) - Static method in class org.mybatis.generator.internal.util.StringUtility
-
- isUpdateByExampleStatementEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
-
- isUpdateByPrimaryKeyStatementEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
-
- isVarargs() - Method in class org.mybatis.generator.api.dom.java.Parameter
-
- isVerbose() - Method in class org.mybatis.generator.ant.GeneratorAntTask
-
- isVolatile() - Method in class org.mybatis.generator.api.dom.java.Field
-
- isWildcardEscapingEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
-
- isXML11 - Variable in class org.mybatis.generator.internal.DomWriter
-
- saveStarted(int) - Method in interface org.mybatis.generator.api.ProgressCallback
-
Called to note the start of the file saving phase, and to note the
maximum number of startTask messages that will be sent for the file
saving phase phase.
- saveStarted(int) - Method in class org.mybatis.generator.internal.NullProgressCallback
-
- scale - Variable in class org.mybatis.generator.api.IntrospectedColumn
-
- SEED - Static variable in class org.mybatis.generator.internal.util.HashCodeUtil
-
An initial value for a hashCode
, to which is added
contributions from fields.
- SelectAllMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
-
The selectAll method is only generated by the Mybatis3Simple runtime.
- SelectAllMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectAllMethodGenerator
-
- SelectByExampleMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
-
- SelectByExampleMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
-
- SelectByExampleWithBLOBsElementGenerator - Class in org.mybatis.generator.codegen.ibatis2.sqlmap.elements
-
- SelectByExampleWithBLOBsElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.SelectByExampleWithBLOBsElementGenerator
-
- SelectByExampleWithBLOBsElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
-
- SelectByExampleWithBLOBsElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SelectByExampleWithBLOBsElementGenerator
-
- SelectByExampleWithBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.ibatis2.dao.elements
-
Generates the Select By Example with BLOBs method.
- SelectByExampleWithBLOBsMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.elements.SelectByExampleWithBLOBsMethodGenerator
-
- SelectByExampleWithBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
-
- SelectByExampleWithBLOBsMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByExampleWithBLOBsMethodGenerator
-
- SelectByExampleWithoutBLOBsElementGenerator - Class in org.mybatis.generator.codegen.ibatis2.sqlmap.elements
-
- SelectByExampleWithoutBLOBsElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.SelectByExampleWithoutBLOBsElementGenerator
-
- SelectByExampleWithoutBLOBsElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
-
- SelectByExampleWithoutBLOBsElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SelectByExampleWithoutBLOBsElementGenerator
-
- SelectByExampleWithoutBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.ibatis2.dao.elements
-
Generates the Select By Example without BLOBs method.
- SelectByExampleWithoutBLOBsMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.elements.SelectByExampleWithoutBLOBsMethodGenerator
-
- SelectByExampleWithoutBLOBsMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
-
- SelectByExampleWithoutBLOBsMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByExampleWithoutBLOBsMethodGenerator
-
- SelectByPrimaryKeyElementGenerator - Class in org.mybatis.generator.codegen.ibatis2.sqlmap.elements
-
- SelectByPrimaryKeyElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.SelectByPrimaryKeyElementGenerator
-
- SelectByPrimaryKeyElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
-
- SelectByPrimaryKeyElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SelectByPrimaryKeyElementGenerator
-
- SelectByPrimaryKeyMethodGenerator - Class in org.mybatis.generator.codegen.ibatis2.dao.elements
-
Generates the Select By Primary Key method.
- SelectByPrimaryKeyMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.elements.SelectByPrimaryKeyMethodGenerator
-
- SelectByPrimaryKeyMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
-
- SelectByPrimaryKeyMethodGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.SelectByPrimaryKeyMethodGenerator
-
- SelectByPrimaryKeyMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
-
- SelectByPrimaryKeyMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
-
- SelectDistinctByExampleMethodGenerator - Class in org.mybatis.generator.runtime.dynamic.sql.elements
-
- SelectDistinctByExampleMethodGenerator.Builder - Class in org.mybatis.generator.runtime.dynamic.sql.elements
-
- SerializablePlugin - Class in org.mybatis.generator.plugins
-
This plugin adds the java.io.Serializable marker interface to all generated
model objects.
- SerializablePlugin() - Constructor for class org.mybatis.generator.plugins.SerializablePlugin
-
- setAbstract(boolean) - Method in class org.mybatis.generator.api.dom.java.InnerClass
-
Sets the abstract.
- setActualColumnName(String) - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- setAlias(String) - Method in class org.mybatis.generator.config.TableConfiguration
-
- setAllColumnDelimitingEnabled(boolean) - Method in class org.mybatis.generator.config.TableConfiguration
-
- setAttribute(String, Object) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setAutoIncrement(boolean) - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- setBaseColumnListId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setBaseRecordType(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setBaseResultMapId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setBlobColumnListId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setCatalog(String) - Method in class org.mybatis.generator.config.TableConfiguration
-
- setColumnNameDelimited(boolean) - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- setColumnNameDelimited(boolean) - Method in class org.mybatis.generator.config.ColumnOverride
-
Sets the column name delimited.
- setColumnNameDelimited(boolean) - Method in class org.mybatis.generator.config.IgnoredColumn
-
Sets the column name delimited.
- setColumnRenamingRule(ColumnRenamingRule) - Method in class org.mybatis.generator.config.TableConfiguration
-
- setCommentGeneratorConfiguration(CommentGeneratorConfiguration) - Method in class org.mybatis.generator.config.Context
-
- setConfigfile(String) - Method in class org.mybatis.generator.ant.GeneratorAntTask
-
- setConfigurationType(String) - Method in class org.mybatis.generator.config.TypedPropertyHolder
-
Sets the value of the type specified in the configuration.
- setConfiguredModelType(String) - Method in class org.mybatis.generator.config.TableConfiguration
-
- setConnectionFactoryConfiguration(ConnectionFactoryConfiguration) - Method in class org.mybatis.generator.config.Context
-
- setConnectionURL(String) - Method in class org.mybatis.generator.config.JDBCConnectionConfiguration
-
- setConstructor(boolean) - Method in class org.mybatis.generator.api.dom.java.Method
-
Sets the constructor.
- setConstructorTemplate(Method) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
- setContext(Context) - Method in class org.mybatis.generator.api.dom.DefaultJavaFormatter
-
- setContext(Context) - Method in class org.mybatis.generator.api.dom.DefaultXmlFormatter
-
- setContext(Context) - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- setContext(Context) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setContext(Context) - Method in interface org.mybatis.generator.api.JavaFormatter
-
- setContext(Context) - Method in interface org.mybatis.generator.api.JavaTypeResolver
-
Sets the instance of the Context object associated with this instance.
- setContext(Context) - Method in interface org.mybatis.generator.api.Plugin
-
Set the context under which this plugin is running.
- setContext(Context) - Method in class org.mybatis.generator.api.PluginAdapter
-
- setContext(Context) - Method in interface org.mybatis.generator.api.XmlFormatter
-
- setContext(Context) - Method in class org.mybatis.generator.codegen.AbstractGenerator
-
- setContext(Context) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- setContext(Context) - Method in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
-
- setContextIds(String) - Method in class org.mybatis.generator.ant.GeneratorAntTask
-
- setCountByExampleStatementEnabled(boolean) - Method in class org.mybatis.generator.config.TableConfiguration
-
- setCountByExampleStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setDAOImplementationType(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setDAOInterfaceType(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setDAOTemplate(AbstractDAOTemplate) - Method in class org.mybatis.generator.codegen.ibatis2.dao.elements.AbstractDAOElementGenerator
-
- setDefault(boolean) - Method in class org.mybatis.generator.api.dom.java.Method
-
- setDefaultValue(String) - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- setDeleteByExampleStatementEnabled(boolean) - Method in class org.mybatis.generator.config.TableConfiguration
-
- setDeleteByExampleStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setDeleteByPrimaryKeyStatementEnabled(boolean) - Method in class org.mybatis.generator.config.TableConfiguration
-
- setDeleteByPrimaryKeyStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setDeleteMethodTemplate(String) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
- setDelimitIdentifiers(boolean) - Method in class org.mybatis.generator.config.TableConfiguration
-
- setDomainObjectName(String) - Method in class org.mybatis.generator.config.TableConfiguration
-
- setDomainObjectRenamingRule(DomainObjectRenamingRule) - Method in class org.mybatis.generator.config.TableConfiguration
-
- setDriverClass(String) - Method in class org.mybatis.generator.config.JDBCConnectionConfiguration
-
- setExampleType(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setExampleWhereClauseId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setFinal(boolean) - Method in class org.mybatis.generator.api.dom.java.JavaElement
-
Sets the final.
- setFullyQualifiedJavaType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- setFullyQualifiedTable(FullyQualifiedTable) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setFullyQualifiedTableNames(String) - Method in class org.mybatis.generator.ant.GeneratorAntTask
-
- setGeneratedAlways(boolean) - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- setGeneratedAlways(boolean) - Method in class org.mybatis.generator.config.ColumnOverride
-
- setGeneratedColumn(boolean) - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- setGeneratedKey(GeneratedKey) - Method in class org.mybatis.generator.config.TableConfiguration
-
- setIbatis2SqlMapFileName(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setIbatis2SqlMapNamespace(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setIbatis2SqlMapPackage(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setId(String) - Method in class org.mybatis.generator.config.Context
-
- setIdentity(boolean) - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- setImplementationPackage(String) - Method in class org.mybatis.generator.config.JavaClientGeneratorConfiguration
-
- setInitializationString(String) - Method in class org.mybatis.generator.api.dom.java.Field
-
- setInsertMethodTemplate(String) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
- setInsertSelectiveStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setInsertStatementEnabled(boolean) - Method in class org.mybatis.generator.config.TableConfiguration
-
- setInsertStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setIntrospectedColumnImpl(String) - Method in class org.mybatis.generator.config.Context
-
- setIntrospectedTable(IntrospectedTable) - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- setIntrospectedTable(IntrospectedTable) - Method in class org.mybatis.generator.codegen.AbstractGenerator
-
- setJavaClientGeneratorConfiguration(JavaClientGeneratorConfiguration) - Method in class org.mybatis.generator.config.Context
-
- setJavaModelGeneratorConfiguration(JavaModelGeneratorConfiguration) - Method in class org.mybatis.generator.config.Context
-
- setJavaProperty(String) - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- setJavaProperty(String) - Method in class org.mybatis.generator.config.ColumnOverride
-
Sets the java property.
- setJavaType(String) - Method in class org.mybatis.generator.config.ColumnOverride
-
Sets the java type.
- setJavaTypeResolverConfiguration(JavaTypeResolverConfiguration) - Method in class org.mybatis.generator.config.Context
-
- setJdbcConnectionConfiguration(JDBCConnectionConfiguration) - Method in class org.mybatis.generator.config.Context
-
- setJdbcType(int) - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- setJdbcType(String) - Method in class org.mybatis.generator.config.ColumnOverride
-
Sets the jdbc type.
- setJdbcTypeName(String) - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- setLength(int) - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- setLogFactory(AbstractLogFactory) - Static method in class org.mybatis.generator.logging.LogFactory
-
- setMapperName(String) - Method in class org.mybatis.generator.config.TableConfiguration
-
- setMergeable(boolean) - Method in class org.mybatis.generator.api.GeneratedXmlFile
-
- setMyBatis3FallbackSqlMapNamespace(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setMyBatis3JavaMapperType(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setMyBatis3SqlProviderType(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setMyBatis3UpdateByExampleWhereClauseId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setMyBatis3XmlMapperFileName(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setMyBatis3XmlMapperPackage(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setMyBatisDynamicSqlSupportType(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setName(String) - Method in class org.mybatis.generator.api.dom.java.Field
-
- setName(String) - Method in class org.mybatis.generator.api.dom.java.Method
-
Sets the name.
- setName(String) - Method in class org.mybatis.generator.api.dom.xml.XmlElement
-
Sets the name.
- setNative(boolean) - Method in class org.mybatis.generator.api.dom.java.Method
-
Sets the native.
- setNullable(boolean) - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- setOverwrite(boolean) - Method in class org.mybatis.generator.ant.GeneratorAntTask
-
- setPassword(String) - Method in class org.mybatis.generator.config.JDBCConnectionConfiguration
-
- setPrimaryKeyType(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setProgressCallback(ProgressCallback) - Method in class org.mybatis.generator.codegen.AbstractGenerator
-
- setProperties(Properties) - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- setProperties(Properties) - Method in interface org.mybatis.generator.api.Plugin
-
Set properties from the plugin configuration.
- setProperties(Properties) - Method in class org.mybatis.generator.api.PluginAdapter
-
- setProperties(Properties) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- setProperties(Properties) - Method in class org.mybatis.generator.plugins.EqualsHashCodePlugin
-
- setProperties(Properties) - Method in class org.mybatis.generator.plugins.SerializablePlugin
-
- setProperties(Properties) - Method in class org.mybatis.generator.plugins.ToStringPlugin
-
- setQueryForListMethodTemplate(String) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
- setQueryForObjectMethodTemplate(String) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
- setRecordWithBLOBsType(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setRemarks(String) - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- setRemarks(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setReplaceString(String) - Method in class org.mybatis.generator.config.ColumnRenamingRule
-
- setReplaceString(String) - Method in class org.mybatis.generator.config.DomainObjectRenamingRule
-
- setResultMapWithBLOBsId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setReturnType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.Method
-
Sets the return type.
- setRootElement(XmlElement) - Method in class org.mybatis.generator.api.dom.xml.Document
-
Sets the root element.
- setRules(Rules) - Method in class org.mybatis.generator.api.IntrospectedTable
-
This method exists to give plugins the opportunity to replace the calculated rules if necessary.
- setScale(int) - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- setSchema(String) - Method in class org.mybatis.generator.config.TableConfiguration
-
- setSearchString(String) - Method in class org.mybatis.generator.config.ColumnRenamingRule
-
- setSearchString(String) - Method in class org.mybatis.generator.config.DomainObjectRenamingRule
-
- setSelectAllStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setSelectByExampleQueryId(String) - Method in class org.mybatis.generator.config.TableConfiguration
-
- setSelectByExampleStatementEnabled(boolean) - Method in class org.mybatis.generator.config.TableConfiguration
-
- setSelectByExampleStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setSelectByExampleWithBLOBsStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setSelectByPrimaryKeyQueryId(String) - Method in class org.mybatis.generator.config.TableConfiguration
-
- setSelectByPrimaryKeyStatementEnabled(boolean) - Method in class org.mybatis.generator.config.TableConfiguration
-
- setSelectByPrimaryKeyStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setSequenceColumn(boolean) - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- setSqlMapAliasedFullyQualifiedRuntimeTableName(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setSqlMapFullyQualifiedRuntimeTableName(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setSqlMapGeneratorConfiguration(SqlMapGeneratorConfiguration) - Method in class org.mybatis.generator.config.Context
-
- setSqlProviderName(String) - Method in class org.mybatis.generator.config.TableConfiguration
-
- setStatic(boolean) - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
-
- setStatic(boolean) - Method in class org.mybatis.generator.api.dom.java.JavaElement
-
Sets the static.
- setSuperClass(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.InnerClass
-
Sets the super class.
- setSuperClass(String) - Method in class org.mybatis.generator.api.dom.java.InnerClass
-
Sets the super class.
- setSuperClass(FullyQualifiedJavaType) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
- setSynchronized(boolean) - Method in class org.mybatis.generator.api.dom.java.Method
-
Sets the synchronized.
- setTableAlias(String) - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- setTableConfiguration(TableConfiguration) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setTableName(String) - Method in class org.mybatis.generator.config.TableConfiguration
-
- setTableType(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setTargetPackage(String) - Method in class org.mybatis.generator.config.JavaClientGeneratorConfiguration
-
- setTargetPackage(String) - Method in class org.mybatis.generator.config.JavaModelGeneratorConfiguration
-
- setTargetPackage(String) - Method in class org.mybatis.generator.config.SqlMapGeneratorConfiguration
-
- setTargetProject(String) - Method in class org.mybatis.generator.config.JavaClientGeneratorConfiguration
-
- setTargetProject(String) - Method in class org.mybatis.generator.config.JavaModelGeneratorConfiguration
-
- setTargetProject(String) - Method in class org.mybatis.generator.config.SqlMapGeneratorConfiguration
-
- setTargetRuntime(String) - Method in class org.mybatis.generator.config.Context
-
- setTransient(boolean) - Method in class org.mybatis.generator.api.dom.java.Field
-
- setType(FullyQualifiedJavaType) - Method in class org.mybatis.generator.api.dom.java.Field
-
- setTypeHandler(String) - Method in class org.mybatis.generator.api.IntrospectedColumn
-
- setTypeHandler(String) - Method in class org.mybatis.generator.config.ColumnOverride
-
Sets the type handler.
- setUpdateByExampleSelectiveStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setUpdateByExampleStatementEnabled(boolean) - Method in class org.mybatis.generator.config.TableConfiguration
-
- setUpdateByExampleStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setUpdateByExampleWithBLOBsStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setUpdateByPrimaryKeySelectiveStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setUpdateByPrimaryKeyStatementEnabled(boolean) - Method in class org.mybatis.generator.config.TableConfiguration
-
- setUpdateByPrimaryKeyStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setUpdateByPrimaryKeyWithBLOBsStatementId(String) - Method in class org.mybatis.generator.api.IntrospectedTable
-
- setUpdateMethodTemplate(String) - Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.AbstractDAOTemplate
-
- setUserId(String) - Method in class org.mybatis.generator.config.JDBCConnectionConfiguration
-
- setVerbose(boolean) - Method in class org.mybatis.generator.ant.GeneratorAntTask
-
- setVisibility(JavaVisibility) - Method in class org.mybatis.generator.api.dom.java.JavaElement
-
Sets the visibility.
- setVolatile(boolean) - Method in class org.mybatis.generator.api.dom.java.Field
-
- setWarnings(List<String>) - Method in interface org.mybatis.generator.api.JavaTypeResolver
-
The generator will supply a list to this method.
- setWarnings(List<String>) - Method in class org.mybatis.generator.codegen.AbstractGenerator
-
- setWarnings(List<String>) - Method in class org.mybatis.generator.internal.types.JavaTypeResolverDefaultImpl
-
- setWildcardEscapingEnabled(boolean) - Method in class org.mybatis.generator.config.TableConfiguration
-
- ShellCallback - Interface in org.mybatis.generator.api
-
This interface defines methods that a shell should support to enable
the generator
to work.
- ShellException - Exception in org.mybatis.generator.exception
-
This class is used by the ShellCallback methods to denote unrecoverable
errors.
- ShellException() - Constructor for exception org.mybatis.generator.exception.ShellException
-
Instantiates a new shell exception.
- ShellException(String) - Constructor for exception org.mybatis.generator.exception.ShellException
-
Instantiates a new shell exception.
- ShellException(String, Throwable) - Constructor for exception org.mybatis.generator.exception.ShellException
-
Instantiates a new shell exception.
- ShellException(Throwable) - Constructor for exception org.mybatis.generator.exception.ShellException
-
Instantiates a new shell exception.
- ShellRunner - Class in org.mybatis.generator.api
-
This class allows the code generator to be run from the command line.
- ShellRunner() - Constructor for class org.mybatis.generator.api.ShellRunner
-
- SimpleAnnotatedClientGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper
-
- SimpleAnnotatedClientGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleAnnotatedClientGenerator
-
- SimpleJavaClientGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper
-
- SimpleJavaClientGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
-
- SimpleJavaClientGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.SimpleJavaClientGenerator
-
- SimpleModelGenerator - Class in org.mybatis.generator.codegen.mybatis3.model
-
- SimpleModelGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.model.SimpleModelGenerator
-
- SimpleSelectAllElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
-
- SimpleSelectAllElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SimpleSelectAllElementGenerator
-
- SimpleSelectByPrimaryKeyElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
-
- SimpleSelectByPrimaryKeyElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.SimpleSelectByPrimaryKeyElementGenerator
-
- SimpleXMLMapperGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper
-
- SimpleXMLMapperGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
-
- Slf4jImpl - Class in org.mybatis.generator.logging.slf4j
-
- Slf4jImpl(Class<?>) - Constructor for class org.mybatis.generator.logging.slf4j.Slf4jImpl
-
- Slf4jLoggingLogFactory - Class in org.mybatis.generator.logging.slf4j
-
- Slf4jLoggingLogFactory() - Constructor for class org.mybatis.generator.logging.slf4j.Slf4jLoggingLogFactory
-
- sortAttributes(NamedNodeMap) - Method in class org.mybatis.generator.internal.DomWriter
-
- SpringDAOTemplate - Class in org.mybatis.generator.codegen.ibatis2.dao.templates
-
Template for DAO classes created for Spring iBatis support.
- SpringDAOTemplate() - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.templates.SpringDAOTemplate
-
- sqlMapBaseColumnListElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the baseColumnList element is generated.
- sqlMapBaseColumnListElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- sqlMapBaseColumnListElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- sqlMapBlobColumnListElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the blobColumnList element is generated.
- sqlMapBlobColumnListElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- sqlMapBlobColumnListElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- SqlMapConfigPlugin - Class in org.mybatis.generator.plugins
-
This plugin generates an SqlMapConfig file containing sqlMap entries for
all generated SQL maps.
- SqlMapConfigPlugin() - Constructor for class org.mybatis.generator.plugins.SqlMapConfigPlugin
-
- sqlMapCountByExampleElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the countByExample element is generated.
- sqlMapCountByExampleElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- sqlMapCountByExampleElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- sqlMapDeleteByExampleElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the deleteByExample element is generated.
- sqlMapDeleteByExampleElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- sqlMapDeleteByExampleElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- sqlMapDeleteByPrimaryKeyElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the deleteByPrimaryKey element is generated.
- sqlMapDeleteByPrimaryKeyElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- sqlMapDeleteByPrimaryKeyElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- sqlMapDocumentGenerated(Document, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the SqlMap document has been generated.
- sqlMapDocumentGenerated(Document, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- sqlMapDocumentGenerated(Document, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- sqlMapDocumentGenerated(Document, IntrospectedTable) - Method in class org.mybatis.generator.plugins.CachePlugin
-
- sqlMapDocumentGenerated(Document, IntrospectedTable) - Method in class org.mybatis.generator.plugins.RowBoundsPlugin
-
We'll override this method and add any new elements generated by
previous calls
- sqlMapExampleWhereClauseElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the exampleWhereClause element is generated.
- sqlMapExampleWhereClauseElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- sqlMapExampleWhereClauseElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- sqlMapGenerated(GeneratedXmlFile, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the SqlMap file has been generated.
- sqlMapGenerated(GeneratedXmlFile, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- sqlMapGenerated(GeneratedXmlFile, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- sqlMapGenerated(GeneratedXmlFile, IntrospectedTable) - Method in class org.mybatis.generator.plugins.MapperConfigPlugin
-
- sqlMapGenerated(GeneratedXmlFile, IntrospectedTable) - Method in class org.mybatis.generator.plugins.SqlMapConfigPlugin
-
- sqlMapGenerated(GeneratedXmlFile, IntrospectedTable) - Method in class org.mybatis.generator.plugins.UnmergeableXmlMappersPlugin
-
- sqlMapGenerator - Variable in class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
-
- SqlMapGenerator - Class in org.mybatis.generator.codegen.ibatis2.sqlmap
-
- SqlMapGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
-
- SqlMapGeneratorConfiguration - Class in org.mybatis.generator.config
-
- SqlMapGeneratorConfiguration() - Constructor for class org.mybatis.generator.config.SqlMapGeneratorConfiguration
-
- sqlMapInsertElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the insert element is generated.
- sqlMapInsertElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- sqlMapInsertElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- sqlMapInsertSelectiveElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the insert selective element is generated.
- sqlMapInsertSelectiveElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- sqlMapInsertSelectiveElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- sqlMapResultMapWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the resultMap with BLOBs element is generated
- this resultMap will extend the base resultMap.
- sqlMapResultMapWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- sqlMapResultMapWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- sqlMapResultMapWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the base resultMap is generated.
- sqlMapResultMapWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- sqlMapResultMapWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- sqlMapSelectAllElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the selectAll element is generated.
- sqlMapSelectAllElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- sqlMapSelectAllElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the selectByExampleWithBLOBs element is
generated.
- sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.plugins.RowBoundsPlugin
-
- sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the selectByExample element is generated.
- sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.plugins.RowBoundsPlugin
-
- sqlMapSelectByPrimaryKeyElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the selectByPrimaryKey element is generated.
- sqlMapSelectByPrimaryKeyElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- sqlMapSelectByPrimaryKeyElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- sqlMapUpdateByExampleSelectiveElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the updateByExampleSelective element is
generated.
- sqlMapUpdateByExampleSelectiveElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- sqlMapUpdateByExampleSelectiveElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- sqlMapUpdateByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the updateByExampleWithBLOBs element is
generated.
- sqlMapUpdateByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- sqlMapUpdateByExampleWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- sqlMapUpdateByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the updateByExampleWithourBLOBs element is
generated.
- sqlMapUpdateByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- sqlMapUpdateByExampleWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- sqlMapUpdateByPrimaryKeySelectiveElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the updateByPrimaryKeySelective element is
generated.
- sqlMapUpdateByPrimaryKeySelectiveElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- sqlMapUpdateByPrimaryKeySelectiveElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- sqlMapUpdateByPrimaryKeyWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the updateByPrimaryKeyWithBLOBs element is
generated.
- sqlMapUpdateByPrimaryKeyWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- sqlMapUpdateByPrimaryKeyWithBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- sqlMapUpdateByPrimaryKeyWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
-
This method is called when the updateByPrimaryKeyWithoutBLOBs element is
generated.
- sqlMapUpdateByPrimaryKeyWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
-
- sqlMapUpdateByPrimaryKeyWithoutBLOBsElementGenerated(XmlElement, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
-
- SqlProviderGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper
-
- SqlProviderGenerator(boolean) - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
-
- SqlReservedWords - Class in org.mybatis.generator.internal.db
-
This class contains a somewhat comprehensive list of SQL reserved words.
- startTask(String) - Method in class org.mybatis.generator.ant.AntProgressCallback
-
- startTask(String) - Method in interface org.mybatis.generator.api.ProgressCallback
-
Called to denote the beginning of a save task.
- startTask(String) - Method in class org.mybatis.generator.api.VerboseProgressCallback
-
- startTask(String) - Method in class org.mybatis.generator.internal.NullProgressCallback
-
- stringContainsSpace(String) - Static method in class org.mybatis.generator.internal.util.StringUtility
-
- stringContainsSQLWildcard(String) - Static method in class org.mybatis.generator.internal.util.StringUtility
-
- stringHasValue(String) - Static method in class org.mybatis.generator.internal.util.StringUtility
-
- StringUtility - Class in org.mybatis.generator.internal.util
-