public class ExtendedDAOMethodNameCalculator extends Object implements DAOMethodNameCalculator
Constructor and Description |
---|
ExtendedDAOMethodNameCalculator() |
Modifier and Type | Method and Description |
---|---|
String |
getCountByExampleMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the count by example method.
|
String |
getDeleteByExampleMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the delete by example method.
|
String |
getDeleteByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the delete by primary key method.
|
String |
getInsertMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the insert method.
|
String |
getInsertSelectiveMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the insert selective method.
|
String |
getSelectByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
1.
|
String |
getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
1.
|
String |
getSelectByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the select by primary key method.
|
String |
getUpdateByExampleSelectiveMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the update by example selective method.
|
String |
getUpdateByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the update by example with BLOBs method.
|
String |
getUpdateByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the update by example without BLOBs method.
|
String |
getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the update by primary key selective method.
|
String |
getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable introspectedTable)
1.
|
String |
getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
1.
|
public String getInsertMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculator
getInsertMethodName
in interface DAOMethodNameCalculator
introspectedTable
- the introspected tablepublic String getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
getUpdateByPrimaryKeyWithoutBLOBsMethodName
in interface DAOMethodNameCalculator
introspectedTable
- the introspected tablepublic String getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable introspectedTable)
getUpdateByPrimaryKeyWithBLOBsMethodName
in interface DAOMethodNameCalculator
introspectedTable
- the introspected tablepublic String getDeleteByExampleMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculator
getDeleteByExampleMethodName
in interface DAOMethodNameCalculator
introspectedTable
- the introspected tablepublic String getDeleteByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculator
getDeleteByPrimaryKeyMethodName
in interface DAOMethodNameCalculator
introspectedTable
- the introspected tablepublic String getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
getSelectByExampleWithoutBLOBsMethodName
in interface DAOMethodNameCalculator
introspectedTable
- the introspected tablepublic String getSelectByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
getSelectByExampleWithBLOBsMethodName
in interface DAOMethodNameCalculator
introspectedTable
- the introspected tablepublic String getSelectByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculator
getSelectByPrimaryKeyMethodName
in interface DAOMethodNameCalculator
introspectedTable
- the introspected tablepublic String getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculator
getUpdateByPrimaryKeySelectiveMethodName
in interface DAOMethodNameCalculator
introspectedTable
- the introspected tablepublic String getCountByExampleMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculator
getCountByExampleMethodName
in interface DAOMethodNameCalculator
introspectedTable
- the introspected tablepublic String getUpdateByExampleSelectiveMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculator
getUpdateByExampleSelectiveMethodName
in interface DAOMethodNameCalculator
introspectedTable
- the introspected tablepublic String getUpdateByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculator
getUpdateByExampleWithBLOBsMethodName
in interface DAOMethodNameCalculator
introspectedTable
- the introspected tablepublic String getUpdateByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculator
getUpdateByExampleWithoutBLOBsMethodName
in interface DAOMethodNameCalculator
introspectedTable
- the introspected tablepublic String getInsertSelectiveMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculator
getInsertSelectiveMethodName
in interface DAOMethodNameCalculator
introspectedTable
- the introspected tableCopyright © 2006–2018 MyBatis.org. All rights reserved.