Package | Description |
---|---|
org.mybatis.generator.codegen.ibatis2.dao | |
org.mybatis.generator.codegen.ibatis2.dao.elements |
Modifier and Type | Method and Description |
---|---|
protected void |
DAOGenerator.initializeAndExecuteGenerator(AbstractDAOElementGenerator methodGenerator,
TopLevelClass topLevelClass,
Interface interfaze) |
Modifier and Type | Class and Description |
---|---|
class |
CountByExampleMethodGenerator
Generates the Count By Example method.
|
class |
DeleteByExampleMethodGenerator
Generates the Delete By Example method.
|
class |
DeleteByPrimaryKeyMethodGenerator
Generates the Delete By Primary Key method.
|
class |
InsertMethodGenerator
Generates the Insert method.
|
class |
InsertSelectiveMethodGenerator
Generates the Insert Selective method.
|
class |
SelectByExampleWithBLOBsMethodGenerator
Generates the Select By Example with BLOBs method.
|
class |
SelectByExampleWithoutBLOBsMethodGenerator
Generates the Select By Example without BLOBs method.
|
class |
SelectByPrimaryKeyMethodGenerator
Generates the Select By Primary Key method.
|
class |
UpdateByExampleParmsInnerclassGenerator
Generates the Update By Example parameters inner class.
|
class |
UpdateByExampleSelectiveMethodGenerator
Generates the Update By Example selective method.
|
class |
UpdateByExampleWithBLOBsMethodGenerator
Generates the Update By Example with BLOBs method.
|
class |
UpdateByExampleWithoutBLOBsMethodGenerator
Generates the Update By Example without BLOBs method.
|
class |
UpdateByPrimaryKeySelectiveMethodGenerator
Generates the Update By primary Key selective method.
|
class |
UpdateByPrimaryKeyWithBLOBsMethodGenerator
Generates the Update By primary Key with BLOBs method.
|
class |
UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
Generates the Update By primary Key without BLOBs method.
|
Copyright © 2006–2018 MyBatis.org. All rights reserved.