|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCValueClassMetaData
Imutable class which holds a list of the properties for a dependent value class.
Constructor Summary | |
JDBCValueClassMetaData(Element classElement,
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 | |
Class |
getJavaType()
Gets the Java Class of this value class. |
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(Element classElement, ClassLoader classLoader) throws org.jboss.deployment.DeploymentException
classElement
- the xml Element which contains the metadata about
this value classclassLoader
- the ClassLoader which is used to load this value class
org.jboss.deployment.DeploymentException
- if the xml element is not semantically correctMethod Detail |
public Class getJavaType()
public List getProperties()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |