public interface DAOMethodNameCalculator
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)
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
- String getInsertSelectiveMethodName(IntrospectedTable introspectedTable)
introspectedTable
- String getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
introspectedTable
- String getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable introspectedTable)
introspectedTable
- String getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable introspectedTable)
introspectedTable
- String getSelectByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
introspectedTable
- String getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
introspectedTable
- String getSelectByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
introspectedTable
- String getDeleteByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
introspectedTable
- String getDeleteByExampleMethodName(IntrospectedTable introspectedTable)
introspectedTable
- String getCountByExampleMethodName(IntrospectedTable introspectedTable)
introspectedTable
- String getUpdateByExampleSelectiveMethodName(IntrospectedTable introspectedTable)
introspectedTable
- String getUpdateByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
introspectedTable
- String getUpdateByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
introspectedTable
- Copyright © 2010–2018 MyBatis.org. All rights reserved.