| java.lang.Object org.jpox.metadata.MetaData org.jpox.metadata.AbstractElementMetaData org.jpox.metadata.ValueMetaData
ValueMetaData | public class ValueMetaData extends AbstractElementMetaData (Code) | | This element specifies the mapping for the value component of maps.
The serialized attribute specifies that the key values are to be serialized into the named column.
since: 1.1 version: $Revision: 1.28 $ |
ValueMetaData | public ValueMetaData(MetaData parent, ValueMetaData vmd)(Code) | | Constructor to create a copy of the passed metadata using the provided parent.
Parameters: parent - The parent Parameters: vmd - The metadata to copy |
ValueMetaData | public ValueMetaData(MetaData parent, String column, String deleteAction, String updateAction, String indexed, String unique, String mappedBy)(Code) | | Constructor.
Parameters: parent - MetaData of parent element Parameters: column - The column name Parameters: deleteAction - attribute delete-action value Parameters: updateAction - attribute update-action value Parameters: indexed - Whether to index this Parameters: unique - Whether to add a unique constraint Parameters: mappedBy - Field the value is mapped by in the key object |
populate | public void populate(ClassLoaderResolver clr, ClassLoader primary)(Code) | | Populate the MetaData.
Parameters: clr - Class loader to use Parameters: primary - the primary ClassLoader to use (or null) |
toString | public String toString(String prefix, String indent)(Code) | | Returns a string representation of the object using a prefix
This can be used as part of a facility to output a MetaData file.
Parameters: prefix - prefix string Parameters: indent - indent string a string representation of the object. |
|
|