Class AnnotatedClientGenerator
java.lang.Object
org.mybatis.generator.codegen.AbstractGenerator
org.mybatis.generator.codegen.AbstractJavaGenerator
org.mybatis.generator.codegen.AbstractJavaClientGenerator
org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator
-
Field Summary
Fields inherited from class AbstractGenerator
context, introspectedTable, progressCallback, warnings -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddCountByExampleMethod(Interface interfaze) protected voidaddDeleteByExampleMethod(Interface interfaze) protected voidaddDeleteByPrimaryKeyMethod(Interface interfaze) protected voidaddInsertMethod(Interface interfaze) protected voidaddInsertSelectiveMethod(Interface interfaze) protected voidaddSelectByExampleWithBLOBsMethod(Interface interfaze) protected voidaddSelectByExampleWithoutBLOBsMethod(Interface interfaze) protected voidaddSelectByPrimaryKeyMethod(Interface interfaze) protected voidaddUpdateByExampleSelectiveMethod(Interface interfaze) protected voidaddUpdateByExampleWithBLOBsMethod(Interface interfaze) protected voidaddUpdateByExampleWithoutBLOBsMethod(Interface interfaze) protected voidaddUpdateByPrimaryKeySelectiveMethod(Interface interfaze) protected voidaddUpdateByPrimaryKeyWithBLOBsMethod(Interface interfaze) protected voidaddUpdateByPrimaryKeyWithoutBLOBsMethod(Interface interfaze) Returns an instance of the XML generator associated with this client generator.Methods inherited from class JavaMapperGenerator
getCompilationUnits, initializeAndExecuteGeneratorMethods inherited from class AbstractJavaClientGenerator
requiresXMLGeneratorMethods inherited from class AbstractJavaGenerator
addDefaultConstructor, addDefaultConstructorWithGeneratedAnnotatoin, getGetter, getProject, getRootClassMethods inherited from class AbstractGenerator
setContext, setIntrospectedTable, setProgressCallback, setWarnings
-
Constructor Details
-
AnnotatedClientGenerator
-
-
Method Details
-
addCountByExampleMethod
- Overrides:
addCountByExampleMethodin classJavaMapperGenerator
-
addDeleteByExampleMethod
- Overrides:
addDeleteByExampleMethodin classJavaMapperGenerator
-
addDeleteByPrimaryKeyMethod
- Overrides:
addDeleteByPrimaryKeyMethodin classJavaMapperGenerator
-
addInsertMethod
- Overrides:
addInsertMethodin classJavaMapperGenerator
-
addInsertSelectiveMethod
- Overrides:
addInsertSelectiveMethodin classJavaMapperGenerator
-
addSelectByExampleWithBLOBsMethod
- Overrides:
addSelectByExampleWithBLOBsMethodin classJavaMapperGenerator
-
addSelectByExampleWithoutBLOBsMethod
- Overrides:
addSelectByExampleWithoutBLOBsMethodin classJavaMapperGenerator
-
addSelectByPrimaryKeyMethod
- Overrides:
addSelectByPrimaryKeyMethodin classJavaMapperGenerator
-
addUpdateByExampleSelectiveMethod
- Overrides:
addUpdateByExampleSelectiveMethodin classJavaMapperGenerator
-
addUpdateByExampleWithBLOBsMethod
- Overrides:
addUpdateByExampleWithBLOBsMethodin classJavaMapperGenerator
-
addUpdateByExampleWithoutBLOBsMethod
- Overrides:
addUpdateByExampleWithoutBLOBsMethodin classJavaMapperGenerator
-
addUpdateByPrimaryKeySelectiveMethod
- Overrides:
addUpdateByPrimaryKeySelectiveMethodin classJavaMapperGenerator
-
addUpdateByPrimaryKeyWithBLOBsMethod
- Overrides:
addUpdateByPrimaryKeyWithBLOBsMethodin classJavaMapperGenerator
-
addUpdateByPrimaryKeyWithoutBLOBsMethod
- Overrides:
addUpdateByPrimaryKeyWithoutBLOBsMethodin classJavaMapperGenerator
-
getExtraCompilationUnits
- Overrides:
getExtraCompilationUnitsin classJavaMapperGenerator
-
getMatchedXMLGenerator
Description copied from class:AbstractJavaClientGeneratorReturns an instance of the XML generator associated with this client generator.- Overrides:
getMatchedXMLGeneratorin classJavaMapperGenerator- Returns:
- the matched XML generator. May return null if no XML is required by this generator
-