org.mybatis.generator.api.DAOMethodNameCalculator |
![]() |
This interface is used to supply names for DAO methods. Users can provide different implementations if the supplied implementations aren't sufficient.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Calculates and returns a name for the count by example method.
| |||||||||||
Calculates and returns a name for the delete by example method.
| |||||||||||
Calculates and returns a name for the delete by primary key method.
| |||||||||||
Calculates and returns a name for the insert method.
| |||||||||||
Calculates and returns a name for the insert selective method.
| |||||||||||
Calculates and returns a name for the select by example with BLOBs
method.
| |||||||||||
Calculates and returns a name for the select by example method.
| |||||||||||
Calculates and returns a name for the select by primary key method.
| |||||||||||
Calculates and returns a name for the update by example selective method.
| |||||||||||
Calculates and returns a name for the update by example with BLOBs
method.
| |||||||||||
Calculates and returns a name for the update by example without BLOBs
method.
| |||||||||||
Calculates and returns a name for the update by primary key selective
method.
| |||||||||||
Calculates and returns a name for the update by primary key with BLOBs
method.
| |||||||||||
Calculates and returns a name for the update by primary key without BLOBs
method.
|
Calculates and returns a name for the count by example method.
Calculates and returns a name for the delete by example method.
Calculates and returns a name for the delete by primary key method.
Calculates and returns a name for the insert method.
Calculates and returns a name for the insert selective method.
Calculates and returns a name for the select by example with BLOBs method. If the table contains BLOBs, then we will generate different select by example methods - one including BLOBs, one not including BLOBs.
Calculates and returns a name for the select by example method.
Calculates and returns a name for the select by primary key method.
Calculates and returns a name for the update by example selective method.
Calculates and returns a name for the update by example with BLOBs method.
Calculates and returns a name for the update by example without BLOBs method.
Calculates and returns a name for the update by primary key selective method.
Calculates and returns a name for the update by primary key with BLOBs method.
Calculates and returns a name for the update by primary key without BLOBs method.