public class JavaMapperGenerator extends AbstractJavaClientGenerator
context, introspectedTable, progressCallback, warnings
Constructor and Description |
---|
JavaMapperGenerator(String project) |
JavaMapperGenerator(String project,
boolean requiresMatchedXMLGenerator) |
requiresXMLGenerator
addDefaultConstructor, addDefaultConstructorWithGeneratedAnnotatoin, getGetter, getProject, getRootClass
setContext, setIntrospectedTable, setProgressCallback, setWarnings
public JavaMapperGenerator(String project)
public JavaMapperGenerator(String project, boolean requiresMatchedXMLGenerator)
public List<CompilationUnit> getCompilationUnits()
getCompilationUnits
in class AbstractJavaGenerator
protected void addCountByExampleMethod(Interface interfaze)
protected void addDeleteByExampleMethod(Interface interfaze)
protected void addDeleteByPrimaryKeyMethod(Interface interfaze)
protected void addInsertMethod(Interface interfaze)
protected void addInsertSelectiveMethod(Interface interfaze)
protected void addSelectByExampleWithBLOBsMethod(Interface interfaze)
protected void addSelectByExampleWithoutBLOBsMethod(Interface interfaze)
protected void addSelectByPrimaryKeyMethod(Interface interfaze)
protected void addUpdateByExampleSelectiveMethod(Interface interfaze)
protected void addUpdateByExampleWithBLOBsMethod(Interface interfaze)
protected void addUpdateByExampleWithoutBLOBsMethod(Interface interfaze)
protected void addUpdateByPrimaryKeySelectiveMethod(Interface interfaze)
protected void addUpdateByPrimaryKeyWithBLOBsMethod(Interface interfaze)
protected void addUpdateByPrimaryKeyWithoutBLOBsMethod(Interface interfaze)
protected void initializeAndExecuteGenerator(AbstractJavaMapperMethodGenerator methodGenerator, Interface interfaze)
public List<CompilationUnit> getExtraCompilationUnits()
public AbstractXmlGenerator getMatchedXMLGenerator()
AbstractJavaClientGenerator
getMatchedXMLGenerator
in class AbstractJavaClientGenerator
Copyright © 2006–2024 MyBatis.org. All rights reserved.