public class MixedClientGenerator extends JavaMapperGenerator
context, introspectedTable, progressCallback, warnings
Constructor and Description |
---|
MixedClientGenerator() |
Modifier and Type | Method and Description |
---|---|
protected void |
addDeleteByPrimaryKeyMethod(Interface interfaze) |
protected void |
addInsertMethod(Interface interfaze) |
protected void |
addSelectByPrimaryKeyMethod(Interface interfaze) |
protected void |
addUpdateByPrimaryKeyWithBLOBsMethod(Interface interfaze) |
protected void |
addUpdateByPrimaryKeyWithoutBLOBsMethod(Interface interfaze) |
AbstractXmlGenerator |
getMatchedXMLGenerator()
This method returns an instance of the XML generator associated
with this client generator.
|
addCountByExampleMethod, addDeleteByExampleMethod, addInsertSelectiveMethod, addSelectByExampleWithBLOBsMethod, addSelectByExampleWithoutBLOBsMethod, addUpdateByExampleSelectiveMethod, addUpdateByExampleWithBLOBsMethod, addUpdateByExampleWithoutBLOBsMethod, addUpdateByPrimaryKeySelectiveMethod, getCompilationUnits, getExtraCompilationUnits, initializeAndExecuteGenerator
requiresXMLGenerator
addDefaultConstructor, getGetter, getJavaBeansField, getJavaBeansGetter, getJavaBeansSetter, getRootClass, isTrimStringsEnabled
getContext, getIntrospectedTable, getProgressCallback, getWarnings, setContext, setIntrospectedTable, setProgressCallback, setWarnings
protected void addDeleteByPrimaryKeyMethod(Interface interfaze)
addDeleteByPrimaryKeyMethod
in class JavaMapperGenerator
protected void addInsertMethod(Interface interfaze)
addInsertMethod
in class JavaMapperGenerator
protected void addSelectByPrimaryKeyMethod(Interface interfaze)
addSelectByPrimaryKeyMethod
in class JavaMapperGenerator
protected void addUpdateByPrimaryKeyWithBLOBsMethod(Interface interfaze)
addUpdateByPrimaryKeyWithBLOBsMethod
in class JavaMapperGenerator
protected void addUpdateByPrimaryKeyWithoutBLOBsMethod(Interface interfaze)
addUpdateByPrimaryKeyWithoutBLOBsMethod
in class JavaMapperGenerator
public AbstractXmlGenerator getMatchedXMLGenerator()
AbstractJavaClientGenerator
getMatchedXMLGenerator
in class JavaMapperGenerator
Copyright © 2010–2018 MyBatis.org. All rights reserved.