org.mybatis.generator.codegen.mybatis3.javamapper
Class MixedClientGenerator
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.MixedClientGenerator
public class MixedClientGenerator
- extends JavaMapperGenerator
This class overrides the base mapper to provide annotated methods
for the methods that don't require SQL provider support
- Author:
- Jeff Butler
Methods inherited from class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator |
addCountByExampleMethod, addDeleteByExampleMethod, addInsertSelectiveMethod, addSelectByExampleWithBLOBsMethod, addSelectByExampleWithoutBLOBsMethod, addUpdateByExampleSelectiveMethod, addUpdateByExampleWithBLOBsMethod, addUpdateByExampleWithoutBLOBsMethod, addUpdateByPrimaryKeySelectiveMethod, getCompilationUnits, getExtraCompilationUnits, initializeAndExecuteGenerator |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MixedClientGenerator
public MixedClientGenerator()
addDeleteByPrimaryKeyMethod
protected void addDeleteByPrimaryKeyMethod(Interface interfaze)
- Overrides:
addDeleteByPrimaryKeyMethod
in class JavaMapperGenerator
addInsertMethod
protected void addInsertMethod(Interface interfaze)
- Overrides:
addInsertMethod
in class JavaMapperGenerator
addSelectByPrimaryKeyMethod
protected void addSelectByPrimaryKeyMethod(Interface interfaze)
- Overrides:
addSelectByPrimaryKeyMethod
in class JavaMapperGenerator
addUpdateByPrimaryKeyWithBLOBsMethod
protected void addUpdateByPrimaryKeyWithBLOBsMethod(Interface interfaze)
- Overrides:
addUpdateByPrimaryKeyWithBLOBsMethod
in class JavaMapperGenerator
addUpdateByPrimaryKeyWithoutBLOBsMethod
protected void addUpdateByPrimaryKeyWithoutBLOBsMethod(Interface interfaze)
- Overrides:
addUpdateByPrimaryKeyWithoutBLOBsMethod
in class JavaMapperGenerator
getMatchedXMLGenerator
public AbstractXmlGenerator getMatchedXMLGenerator()
- Description copied from class:
AbstractJavaClientGenerator
- This method returns an instance of the XML generator associated
with this client generator.
- Overrides:
getMatchedXMLGenerator
in class JavaMapperGenerator
- Returns:
- the matched XML generator. May return null if no
XML is required by this generator
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.