|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCApplicationMetaData
This immutable class contains information about the application
Constructor Summary | |
JDBCApplicationMetaData(ApplicationMetaData (src) applicationMetaData,
java.lang.ClassLoader classLoader)
Constructs jdbc application meta data with the data from the applicationMetaData. |
|
JDBCApplicationMetaData(org.w3c.dom.Element element,
JDBCApplicationMetaData (src) defaultValues)
Constructs application meta data with the data contained in the jboss-cmp xml element from a jbosscmp-jdbc xml file. |
Method Summary | |
JDBCEntityMetaData (src) |
getBeanByEjbName(java.lang.String name)
Gets the metadata for an entity bean by name. |
java.lang.ClassLoader |
getClassLoader()
Gets the classloader for this application which is used to load all classes. |
JDBCEntityCommandMetaData (src) |
getEntityCommandByName(java.lang.String name)
Gets the entity command with the specified name |
java.util.Collection |
getRolesForEntity(java.lang.String entityName)
Gets the relationship roles for the entity with the specified name. |
JDBCTypeMappingMetaData (src) |
getTypeMappingByName(java.lang.String name)
Gets the type mapping with the specified name |
java.util.Map |
getUserTypeMappings()
|
java.util.Collection |
getValueClasses()
Gets dependent value classes that are directly managed by the container. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JDBCApplicationMetaData(ApplicationMetaData (src) applicationMetaData, java.lang.ClassLoader classLoader) throws DeploymentException (src)
applicationMetaData
- the application data loaded from
the ejb-jar.xml fileclassLoader
- the ClassLoader used to load the classes
of the application
DeploymentException (src)
- if an problem occures while loading
the classes or if data in the ejb-jar.xml is inconsistent
with data from jbosscmp-jdbc.xml filepublic JDBCApplicationMetaData(org.w3c.dom.Element element, JDBCApplicationMetaData (src) defaultValues) throws DeploymentException (src)
element
- the xml Element which contains the metadata about
this applicationdefaultValues
- the JDBCApplicationMetaData which contains
the values
for optional elements of the element
DeploymentException (src)
- if the xml element is not semantically correctMethod Detail |
public JDBCTypeMappingMetaData (src) getTypeMappingByName(java.lang.String name)
name
- the name for the type mapping
public java.util.Collection getRolesForEntity(java.lang.String entityName)
entityName
- the name of the entity whos roles are returned
public java.util.Collection getValueClasses()
public java.lang.ClassLoader getClassLoader()
public JDBCEntityMetaData (src) getBeanByEjbName(java.lang.String name)
name
- the name of the entity meta data to return
public JDBCEntityCommandMetaData (src) getEntityCommandByName(java.lang.String name)
name
- the name for the entity-command
public java.util.Map getUserTypeMappings()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |