public interface DAOMethodNameCalculator
| 限定符和类型 | 方法和说明 |
|---|---|
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)
Calculates and returns a name for the select by example with BLOBs method.
|
String |
getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the select by example method.
|
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)
Calculates and returns a name for the update by primary key with BLOBs method.
|
String |
getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the update by primary key without BLOBs method.
|
String getInsertMethodName(IntrospectedTable introspectedTable)
introspectedTable - the introspected tableString getInsertSelectiveMethodName(IntrospectedTable introspectedTable)
introspectedTable - the introspected tableString getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
introspectedTable - the introspected tableString getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable introspectedTable)
introspectedTable - the introspected tableString getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable introspectedTable)
introspectedTable - the introspected tableString getSelectByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
introspectedTable - the introspected tableString getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
introspectedTable - the introspected tableString getSelectByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
introspectedTable - the introspected tableString getDeleteByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
introspectedTable - the introspected tableString getDeleteByExampleMethodName(IntrospectedTable introspectedTable)
introspectedTable - the introspected tableString getCountByExampleMethodName(IntrospectedTable introspectedTable)
introspectedTable - the introspected tableString getUpdateByExampleSelectiveMethodName(IntrospectedTable introspectedTable)
introspectedTable - the introspected tableString getUpdateByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
introspectedTable - the introspected tableString getUpdateByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
introspectedTable - the introspected tableCopyright © 2006–2016 MyBatis.org. All rights reserved.