Class | Description |
---|---|
AbstractDAOElementGenerator |
Base class for all DAO element generators.
|
CountByExampleMethodGenerator |
Generates the Count By Example method.
|
DeleteByExampleMethodGenerator |
Generates the Delete By Example method.
|
DeleteByPrimaryKeyMethodGenerator |
Generates the Delete By Primary Key method.
|
InsertMethodGenerator |
Generates the Insert method.
|
InsertSelectiveMethodGenerator |
Generates the Insert Selective method.
|
SelectByExampleWithBLOBsMethodGenerator |
Generates the Select By Example with BLOBs method.
|
SelectByExampleWithoutBLOBsMethodGenerator |
Generates the Select By Example without BLOBs method.
|
SelectByPrimaryKeyMethodGenerator |
Generates the Select By Primary Key method.
|
UpdateByExampleParmsInnerclassGenerator |
Generates the Update By Example parameters inner class.
|
UpdateByExampleSelectiveMethodGenerator |
Generates the Update By Example selective method.
|
UpdateByExampleWithBLOBsMethodGenerator |
Generates the Update By Example with BLOBs method.
|
UpdateByExampleWithoutBLOBsMethodGenerator |
Generates the Update By Example without BLOBs method.
|
UpdateByPrimaryKeySelectiveMethodGenerator |
Generates the Update By primary Key selective method.
|
UpdateByPrimaryKeyWithBLOBsMethodGenerator |
Generates the Update By primary Key with BLOBs method.
|
UpdateByPrimaryKeyWithoutBLOBsMethodGenerator |
Generates the Update By primary Key without BLOBs method.
|
Copyright © 2006–2018 MyBatis.org. All rights reserved.