
Public Member Functions | |
| Query () | |
| String | getDescription () |
| void | setDescription (String description) |
| QueryMethod | getQueryMethod () |
| void | setQueryMethod (QueryMethod queryMethod) |
| String | getResultTypeMapping () |
| void | setResultTypeMapping (String resultTypeMapping) |
| String | getEjbQl () |
| void | setEjbQl (String ejbQl) |
| String | toXML (int indent) |
Definition at line 36 of file Query.java.
|
|
Constructor Definition at line 62 of file Query.java. |
|
|
Gets the description
Definition at line 70 of file Query.java. |
|
|
Gets the ejb-ql
Definition at line 118 of file Query.java. Referenced by org.objectweb.jonas_ejb.deployment.api.EntityCmp2Desc.EntityCmp2Desc(). |
|
|
Gets the query-method
Definition at line 86 of file Query.java. Referenced by org.objectweb.jonas_ejb.deployment.api.EntityCmp2Desc.EntityCmp2Desc(). |
|
|
Gets the result-type-mapping
Definition at line 102 of file Query.java. Referenced by org.objectweb.jonas_ejb.deployment.api.EntityCmp2Desc.EntityCmp2Desc(). |
|
|
Set the description
Definition at line 78 of file Query.java. |
|
|
Set the ejb-ql
Definition at line 126 of file Query.java. |
|
|
Set the query-method
Definition at line 94 of file Query.java. |
|
|
Set the result-type-mapping
Definition at line 110 of file Query.java. Referenced by org.objectweb.jonas_ejb.deployment.api.EntityCmp2Desc.EntityCmp2Desc(). |
|
|
Represents this element by it's XML description.
Definition at line 135 of file Query.java. References org.objectweb.jonas_ejb.deployment.xml.QueryMethod.toXML(). |
Here is the call graph for this function:

1.3.9.1