Modifier and Type | Method and Description |
---|---|
protected void |
SimpleJavaClientGenerator.initializeAndExecuteGenerator(AbstractJavaMapperMethodGenerator methodGenerator,
Interface interfaze) |
protected void |
JavaMapperGenerator.initializeAndExecuteGenerator(AbstractJavaMapperMethodGenerator methodGenerator,
Interface interfaze) |
Modifier and Type | Class and Description |
---|---|
class |
CountByExampleMethodGenerator |
class |
DeleteByExampleMethodGenerator |
class |
DeleteByPrimaryKeyMethodGenerator |
class |
InsertMethodGenerator |
class |
InsertSelectiveMethodGenerator |
class |
SelectAllMethodGenerator
The selectAll method is only generated by the Mybatis3Simple runtime.
|
class |
SelectByExampleWithBLOBsMethodGenerator |
class |
SelectByExampleWithoutBLOBsMethodGenerator |
class |
SelectByPrimaryKeyMethodGenerator |
class |
UpdateByExampleSelectiveMethodGenerator |
class |
UpdateByExampleWithBLOBsMethodGenerator |
class |
UpdateByExampleWithoutBLOBsMethodGenerator |
class |
UpdateByPrimaryKeySelectiveMethodGenerator |
class |
UpdateByPrimaryKeyWithBLOBsMethodGenerator |
class |
UpdateByPrimaryKeyWithoutBLOBsMethodGenerator |
Copyright © 2010–2018 MyBatis.org. All rights reserved.