|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DAOMethodNameCalculator
This interface is used to supply names for DAO methods. Users can provide different implementations if the supplied implementations aren't sufficient.
Method Summary | |
---|---|
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 |
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. |
Method Detail |
---|
java.lang.String getInsertMethodName(IntrospectedTable introspectedTable)
introspectedTable
-
java.lang.String getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
introspectedTable
-
java.lang.String getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable introspectedTable)
introspectedTable
-
java.lang.String getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable introspectedTable)
introspectedTable
-
java.lang.String getSelectByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
introspectedTable
-
java.lang.String getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
introspectedTable
-
java.lang.String getSelectByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
introspectedTable
-
java.lang.String getDeleteByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
introspectedTable
-
java.lang.String getDeleteByExampleMethodName(IntrospectedTable introspectedTable)
introspectedTable
-
java.lang.String getCountByExampleMethodName(IntrospectedTable introspectedTable)
introspectedTable
-
java.lang.String getUpdateByExampleSelectiveMethodName(IntrospectedTable introspectedTable)
introspectedTable
-
java.lang.String getUpdateByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
introspectedTable
-
java.lang.String getUpdateByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
introspectedTable
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |