|
||||||||||
| 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.JDBCValueClassMetaData
Imutable class which holds a list of the properties for a dependent value class.
| Constructor Summary | |
JDBCValueClassMetaData(org.w3c.dom.Element classElement,
java.lang.ClassLoader classLoader)
Constructs a value class metadata class with the data contained in the dependent-value-class xml element from a jbosscmp-jdbc xml file. |
|
| Method Summary | |
java.lang.Class |
getJavaType()
Gets the Java Class of this value class. |
java.util.List |
getProperties()
Gets the properties of this value class which are to be saved into the database. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JDBCValueClassMetaData(org.w3c.dom.Element classElement,
java.lang.ClassLoader classLoader)
throws DeploymentException (src)
classElement - the xml Element which contains the metadata about
this value classclassLoader - the ClassLoader which is used to load this value class
DeploymentException (src) - if the xml element is not semantically correct| Method Detail |
public java.lang.Class getJavaType()
public java.util.List getProperties()
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||