Methods in org.tranql.ejb with parameters of type InTxCache |
void |
SingleValuedCMRFaultHandler.fieldFault(InTxCache cache,
CacheRow row)
|
void |
SingleValuedCMRFaultHandler.rowFault(InTxCache cache,
GlobalIdentity id)
|
java.lang.Object |
CMPFieldTransform.get(InTxCache cache,
CacheRow row)
|
void |
CMPFieldTransform.set(InTxCache cache,
CacheRow row,
java.lang.Object value)
|
java.lang.Object |
MultiValuedCMRAccessor.get(InTxCache cache,
CacheRow row)
|
void |
MultiValuedCMRAccessor.set(InTxCache cache,
CacheRow row,
java.lang.Object value)
|
java.lang.Object |
ManyToOneCMR.get(InTxCache cache,
CacheRow row)
Wraps the underlying set so that changes can be detected and notifications sent |
void |
ManyToOneCMR.set(InTxCache cache,
CacheRow row,
java.lang.Object value)
Not supported. |
java.lang.Object |
SingleValuedCMRAccessor.get(InTxCache cache,
CacheRow row)
|
void |
SingleValuedCMRAccessor.set(InTxCache cache,
CacheRow row,
java.lang.Object value)
|
java.lang.Object |
CMPFieldFaultTransform.get(InTxCache cache,
CacheRow row)
|
void |
CMPFieldFaultTransform.set(InTxCache cache,
CacheRow row,
java.lang.Object value)
|
java.lang.Object |
OneToManyCMR.get(InTxCache cache,
CacheRow row)
|
void |
OneToManyCMR.set(InTxCache cache,
CacheRow a1row,
java.lang.Object value)
|
java.lang.Object |
ManyToManyCMR.get(InTxCache cache,
CacheRow row)
Wraps the underlying set so that changes can be detected and notifications sent |
void |
ManyToManyCMR.set(InTxCache cache,
CacheRow row,
java.lang.Object value)
Not supported. |
void |
MultiValuedCMRFaultHandler.fieldFault(InTxCache cache,
CacheRow row)
|
void |
MultiValuedCMRFaultHandler.rowFault(InTxCache cache,
GlobalIdentity id)
|
java.lang.Object |
PKFieldAccessCheck.get(InTxCache cache,
CacheRow row)
|
void |
PKFieldAccessCheck.set(InTxCache cache,
CacheRow row,
java.lang.Object value)
|
int |
EJBUpdateCommand.execute(InTxCache cache,
Row params)
|
java.lang.Object |
CMPFieldAccessor.get(InTxCache cache,
CacheRow row)
|
void |
CMPFieldAccessor.set(InTxCache cache,
CacheRow row,
java.lang.Object value)
|
java.lang.Object |
OneToOneCMR.get(InTxCache cache,
CacheRow row)
|
void |
OneToOneCMR.set(InTxCache cache,
CacheRow a1row,
java.lang.Object value)
|