EclipseLink 1.2.0, build 'v20091016-r5565' API Reference

org.eclipse.persistence.mappings
Class PropertyAssociation

java.lang.Object
  extended by org.eclipse.persistence.mappings.Association
      extended by org.eclipse.persistence.mappings.PropertyAssociation
All Implemented Interfaces:
java.util.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.

Author:
Mike Norman
Since:
TopLink 11.1.0.0

Field Summary
 
Fields inherited from class org.eclipse.persistence.mappings.Association
key, value
 
Constructor Summary
PropertyAssociation()
           
 
Method Summary
 
Methods inherited from class org.eclipse.persistence.mappings.Association
getKey, getValue, setKey, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

PropertyAssociation

public PropertyAssociation()

EclipseLink 1.2.0, build 'v20091016-r5565' API Reference