Class KeyMetaData

All Implemented Interfaces:
Serializable, ColumnMetaDataContainer

public class KeyMetaData extends AbstractElementMetaData
This element specifies the mapping for the key component of maps. The serialised attribute specifies that the key values are to be serialised into the named column.
See Also:
  • Field Details

  • Constructor Details

    • KeyMetaData

      public KeyMetaData(KeyMetaData kmd)
      Constructor to create a copy of the passed metadata using the provided parent.
      Parameters:
      kmd - The metadata to copy
    • KeyMetaData

      public KeyMetaData()
      Default constructor. Set the fields using setters, before populate().
  • Method Details