| |
|
| java.lang.Object org.objectweb.jonas_ejb.deployment.api.MethodDesc org.objectweb.jonas_ejb.deployment.api.MethodCmp2Desc
MethodCmp2Desc | public class MethodCmp2Desc extends MethodDesc (Code) | | Class to hold meta-information related to CMP2 find/select methods
author: Christophe Ney [cney@batisseurs.com] : Initial developer author: Helene Joanin |
resultTypeMappingRemote | protected boolean resultTypeMappingRemote(Code) | | |
MethodCmp2Desc | MethodCmp2Desc(BeanDesc beanDesc, Method meth, Class classDef, int index)(Code) | | construtor form XML data binding structures
|
getPrefetch | public boolean getPrefetch()(Code) | | Get the prefetch tag value for this method.
May be true only for finder methods (not for ejbSelect methods)
|
getQuery | public String getQuery()(Code) | | get EJB-QL query when defined
possibly null String containing the EJB-QL query for the method |
isResultTypeMappingRemote | public boolean isResultTypeMappingRemote()(Code) | | get result type mapping state (remote/local)
true when remote |
setQuery | public void setQuery(String query) throws ParseException(Code) | | set EJB-QL query. Because of the deployment descriptor structure, the query is
set after the object is created.
|
toString | public String toString()(Code) | | String representation of the object for test purpose
String representation of this object |
|
|
|