Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-03

oracle.toplink.mappings
Class PropertyAssociation

java.lang.Object
  extended by oracle.toplink.mappings.Association
      extended by oracle.toplink.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.

Since:
TopLink 11.1.0.0

Constructor Summary
PropertyAssociation()
           
 
Method Summary
 
Methods inherited from class oracle.toplink.mappings.Association
getKey, getValue, setKey, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

PropertyAssociation

public PropertyAssociation()

Copyright © 1998, 2010, Oracle. All Rights Reserved.