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


Public Member Functions | |
| EntityJdbcCmp2Desc (ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, DeploymentDescEjb2 dc2d, JLinkedList jMDRList, String fileName) throws DeploymentDescException | |
| String | getDatasourceJndiName () |
| String | getJdbcTableName () |
| String | toString () |
Protected Member Functions | |
| FieldDesc | newFieldDescInstance () |
Helene Joanin on May 2003: code cleanup
Helene Joanin on May 2003: complement for legacy first version
Definition at line 44 of file EntityJdbcCmp2Desc.java.
|
||||||||||||||||||||||||||||||||
Here is the call graph for this function:

|
|
Get the datasource jndi name
Definition at line 126 of file EntityJdbcCmp2Desc.java. Referenced by org.objectweb.jonas_ejb.container.JContainer.addBean(), org.objectweb.jonas.container.EJB.getAllDataSourceName(), and org.objectweb.jonas_ejb.deployment.api.EntityJdbcCmp2Desc.toString(). |
|
|
Get the associated DataBase table name.
Definition at line 134 of file EntityJdbcCmp2Desc.java. Referenced by org.objectweb.jonas_ejb.deployment.api.EntityJdbcCmp2Desc.toString(). |
|
|
field descriptor factory method Reimplemented from org.objectweb.jonas_ejb.deployment.api.EntityCmpDesc. Definition at line 118 of file EntityJdbcCmp2Desc.java. |
|
|
String representation of the object for test purpose
Reimplemented from org.objectweb.jonas_ejb.deployment.api.EntityCmp2Desc. Definition at line 142 of file EntityJdbcCmp2Desc.java. References org.objectweb.jonas_ejb.deployment.api.EntityJdbcCmp2Desc.getDatasourceJndiName(), org.objectweb.jonas_ejb.deployment.api.EntityJdbcCmp2Desc.getJdbcTableName(), and org.objectweb.jonas_ejb.deployment.api.FieldDesc.toString(). |
Here is the call graph for this function:

1.3.9.1