Methods in org.tranql.ejb with parameters of type CacheRow |
void |
MultiValuedCMRFaultHandler.fieldFault(InTxCache cache,
CacheRow row)
|
void |
SingleValuedCMRFaultHandler.fieldFault(InTxCache cache,
CacheRow row)
|
java.lang.Object |
CMPFieldAccessor.get(InTxCache cache,
CacheRow row)
|
java.lang.Object |
CMPFieldTransform.get(InTxCache cache,
CacheRow row)
|
java.lang.Object |
CMPFieldFaultTransform.get(InTxCache cache,
CacheRow row)
|
java.lang.Object |
CMPFieldIdentityExtractorAccessor.get(InTxCache cache,
CacheRow row)
|
java.lang.Object |
CMPFieldNestedRowAccessor.get(InTxCache cache,
CacheRow row)
|
java.lang.Object |
CMPMappedToCMRAccessor.get(InTxCache cache,
CacheRow row)
|
java.lang.Object |
CMRMappedToInversePKCMP.get(InTxCache cache,
CacheRow row)
|
java.lang.Object |
CMRMappedToOwningPKCMP.get(InTxCache cache,
CacheRow row)
|
java.lang.Object |
ManyToManyCMR.get(InTxCache cache,
CacheRow row)
Wraps the underlying set so that changes can be detected and notifications sent |
java.lang.Object |
ManyToOneCMR.get(InTxCache cache,
CacheRow row)
Wraps the underlying set so that changes can be detected and notifications sent |
java.lang.Object |
MultiValuedCMRAccessor.get(InTxCache cache,
CacheRow row)
|
java.lang.Object |
OneToManyCMR.get(InTxCache cache,
CacheRow row)
|
java.lang.Object |
OneToOneCMR.get(InTxCache cache,
CacheRow row)
|
java.lang.Object |
PKFieldAccessCheck.get(InTxCache cache,
CacheRow row)
|
java.lang.Object |
ReadOnlyCMPFieldAccessor.get(InTxCache cache,
CacheRow row)
|
java.lang.Object |
SingleValuedCMRAccessor.get(InTxCache cache,
CacheRow row)
|
void |
CMPFieldAccessor.set(InTxCache cache,
CacheRow row,
java.lang.Object value)
|
void |
CMPFieldTransform.set(InTxCache cache,
CacheRow row,
java.lang.Object value)
|
void |
CMPFieldFaultTransform.set(InTxCache cache,
CacheRow row,
java.lang.Object value)
|
void |
CMPFieldIdentityExtractorAccessor.set(InTxCache cache,
CacheRow row,
java.lang.Object value)
|
void |
CMPFieldNestedRowAccessor.set(InTxCache cache,
CacheRow row,
java.lang.Object value)
|
void |
CMPMappedToCMRAccessor.set(InTxCache cache,
CacheRow row,
java.lang.Object value)
|
void |
CMRMappedToInversePKCMP.set(InTxCache cache,
CacheRow row,
java.lang.Object value)
|
void |
CMRMappedToOwningPKCMP.set(InTxCache cache,
CacheRow row,
java.lang.Object value)
|
void |
ManyToManyCMR.set(InTxCache cache,
CacheRow row,
java.lang.Object value)
Not supported. |
void |
ManyToOneCMR.set(InTxCache cache,
CacheRow row,
java.lang.Object value)
Not supported. |
void |
MultiValuedCMRAccessor.set(InTxCache cache,
CacheRow row,
java.lang.Object value)
|
void |
OneToManyCMR.set(InTxCache cache,
CacheRow a1row,
java.lang.Object value)
|
void |
OneToOneCMR.set(InTxCache cache,
CacheRow a1row,
java.lang.Object value)
|
void |
PKFieldAccessCheck.set(InTxCache cache,
CacheRow row,
java.lang.Object value)
|
void |
ReadOnlyCMPFieldAccessor.set(InTxCache cache,
CacheRow row,
java.lang.Object value)
|
void |
SingleValuedCMRAccessor.set(InTxCache cache,
CacheRow row,
java.lang.Object value)
|
Methods in org.tranql.intertxcache with parameters of type CacheRow |
void |
CacheFaultHandler.fieldFault(InTxCache inTxCache,
CacheRow row)
|
boolean |
FrontEndCache.get(CacheRow target,
int[] indices)
|
boolean |
FrontEndCacheDelegate.get(CacheRow target,
int[] indices)
|
boolean |
FrontEndToCacheAdaptor.get(CacheRow target,
int[] indices)
|
java.lang.Object |
CacheFieldFaultTransform.get(InTxCache inTxCache,
CacheRow row)
|
boolean |
Cache.get(javax.transaction.Transaction tx,
CacheRow target,
int[] indices)
|
boolean |
BasicCache.get(javax.transaction.Transaction tx,
CacheRow target,
int[] indices)
|
boolean |
LRUCache.get(javax.transaction.Transaction tx,
CacheRow target,
int[] indices)
|
boolean |
MultiVersionCache.get(javax.transaction.Transaction tx,
CacheRow target,
int[] indices)
|
boolean |
NoOpCache.get(javax.transaction.Transaction tx,
CacheRow target,
int[] indices)
|
boolean |
TxCache.get(javax.transaction.Transaction tx,
CacheRow target,
int[] indices)
|
void |
FrontEndCache.put(CacheRow row)
|
void |
FrontEndCacheDelegate.put(CacheRow row)
|
void |
FrontEndToCacheAdaptor.put(CacheRow row)
|
void |
Cache.put(javax.transaction.Transaction tx,
CacheRow row)
|
void |
BasicCache.put(javax.transaction.Transaction tx,
CacheRow row)
|
void |
LRUCache.put(javax.transaction.Transaction tx,
CacheRow row)
|
void |
MultiVersionCache.put(javax.transaction.Transaction tx,
CacheRow row)
|
void |
NoOpCache.put(javax.transaction.Transaction tx,
CacheRow row)
|
void |
TxCache.put(javax.transaction.Transaction tx,
CacheRow row)
|
void |
InTxCacheTracker.rowAdded(CacheRow row)
|
void |
InTxCacheTracker.rowAssociated(CacheRow row)
|
void |
InTxCacheTracker.rowModified(CacheRow row)
|
void |
InTxCacheTracker.rowRemoved(CacheRow row)
|
void |
FrontEndCache.set(CacheRow row,
int[] indices)
|
void |
FrontEndCacheDelegate.set(CacheRow row,
int[] indices)
|
void |
FrontEndToCacheAdaptor.set(CacheRow row,
int[] indices)
|
void |
CacheFieldFaultTransform.set(InTxCache inTxCache,
CacheRow row,
java.lang.Object value)
|
void |
Cache.set(javax.transaction.Transaction tx,
CacheRow row,
int[] indices)
|
void |
BasicCache.set(javax.transaction.Transaction tx,
CacheRow row,
int[] indices)
|
void |
LRUCache.set(javax.transaction.Transaction tx,
CacheRow row,
int[] indices)
|
void |
MultiVersionCache.set(javax.transaction.Transaction tx,
CacheRow row,
int[] indices)
|
void |
NoOpCache.set(javax.transaction.Transaction tx,
CacheRow row,
int[] indices)
|
void |
TxCache.set(javax.transaction.Transaction tx,
CacheRow target,
int[] indices)
|
Methods in org.tranql.pkgenerator with parameters of type CacheRow |
java.lang.Object |
PrimaryKeyGenerator.getNextPrimaryKey(CacheRow cacheRow)
|
java.lang.Object |
AutoIncrementTablePrimaryKeyGenerator.getNextPrimaryKey(CacheRow cacheRow)
|
java.lang.Object |
PrimaryKeyGeneratorDelegate.getNextPrimaryKey(CacheRow cacheRow)
|
java.lang.Object |
SQLPrimaryKeyGenerator.getNextPrimaryKey(CacheRow cacheRow)
|
java.lang.Object |
SequenceTablePrimaryKeyGenerator.getNextPrimaryKey(CacheRow cacheRow)
|
java.lang.Object |
UUIDPrimaryKeyGenerator.getNextPrimaryKey(CacheRow cacheRow)
|
CacheRow |
PrimaryKeyGenerator.updateCache(InTxCache cache,
GlobalIdentity id,
CacheRow cacheRow)
|
CacheRow |
AutoIncrementTablePrimaryKeyGenerator.updateCache(InTxCache cache,
GlobalIdentity id,
CacheRow cacheRow)
|
CacheRow |
PrimaryKeyGeneratorDelegate.updateCache(InTxCache cache,
GlobalIdentity id,
CacheRow cacheRow)
|
CacheRow |
SQLPrimaryKeyGenerator.updateCache(InTxCache cache,
GlobalIdentity id,
CacheRow cacheRow)
|
CacheRow |
SequenceTablePrimaryKeyGenerator.updateCache(InTxCache cache,
GlobalIdentity id,
CacheRow cacheRow)
|
CacheRow |
UUIDPrimaryKeyGenerator.updateCache(InTxCache cache,
GlobalIdentity id,
CacheRow cacheRow)
|