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