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


Public Member Functions | |
| String | getQuery () |
| void | setQuery (String query) throws ParseException |
| EjbqlQueryTreeHolder | getQueryTreeHolder (PMapper mapper) throws DeploymentDescException |
| boolean | isResultTypeMappingRemote () |
| void | setResultTypeMapping (String resultTypeMapping) throws DeploymentDescException |
| boolean | getPrefetch () |
| String | toString () |
Static Public Member Functions | |
| String | queryMethodElementToString (org.objectweb.jonas_ejb.deployment.xml.QueryMethod m) |
Package Functions | |
| MethodCmp2Desc (BeanDesc beanDesc, Method meth, int index) | |
Helene Joanin
Definition at line 45 of file MethodCmp2Desc.java.
|
||||||||||||||||
|
construtor form XML data binding structures Definition at line 57 of file MethodCmp2Desc.java. |
|
|
Get the prefetch tag value for this method. May be true only for finder methods (not for ejbSelect methods) Definition at line 123 of file MethodCmp2Desc.java. References org.objectweb.jonas_ejb.deployment.api.EntityDesc.isPrefetch(). Referenced by org.objectweb.jonas_ejb.container.jorm.MedorFactory.evaluate(). |
Here is the call graph for this function:

|
|
get EJB-QL query when defined
Definition at line 66 of file MethodCmp2Desc.java. |
|
|
return a query tree holder allowing evaluation of the query Definition at line 86 of file MethodCmp2Desc.java. |
|
|
get result type mapping state (remote/local)
Definition at line 101 of file MethodCmp2Desc.java. |
|
|
String representation of the given element <method>
Definition at line 137 of file MethodCmp2Desc.java. References org.objectweb.jonas_ejb.deployment.api.MethodDesc.methodElementToString(). |
Here is the call graph for this function:

|
|
set EJB-QL query. Because of the deployment descriptor structure, the query is set after the object is created. Definition at line 74 of file MethodCmp2Desc.java. |
|
|
set the state of resultTypeMappingRemote Definition at line 108 of file MethodCmp2Desc.java. |
|
|
String representation of the object for test purpose
Reimplemented from org.objectweb.jonas_ejb.deployment.api.MethodDesc. Definition at line 145 of file MethodCmp2Desc.java. References org.objectweb.jonas_ejb.deployment.api.EntityDesc.toString(). |
Here is the call graph for this function:

1.3.9.1