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)
DAOMethodNameCalculatorgetInsertMethodName in interface DAOMethodNameCalculatorpublic String getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
getUpdateByPrimaryKeyWithoutBLOBsMethodName in interface DAOMethodNameCalculatorpublic String getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable introspectedTable)
getUpdateByPrimaryKeyWithBLOBsMethodName in interface DAOMethodNameCalculatorpublic String getDeleteByExampleMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculatorgetDeleteByExampleMethodName in interface DAOMethodNameCalculatorpublic String getDeleteByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculatorgetDeleteByPrimaryKeyMethodName in interface DAOMethodNameCalculatorpublic String getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
getSelectByExampleWithoutBLOBsMethodName in interface DAOMethodNameCalculatorpublic String getSelectByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
getSelectByExampleWithBLOBsMethodName in interface DAOMethodNameCalculatorpublic String getSelectByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculatorgetSelectByPrimaryKeyMethodName in interface DAOMethodNameCalculatorpublic String getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculatorgetUpdateByPrimaryKeySelectiveMethodName in interface DAOMethodNameCalculatorpublic String getCountByExampleMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculatorgetCountByExampleMethodName in interface DAOMethodNameCalculatorpublic String getUpdateByExampleSelectiveMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculatorgetUpdateByExampleSelectiveMethodName in interface DAOMethodNameCalculatorpublic String getUpdateByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculatorgetUpdateByExampleWithBLOBsMethodName in interface DAOMethodNameCalculatorpublic String getUpdateByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculatorgetUpdateByExampleWithoutBLOBsMethodName in interface DAOMethodNameCalculatorpublic String getInsertSelectiveMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculatorgetInsertSelectiveMethodName in interface DAOMethodNameCalculatorCopyright © 2010–2015 MyBatis.org. All rights reserved.