Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.ejb.plugins.cmp » jdbc » metadata » [javadoc | source]
org.jboss.ejb.plugins.cmp.jdbc.metadata
public final class: JDBCValueClassMetaData [javadoc | source]
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:
 public JDBCValueClassMetaData(Element classElement,
    ClassLoader classLoader) throws DeploymentException 
    Constructs a value class metadata class with the data contained in the dependent-value-class xml element from a jbosscmp-jdbc xml file.
    Parameters:
    classElement - the xml Element which contains the metadata about this value class
    classLoader - the ClassLoader which is used to load this value class
    Throws:
    DeploymentException - if the xml element is not semantically correct
Method from org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCValueClassMetaData Summary:
getJavaType,   getProperties
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCValueClassMetaData Detail:
 public Class getJavaType() 
    Gets the Java Class of this value class.
 public List getProperties() 
    Gets the properties of this value class which are to be saved into the database.