Class PropertyAssociation

java.lang.Object
org.eclipse.persistence.mappings.Association
org.eclipse.persistence.mappings.PropertyAssociation
All Implemented Interfaces:
Map.Entry

public class PropertyAssociation extends Association

Purpose: Generic association object. This can be used to map hashtable/map containers where the key and value primitives or independent objects.

Since:
TopLink 11.1.0.0
  • Constructor Details

    • PropertyAssociation

      public PropertyAssociation()
      Default constructor.
    • PropertyAssociation

      public PropertyAssociation(Object key, Object value)