Class MultiValueColumnPropertyMap

  • All Implemented Interfaces:
    PropertyMap, Iterable<PropertyMap.Property>

    public class MultiValueColumnPropertyMap
    extends Object
    implements PropertyMap
    PropertyMap implementation for multi-value, complex properties. The properties for these columns seem to be dispersed between both the primary column and the complex value column. The primary column only seems to have the simple "multi-value" property and the rest seem to be on the complex value column. This PropertyMap implementation combines them into one synthetic map.
    Author:
    James Ahlborn