|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mybatis.generator.internal.DefaultDAOMethodNameCalculator
public class DefaultDAOMethodNameCalculator
Constructor Summary | |
---|---|
DefaultDAOMethodNameCalculator()
|
Method Summary | |
---|---|
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)
1. |
String |
getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
1. |
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)
1. |
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 String getInsertMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculator
getInsertMethodName
in interface DAOMethodNameCalculator
public String getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
getUpdateByPrimaryKeyWithoutBLOBsMethodName
in interface DAOMethodNameCalculator
public String getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable introspectedTable)
getUpdateByPrimaryKeyWithBLOBsMethodName
in interface DAOMethodNameCalculator
public String getDeleteByExampleMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculator
getDeleteByExampleMethodName
in interface DAOMethodNameCalculator
public String getDeleteByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculator
getDeleteByPrimaryKeyMethodName
in interface DAOMethodNameCalculator
public String getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
getSelectByExampleWithoutBLOBsMethodName
in interface DAOMethodNameCalculator
public String getSelectByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
getSelectByExampleWithBLOBsMethodName
in interface DAOMethodNameCalculator
public String getSelectByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculator
getSelectByPrimaryKeyMethodName
in interface DAOMethodNameCalculator
public String getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculator
getUpdateByPrimaryKeySelectiveMethodName
in interface DAOMethodNameCalculator
public String getCountByExampleMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculator
getCountByExampleMethodName
in interface DAOMethodNameCalculator
public String getUpdateByExampleSelectiveMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculator
getUpdateByExampleSelectiveMethodName
in interface DAOMethodNameCalculator
public String getUpdateByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculator
getUpdateByExampleWithBLOBsMethodName
in interface DAOMethodNameCalculator
public String getUpdateByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculator
getUpdateByExampleWithoutBLOBsMethodName
in interface DAOMethodNameCalculator
public String getInsertSelectiveMethodName(IntrospectedTable introspectedTable)
DAOMethodNameCalculator
getInsertSelectiveMethodName
in interface DAOMethodNameCalculator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |