org.objectweb.jonas_ejb.deployment.api.MethodJdbcCmp1Desc Class Reference

Inherits org.objectweb.jonas_ejb.deployment.api.MethodDesc.

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

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.jonas_ejb.deployment.api.MethodJdbcCmp1Desc:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

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

Helene Joanin

Definition at line 38 of file MethodJdbcCmp1Desc.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ejb.deployment.api.MethodJdbcCmp1Desc.MethodJdbcCmp1Desc BeanDesc  beanDesc,
Method  meth,
int  index
 

constructor to be used by parent node

Definition at line 46 of file MethodJdbcCmp1Desc.java.


Member Function Documentation

String org.objectweb.jonas_ejb.deployment.api.MethodJdbcCmp1Desc.getWhereClause  ) 
 

Get 'WHERE' clause for the method

Returns:
String containing 'WHERE' clause

Definition at line 85 of file MethodJdbcCmp1Desc.java.

Referenced by org.objectweb.jonas_ejb.deployment.api.MethodJdbcCmp1Desc.toString().

int org.objectweb.jonas_ejb.deployment.api.MethodJdbcCmp1Desc.getWhereClauseStatus  ) 
 

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().

boolean org.objectweb.jonas_ejb.deployment.api.MethodJdbcCmp1Desc.hasWhereClause  ) 
 

Assessor for 'WHERE' clause set

Returns:
true if where clause has been set

Definition at line 77 of file MethodJdbcCmp1Desc.java.

Referenced by org.objectweb.jonas_ejb.deployment.api.MethodJdbcCmp1Desc.toString().

void org.objectweb.jonas_ejb.deployment.api.MethodJdbcCmp1Desc.overwriteJdbcWhereClause String  jdbcWhereClause,
int  status
throws DeploymentDescException [package]
 

Overwrite JdbcWhereClause

Parameters:
jdbcWhereClause new value for jdbcWhereClause
status applicability of given transAttribute parameter

Definition at line 55 of file MethodJdbcCmp1Desc.java.

Referenced by org.objectweb.jonas_ejb.deployment.api.EntityJdbcCmp1Desc.EntityJdbcCmp1Desc().

String org.objectweb.jonas_ejb.deployment.api.MethodJdbcCmp1Desc.toString  ) 
 

String representation of the object for test purpose

Returns:
String representation of this object

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:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:11:25 2005 for JOnAS by  doxygen 1.3.9.1