Imutable class which holds a list of the properties for a dependent value
class.
author: Dain Sundstrom version: $Revision: 57209 $
Constructor Summary
public
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.
getProperties() Gets the properties of this value class which are to be saved into the database.
Constructor Detail
JDBCValueClassMetaData
public JDBCValueClassMetaData(Element classElement, ClassLoader classLoader) throws DeploymentException(Code)
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 aboutthis value class Parameters: classLoader - the ClassLoader which is used to load this value class throws: DeploymentException - if the xml element is not semantically correct
Gets the properties of this value class which are to be saved into the database.
an unmodifiable list which contains the JDBCValuePropertyMetaData objects