Inheritance diagram for org.objectweb.jonas_ejb.deployment.api.MethodJdbcCmp1Desc:


Public Member Functions | |
| MethodJdbcCmp1Desc (BeanDesc beanDesc, Method meth, int index) | |
| boolean | hasWhereClause () |
| String | getWhereClause () |
| int | getWhereClauseStatus () |
| String | toString () |
Package Functions | |
| void | overwriteJdbcWhereClause (String jdbcWhereClause, int status) throws DeploymentDescException |
Helene Joanin
Definition at line 38 of file MethodJdbcCmp1Desc.java.
|
||||||||||||||||
|
constructor to be used by parent node Definition at line 46 of file MethodJdbcCmp1Desc.java. |
|
|
Get 'WHERE' clause for the method
Definition at line 85 of file MethodJdbcCmp1Desc.java. Referenced by org.objectweb.jonas_ejb.deployment.api.MethodJdbcCmp1Desc.toString(). |
|
|
Get 'WHERE' clause status for the method Definition at line 95 of file MethodJdbcCmp1Desc.java. Referenced by org.objectweb.jonas_ejb.deployment.api.MethodJdbcCmp1Desc.toString(). |
|
|
Assessor for 'WHERE' clause set
Definition at line 77 of file MethodJdbcCmp1Desc.java. Referenced by org.objectweb.jonas_ejb.deployment.api.MethodJdbcCmp1Desc.toString(). |
|
||||||||||||
|
Overwrite JdbcWhereClause
Definition at line 55 of file MethodJdbcCmp1Desc.java. Referenced by org.objectweb.jonas_ejb.deployment.api.EntityJdbcCmp1Desc.EntityJdbcCmp1Desc(). |
|
|
String representation of the object for test purpose
Reimplemented from org.objectweb.jonas_ejb.deployment.api.MethodDesc. Definition at line 103 of file MethodJdbcCmp1Desc.java. References org.objectweb.jonas_ejb.deployment.api.MethodJdbcCmp1Desc.getWhereClause(), org.objectweb.jonas_ejb.deployment.api.MethodJdbcCmp1Desc.getWhereClauseStatus(), and org.objectweb.jonas_ejb.deployment.api.MethodJdbcCmp1Desc.hasWhereClause(). |
Here is the call graph for this function:

1.3.9.1