|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tranql.ejb.ManyToOneCMR
public final class ManyToOneCMR
| Constructor Summary | |
|---|---|
ManyToOneCMR(CMPFieldTransform next,
IdentityDefiner nextIDDefiner,
CMPFieldTransform related,
IdentityDefiner relatedIDDefiner)
|
|
| 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 |
|---|
public ManyToOneCMR(CMPFieldTransform next,
IdentityDefiner nextIDDefiner,
CMPFieldTransform related,
IdentityDefiner relatedIDDefiner)
| Method Detail |
|---|
public java.lang.Object get(InTxCache cache,
CacheRow row)
get in interface CMPFieldTransformcache - the current transaction cacherow - the row being accessed
public void set(InTxCache cache,
CacheRow row,
java.lang.Object value)
set in interface CMPFieldTransformjava.lang.UnsupportedOperationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||