org.tranql.ejb
Class ManyToManyCMR
java.lang.Object
org.tranql.ejb.ManyToManyCMR
- All Implemented Interfaces:
- CMPFieldTransform, java.io.Serializable
- public final class ManyToManyCMR
- extends java.lang.Object
- implements CMPFieldTransform
- Version:
- $Revision: 161 $ $Date: 2005-01-07 07:37:34 +0100 (Fri, 07 Jan 2005) $
- See Also:
- Serialized Form
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 |
ManyToManyCMR
public ManyToManyCMR(CMPFieldTransform next,
CMPFieldTransform related,
IdentityDefiner relatedIDDefiner,
CacheTable mtmTable,
boolean rightSide)
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 cacherow
- 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 © -2006 The Codehaus. All Rights Reserved.