|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ibatis.abator.internal.DefaultDAOMethodNameCalculator
public class DefaultDAOMethodNameCalculator
Constructor Summary | |
---|---|
DefaultDAOMethodNameCalculator()
|
Method Summary | |
---|---|
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)
1. |
java.lang.String |
getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
1. |
java.lang.String |
getSelectByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the select by primary key 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. |
java.lang.String |
getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
1. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultDAOMethodNameCalculator()
Method Detail |
---|
public java.lang.String getInsertMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculator
getInsertMethodName
in interface DAOMethodNameCalculator
public java.lang.String getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
getUpdateByPrimaryKeyWithoutBLOBsMethodName
in interface DAOMethodNameCalculator
public java.lang.String getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable introspectedTable)
getUpdateByPrimaryKeyWithBLOBsMethodName
in interface DAOMethodNameCalculator
public java.lang.String getDeleteByExampleMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculator
getDeleteByExampleMethodName
in interface DAOMethodNameCalculator
public java.lang.String getDeleteByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculator
getDeleteByPrimaryKeyMethodName
in interface DAOMethodNameCalculator
public java.lang.String getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
getSelectByExampleWithoutBLOBsMethodName
in interface DAOMethodNameCalculator
public java.lang.String getSelectByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
getSelectByExampleWithBLOBsMethodName
in interface DAOMethodNameCalculator
public java.lang.String getSelectByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculator
getSelectByPrimaryKeyMethodName
in interface DAOMethodNameCalculator
public java.lang.String getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculator
getUpdateByPrimaryKeySelectiveMethodName
in interface DAOMethodNameCalculator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |