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, initializeAndExecuteGeneratorrequiresXMLGeneratoraddDefaultConstructor, getGetter, getRootClassgetContext, getIntrospectedTable, getProgressCallback, getWarnings, setContext, setIntrospectedTable, setProgressCallback, setWarningsprotected void addDeleteByPrimaryKeyMethod(Interface interfaze)
addDeleteByPrimaryKeyMethod in class JavaMapperGeneratorprotected void addInsertMethod(Interface interfaze)
addInsertMethod in class JavaMapperGeneratorprotected void addSelectByPrimaryKeyMethod(Interface interfaze)
addSelectByPrimaryKeyMethod in class JavaMapperGeneratorprotected void addUpdateByPrimaryKeyWithBLOBsMethod(Interface interfaze)
addUpdateByPrimaryKeyWithBLOBsMethod in class JavaMapperGeneratorprotected void addUpdateByPrimaryKeyWithoutBLOBsMethod(Interface interfaze)
addUpdateByPrimaryKeyWithoutBLOBsMethod in class JavaMapperGeneratorpublic AbstractXmlGenerator getMatchedXMLGenerator()
AbstractJavaClientGeneratorgetMatchedXMLGenerator in class JavaMapperGeneratorCopyright © 2006–2016 MyBatis.org. All rights reserved.