| java.lang.Object org.objectweb.jonas_ejb.deployment.api.MethodDesc org.objectweb.jonas_ejb.deployment.api.MethodJdbcCmp1Desc
MethodJdbcCmp1Desc | public class MethodJdbcCmp1Desc extends MethodDesc (Code) | | Class to hold meta-information related to CMP v1 attributes of a method when a jdbc
data store is used.
author: Christophe Ney [cney@batisseurs.com] : Initial developer author: Helene Joanin |
whereClauseStatus | protected int whereClauseStatus(Code) | | |
MethodJdbcCmp1Desc | public MethodJdbcCmp1Desc(BeanDesc beanDesc, Method meth, Class classDef, int index)(Code) | | constructor to be used by parent node
|
getWhereClause | public String getWhereClause()(Code) | | Get 'WHERE' clause for the method
String containing 'WHERE' clause |
getWhereClauseStatus | public int getWhereClauseStatus()(Code) | | Get 'WHERE' clause status for the method
|
hasWhereClause | public boolean hasWhereClause()(Code) | | Assessor for 'WHERE' clause set
true if where clause has been set |
overwriteJdbcWhereClause | void overwriteJdbcWhereClause(String jdbcWhereClause, int status) throws DeploymentDescException(Code) | | Overwrite JdbcWhereClause
Parameters: jdbcWhereClause - new value for jdbcWhereClause Parameters: status - applicability of given transAttribute parameter |
toString | public String toString()(Code) | | String representation of the object for test purpose
String representation of this object |
|
|