org.tranql.ejb
Class CMRMappedToInversePKCMP

java.lang.Object
  extended by org.tranql.ejb.CMRMappedToInversePKCMP
All Implemented Interfaces:
java.io.Serializable, CMPFieldTransform

public class CMRMappedToInversePKCMP
extends java.lang.Object
implements CMPFieldTransform

Version:
$Revision: 233 $ $Date: 2005-08-20 05:48:40 +0200 (Sat, 20 Aug 2005) $
See Also:
Serialized Form

Constructor Summary
CMRMappedToInversePKCMP(CMPFieldTransform cmrField, int cmrSlot)
           
 
Method Summary
 java.lang.Object get(InTxCache cache, CacheRow row)
           
 void set(InTxCache cache, CacheRow row, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMRMappedToInversePKCMP

public CMRMappedToInversePKCMP(CMPFieldTransform cmrField,
                               int cmrSlot)
Method Detail

get

public java.lang.Object get(InTxCache cache,
                            CacheRow row)
Specified by:
get in interface CMPFieldTransform

set

public void set(InTxCache cache,
                CacheRow row,
                java.lang.Object value)
Specified by:
set in interface CMPFieldTransform


Copyright © -2010 The Codehaus. All Rights Reserved.