java.lang.Object | |
↳ | org.mybatis.generator.internal.DefaultDAOMethodNameCalculator |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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.
| |||||||||||
1.
| |||||||||||
1.
| |||||||||||
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.
| |||||||||||
1.
| |||||||||||
1.
|
[Expand]
Inherited 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.
1. if this will be the only selectByExample, then the result should be selectByExample. 2. Else the method name should be selectByExampleWithBLOBs
1. if this will be the only selectByExample, then the result should be selectByExample. 2. Else the method name should be selectByExampleWithoutBLOBs
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.
1. if this will be the only updateByPrimaryKey, then the result should be updateByPrimaryKey. 2. If the other method is enabled, but there are seperate base and blob classes, then the method name should be updateByPrimaryKey 3. Else the method name should be updateByPrimaryKeyWithBLOBs
1. if this will be the only updateByPrimaryKey, then the result should be updateByPrimaryKey. 2. If the other method is enabled, but there are seperate base and blob classes, then the method name should be updateByPrimaryKey 3. Else the method name should be updateByPrimaryKeyWithoutBLOBs