public class MixedClientGenerator extends JavaMapperGenerator
context, introspectedTable, progressCallback, warnings| Constructor and Description |
|---|
MixedClientGenerator(String project) |
| 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()
Returns an instance of the XML generator associated
with this client generator.
|
addCountByExampleMethod, addDeleteByExampleMethod, addInsertSelectiveMethod, addSelectByExampleWithBLOBsMethod, addSelectByExampleWithoutBLOBsMethod, addUpdateByExampleSelectiveMethod, addUpdateByExampleWithBLOBsMethod, addUpdateByExampleWithoutBLOBsMethod, addUpdateByPrimaryKeySelectiveMethod, getCompilationUnits, getExtraCompilationUnits, initializeAndExecuteGeneratorrequiresXMLGeneratoraddDefaultConstructor, addDefaultConstructorWithGeneratedAnnotatoin, getGetter, getProject, getRootClasssetContext, setIntrospectedTable, setProgressCallback, setWarningspublic MixedClientGenerator(String project)
protected 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–2025 MyBatis.org. All rights reserved.