org.tranql.ejb
Class ManyToOneCMR

java.lang.Object
  extended byorg.tranql.ejb.ManyToOneCMR
All Implemented Interfaces:
CMPFieldTransform, java.io.Serializable

public final class ManyToOneCMR
extends java.lang.Object
implements CMPFieldTransform

Version:
$Revision: 1.1 $ $Date: 2004/04/05 20:57:09 $
See Also:
Serialized Form

Constructor Summary
ManyToOneCMR(CMPFieldTransform next, CMPFieldTransform related)
           
 
Method Summary
 java.lang.Object get(InTxCache cache, CacheRow row)
          Wraps the underlying set so that changes can be detected and notifications sent
 void set(InTxCache cache, CacheRow row, java.lang.Object value)
          Not supported.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManyToOneCMR

public ManyToOneCMR(CMPFieldTransform next,
                    CMPFieldTransform related)
Method Detail

get

public java.lang.Object get(InTxCache cache,
                            CacheRow row)
Wraps the underlying set so that changes can be detected and notifications sent

Specified by:
get in interface CMPFieldTransform
Parameters:
cache - the current transaction cache
row - the row being accessed
Returns:
the underlying set wrapped for change detection

set

public void set(InTxCache cache,
                CacheRow row,
                java.lang.Object value)
Not supported.

Specified by:
set in interface CMPFieldTransform
Throws:
java.lang.UnsupportedOperationException


Copyright © -2005 The Codehaus. All Rights Reserved.