org.mybatis.generator.codegen.mybatis3.javamapper
Class SqlProviderGenerator
java.lang.Object
org.mybatis.generator.codegen.AbstractGenerator
org.mybatis.generator.codegen.AbstractJavaGenerator
org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
public class SqlProviderGenerator
- extends AbstractJavaGenerator
- Author:
- Jeff Butler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlProviderGenerator
public SqlProviderGenerator()
getCompilationUnits
public List<CompilationUnit> getCompilationUnits()
- Specified by:
getCompilationUnits
in class AbstractJavaGenerator
addCountByExampleMethod
protected boolean addCountByExampleMethod(TopLevelClass topLevelClass)
addDeleteByExampleMethod
protected boolean addDeleteByExampleMethod(TopLevelClass topLevelClass)
addInsertSelectiveMethod
protected void addInsertSelectiveMethod(TopLevelClass topLevelClass)
addSelectByExampleWithBLOBsMethod
protected boolean addSelectByExampleWithBLOBsMethod(TopLevelClass topLevelClass)
addSelectByExampleWithoutBLOBsMethod
protected boolean addSelectByExampleWithoutBLOBsMethod(TopLevelClass topLevelClass)
addUpdateByExampleSelectiveMethod
protected boolean addUpdateByExampleSelectiveMethod(TopLevelClass topLevelClass)
addUpdateByExampleWithBLOBsMethod
protected boolean addUpdateByExampleWithBLOBsMethod(TopLevelClass topLevelClass)
addUpdateByExampleWithoutBLOBsMethod
protected boolean addUpdateByExampleWithoutBLOBsMethod(TopLevelClass topLevelClass)
addUpdateByPrimaryKeySelectiveMethod
protected void addUpdateByPrimaryKeySelectiveMethod(TopLevelClass topLevelClass)
addApplyWhereMethod
protected void addApplyWhereMethod(TopLevelClass topLevelClass)
initializeAndExecuteGenerator
protected void initializeAndExecuteGenerator(AbstractJavaProviderMethodGenerator methodGenerator,
TopLevelClass topLevelClass)
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.