public class DefaultDAOMethodNameCalculator extends java.lang.Object implements DAOMethodNameCalculator
| 构造器和说明 |
|---|
DefaultDAOMethodNameCalculator() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getCountByExampleMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the count by example method.
|
java.lang.String |
getDeleteByExampleMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the delete by example method.
|
java.lang.String |
getDeleteByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the delete by primary key method.
|
java.lang.String |
getInsertMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the insert method.
|
java.lang.String |
getInsertSelectiveMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the insert selective method.
|
java.lang.String |
getSelectByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
1. if this will be the only selectByExample, then the result should be
selectByExample. 2.
|
java.lang.String |
getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
1. if this will be the only selectByExample, then the result should be
selectByExample. 2.
|
java.lang.String |
getSelectByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the select by primary key method.
|
java.lang.String |
getUpdateByExampleSelectiveMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the update by example selective method.
|
java.lang.String |
getUpdateByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the update by example with BLOBs method.
|
java.lang.String |
getUpdateByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the update by example without BLOBs method.
|
java.lang.String |
getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the update by primary key selective method.
|
java.lang.String |
getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable introspectedTable)
1. if this will be the only updateByPrimaryKey, then the result should be
updateByPrimaryKey. 2.
|
java.lang.String |
getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
1. if this will be the only updateByPrimaryKey, then the result should be
updateByPrimaryKey. 2.
|
public java.lang.String getInsertMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculatorgetInsertMethodName 在接口中 DAOMethodNameCalculatorintrospectedTable - the introspected tablepublic java.lang.String getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
getUpdateByPrimaryKeyWithoutBLOBsMethodName 在接口中 DAOMethodNameCalculatorintrospectedTable - the introspected tablepublic java.lang.String getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable introspectedTable)
getUpdateByPrimaryKeyWithBLOBsMethodName 在接口中 DAOMethodNameCalculatorintrospectedTable - the introspected tablepublic java.lang.String getDeleteByExampleMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculatorgetDeleteByExampleMethodName 在接口中 DAOMethodNameCalculatorintrospectedTable - the introspected tablepublic java.lang.String getDeleteByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculatorgetDeleteByPrimaryKeyMethodName 在接口中 DAOMethodNameCalculatorintrospectedTable - the introspected tablepublic java.lang.String getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
getSelectByExampleWithoutBLOBsMethodName 在接口中 DAOMethodNameCalculatorintrospectedTable - the introspected tablepublic java.lang.String getSelectByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
getSelectByExampleWithBLOBsMethodName 在接口中 DAOMethodNameCalculatorintrospectedTable - the introspected tablepublic java.lang.String getSelectByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculatorgetSelectByPrimaryKeyMethodName 在接口中 DAOMethodNameCalculatorintrospectedTable - the introspected tablepublic java.lang.String getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculatorgetUpdateByPrimaryKeySelectiveMethodName 在接口中 DAOMethodNameCalculatorintrospectedTable - the introspected tablepublic java.lang.String getCountByExampleMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculatorgetCountByExampleMethodName 在接口中 DAOMethodNameCalculatorintrospectedTable - the introspected tablepublic java.lang.String getUpdateByExampleSelectiveMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculatorgetUpdateByExampleSelectiveMethodName 在接口中 DAOMethodNameCalculatorintrospectedTable - the introspected tablepublic java.lang.String getUpdateByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculatorgetUpdateByExampleWithBLOBsMethodName 在接口中 DAOMethodNameCalculatorintrospectedTable - the introspected tablepublic java.lang.String getUpdateByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculatorgetUpdateByExampleWithoutBLOBsMethodName 在接口中 DAOMethodNameCalculatorintrospectedTable - the introspected tablepublic java.lang.String getInsertSelectiveMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculatorgetInsertSelectiveMethodName 在接口中 DAOMethodNameCalculatorintrospectedTable - the introspected tableCopyright © 2018. All Rights Reserved.