Uses of Class
org.mybatis.generator.codegen.AbstractGenerator

Packages that use AbstractGenerator
org.mybatis.generator.codegen   
org.mybatis.generator.codegen.ibatis2   
org.mybatis.generator.codegen.ibatis2.dao   
org.mybatis.generator.codegen.ibatis2.dao.elements   
org.mybatis.generator.codegen.ibatis2.model   
org.mybatis.generator.codegen.ibatis2.sqlmap   
org.mybatis.generator.codegen.ibatis2.sqlmap.elements   
org.mybatis.generator.codegen.mybatis3   
org.mybatis.generator.codegen.mybatis3.javamapper   
org.mybatis.generator.codegen.mybatis3.javamapper.elements   
org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated   
org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider   
org.mybatis.generator.codegen.mybatis3.model   
org.mybatis.generator.codegen.mybatis3.xmlmapper   
org.mybatis.generator.codegen.mybatis3.xmlmapper.elements   
 

Uses of AbstractGenerator in org.mybatis.generator.codegen
 

Subclasses of AbstractGenerator in org.mybatis.generator.codegen
 class AbstractJavaClientGenerator
          This class exists to that Java client generators can specify whether an XML generator is required to match the methods in the Java client.
 class AbstractJavaGenerator
           
 class AbstractXmlGenerator
           
 

Uses of AbstractGenerator in org.mybatis.generator.codegen.ibatis2
 

Methods in org.mybatis.generator.codegen.ibatis2 with parameters of type AbstractGenerator
protected  void IntrospectedTableIbatis2Java2Impl.initializeAbstractGenerator(AbstractGenerator abstractGenerator, List<String> warnings, ProgressCallback progressCallback)
           
 

Uses of AbstractGenerator in org.mybatis.generator.codegen.ibatis2.dao
 

Subclasses of AbstractGenerator in org.mybatis.generator.codegen.ibatis2.dao
 class DAOGenerator
           
 

Uses of AbstractGenerator in org.mybatis.generator.codegen.ibatis2.dao.elements
 

Subclasses of AbstractGenerator in org.mybatis.generator.codegen.ibatis2.dao.elements
 class AbstractDAOElementGenerator
           
 class CountByExampleMethodGenerator
           
 class DeleteByExampleMethodGenerator
           
 class DeleteByPrimaryKeyMethodGenerator
           
 class InsertMethodGenerator
           
 class InsertSelectiveMethodGenerator
           
 class SelectByExampleWithBLOBsMethodGenerator
           
 class SelectByExampleWithoutBLOBsMethodGenerator
           
 class SelectByPrimaryKeyMethodGenerator
           
 class UpdateByExampleParmsInnerclassGenerator
           
 class UpdateByExampleSelectiveMethodGenerator
           
 class UpdateByExampleWithBLOBsMethodGenerator
           
 class UpdateByExampleWithoutBLOBsMethodGenerator
           
 class UpdateByPrimaryKeySelectiveMethodGenerator
           
 class UpdateByPrimaryKeyWithBLOBsMethodGenerator
           
 class UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
           
 

Uses of AbstractGenerator in org.mybatis.generator.codegen.ibatis2.model
 

Subclasses of AbstractGenerator in org.mybatis.generator.codegen.ibatis2.model
 class BaseRecordGenerator
           
 class ExampleGenerator
           
 class PrimaryKeyGenerator
           
 class RecordWithBLOBsGenerator
           
 

Uses of AbstractGenerator in org.mybatis.generator.codegen.ibatis2.sqlmap
 

Subclasses of AbstractGenerator in org.mybatis.generator.codegen.ibatis2.sqlmap
 class SqlMapGenerator
           
 

Uses of AbstractGenerator in org.mybatis.generator.codegen.ibatis2.sqlmap.elements
 

Subclasses of AbstractGenerator in org.mybatis.generator.codegen.ibatis2.sqlmap.elements
 class AbstractXmlElementGenerator
           
 class BaseColumnListElementGenerator
           
 class BlobColumnListElementGenerator
           
 class CountByExampleElementGenerator
           
 class DeleteByExampleElementGenerator
           
 class DeleteByPrimaryKeyElementGenerator
           
 class ExampleWhereClauseElementGenerator
           
 class InsertElementGenerator
           
 class InsertSelectiveElementGenerator
           
 class ResultMapWithBLOBsElementGenerator
           
 class ResultMapWithoutBLOBsElementGenerator
           
 class SelectByExampleWithBLOBsElementGenerator
           
 class SelectByExampleWithoutBLOBsElementGenerator
           
 class SelectByPrimaryKeyElementGenerator
           
 class UpdateByExampleSelectiveElementGenerator
           
 class UpdateByExampleWithBLOBsElementGenerator
           
 class UpdateByExampleWithoutBLOBsElementGenerator
           
 class UpdateByPrimaryKeySelectiveElementGenerator
           
 class UpdateByPrimaryKeyWithBLOBsElementGenerator
           
 class UpdateByPrimaryKeyWithoutBLOBsElementGenerator
           
 

Uses of AbstractGenerator in org.mybatis.generator.codegen.mybatis3
 

Methods in org.mybatis.generator.codegen.mybatis3 with parameters of type AbstractGenerator
protected  void IntrospectedTableMyBatis3Impl.initializeAbstractGenerator(AbstractGenerator abstractGenerator, List<String> warnings, ProgressCallback progressCallback)
           
 

Uses of AbstractGenerator in org.mybatis.generator.codegen.mybatis3.javamapper
 

Subclasses of AbstractGenerator in org.mybatis.generator.codegen.mybatis3.javamapper
 class AnnotatedClientGenerator
           
 class JavaMapperGenerator
           
 class MixedClientGenerator
          This class overrides the base mapper to provide annotated methods for the methods that don't require SQL provider support
 class SimpleAnnotatedClientGenerator
           
 class SimpleJavaClientGenerator
           
 class SqlProviderGenerator
           
 

Uses of AbstractGenerator in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 

Subclasses of AbstractGenerator in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 class AbstractJavaMapperMethodGenerator
           
 class SelectAllMethodGenerator
          The selectAll method is only generated by the Mybatis3Simple runtime.
 

Uses of AbstractGenerator in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
 

Subclasses of AbstractGenerator in org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
 class AnnotatedCountByExampleMethodGenerator
           
 class AnnotatedDeleteByExampleMethodGenerator
           
 class AnnotatedDeleteByPrimaryKeyMethodGenerator
           
 class AnnotatedInsertMethodGenerator
           
 class AnnotatedInsertSelectiveMethodGenerator
           
 class AnnotatedSelectAllMethodGenerator
           
 class AnnotatedSelectByExampleWithBLOBsMethodGenerator
           
 class AnnotatedSelectByExampleWithoutBLOBsMethodGenerator
           
 class AnnotatedSelectByPrimaryKeyMethodGenerator
           
 class AnnotatedUpdateByExampleSelectiveMethodGenerator
           
 class AnnotatedUpdateByExampleWithBLOBsMethodGenerator
           
 class AnnotatedUpdateByExampleWithoutBLOBsMethodGenerator
           
 class AnnotatedUpdateByPrimaryKeySelectiveMethodGenerator
           
 class AnnotatedUpdateByPrimaryKeyWithBLOBsMethodGenerator
           
 class AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator
           
 

Uses of AbstractGenerator in org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
 

Subclasses of AbstractGenerator in org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
 class AbstractJavaProviderMethodGenerator
           
 class ProviderApplyWhereMethodGenerator
           
 class ProviderCountByExampleMethodGenerator
           
 class ProviderDeleteByExampleMethodGenerator
           
 class ProviderInsertSelectiveMethodGenerator
           
 class ProviderSelectByExampleWithBLOBsMethodGenerator
           
 class ProviderSelectByExampleWithoutBLOBsMethodGenerator
           
 class ProviderUpdateByExampleSelectiveMethodGenerator
           
 class ProviderUpdateByExampleWithBLOBsMethodGenerator
           
 class ProviderUpdateByExampleWithoutBLOBsMethodGenerator
           
 class ProviderUpdateByPrimaryKeySelectiveMethodGenerator
           
 

Uses of AbstractGenerator in org.mybatis.generator.codegen.mybatis3.model
 

Subclasses of AbstractGenerator in org.mybatis.generator.codegen.mybatis3.model
 class SimpleModelGenerator
           
 

Uses of AbstractGenerator in org.mybatis.generator.codegen.mybatis3.xmlmapper
 

Subclasses of AbstractGenerator in org.mybatis.generator.codegen.mybatis3.xmlmapper
 class MixedMapperGenerator
           
 class SimpleXMLMapperGenerator
           
 class XMLMapperGenerator
           
 

Uses of AbstractGenerator in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 

Subclasses of AbstractGenerator in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 class SimpleSelectAllElementGenerator
           
 class SimpleSelectByPrimaryKeyElementGenerator
           
 



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