Constructs jdbc application meta data with the data from the
applicationMetaData.
Parameters: applicationMetaData - the application data loaded fromthe ejb-jar.xml file Parameters: classLoader - the ClassLoader used to load the classesof the application throws: DeploymentException - if an problem occures while loadingthe classes or if data in the ejb-jar.xml is inconsistentwith data from jbosscmp-jdbc.xml file
Constructs application meta data with the data contained in the
jboss-cmp xml element from a jbosscmp-jdbc xml file. Optional values
of the xml element that are not present are loaded from the
defalutValues parameter.
Parameters: element - the xml Element which contains the metadata aboutthis application Parameters: defaultValues - the JDBCApplicationMetaData which containsthe valuesfor optional elements of the element throws: DeploymentException - if the xml element is not semantically correct
Gets the metadata for an entity bean by name.
Parameters: name - the name of the entity meta data to return the entity meta data for the specified name
Gets the relationship roles for the entity with the specified name.
Parameters: entityName - the name of the entity whos roles are returned an unmodifiable collection of JDBCRelationshipRolesof the specified entity