public class JavaMapperGenerator extends AbstractJavaClientGenerator
context, introspectedTable, progressCallback, warnings
Constructor and Description |
---|
JavaMapperGenerator() |
JavaMapperGenerator(boolean requiresMatchedXMLGenerator) |
requiresXMLGenerator
addDefaultConstructor, getGetter, getJavaBeansField, getJavaBeansGetter, getJavaBeansSetter, getRootClass, isTrimStringsEnabled
getContext, getIntrospectedTable, getProgressCallback, getWarnings, setContext, setIntrospectedTable, setProgressCallback, setWarnings
public JavaMapperGenerator()
public JavaMapperGenerator(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 © 2010–2018 MyBatis.org. All rights reserved.