| |
|
| java.lang.Object org.objectweb.jonas_ejb.deployment.api.EjbRelationDesc
EjbRelationDesc | public class EjbRelationDesc (Code) | | Class to hold meta-information related to an ejb-relation.
author: Christophe Ney [cney@batisseurs.com] : Initial developer author: Helene Joanin on May 2003: code cleanup author: Helene Joanin on May 2003: complement for legacy first version author: Ph Durieux (may 2004): default names for relations and roles. |
fillMappingInfoWithDefault | protected void fillMappingInfoWithDefault()(Code) | | Fills the mapping information of this relation with default values,
if the mapping information is not already initialized.
|
getJdbcTableName | public String getJdbcTableName()(Code) | | Return the table name in the database associated to this relation.
the String name of the table associated to this relation. |
getName | public String getName()(Code) | | get the name of the relationship.
the String name of the relationship. |
getRelationshipRole1 | public EjbRelationshipRoleDesc getRelationshipRole1()(Code) | | get the meta-information for the first relation-ship-role
the EjbRelationshipRoleDesc for the first relation-ship-role |
getRelationshipRole2 | public EjbRelationshipRoleDesc getRelationshipRole2()(Code) | | get the meta-information for the second relation-ship-role
the EjbRelationshipRoleDesc for the second relation-ship-role |
hasJdbcTable | public boolean hasJdbcTable()(Code) | | Is a table in the database is defined for this relation ?
true if table name in the database is defined for this relation. |
toString | public String toString()(Code) | | String representation of the object for test purpose
String representation of this object |
|
|
|