oracle.toplink.sdk
Class SDKCollectionMappingHelper

java.lang.Object
  |
  +--oracle.toplink.sdk.SDKCollectionMappingHelper

public class SDKCollectionMappingHelper
extends java.lang.Object

Helper class to consolidate all the heinous comparing and merging code for the SDK collection mappings.

Since:
TOPLink/Java 3.0
See Also:
SDKAggregateCollectionMapping, SDKObjectCollectionMapping, SDKDirectCollectionMapping

Constructor Summary
SDKCollectionMappingHelper(SDKCollectionMapping mapping)
          Constructor.
 
Method Summary
TypeMethod
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDKCollectionMappingHelper

public SDKCollectionMappingHelper(SDKCollectionMapping mapping)
Constructor.
Method Detail