Uses of Class
org.tranql.cache.CacheRow

Packages that use CacheRow
org.tranql.cache   
org.tranql.ejb   
org.tranql.identity   
org.tranql.sql.jdbc   
 

Uses of CacheRow in org.tranql.cache
 

Methods in org.tranql.cache that return CacheRow
 CacheRow InTxCache.get(GlobalIdentity id)
           
 CacheRow CacheTable.newRow()
           
 CacheRow CacheTable.emptyRow(GlobalIdentity id)
           
 CacheRow CacheTable.addRow(InTxCache cache, GlobalIdentity id, CacheRow origRow)
           
 

Methods in org.tranql.cache with parameters of type CacheRow
 void CacheFlushStrategy.rowAdded(CacheRow row)
           
 void CacheFlushStrategy.rowModified(CacheRow row)
           
 void CacheFlushStrategy.rowRemoved(CacheRow row)
           
 void InTxCache.associate(CacheRow row)
           
 void InTxCache.add(CacheRow row)
           
 void InTxCache.modified(CacheRow row)
           
 void InTxCache.remove(CacheRow row)
           
 void NothingFaultHandler.fieldFault(InTxCache cache, CacheRow cacheRow)
           
 void EmptySlotLoader.set(CacheRow row, Row source)
           
 void EmptySlotLoader.setNull(CacheRow row)
           
 void QueryFaultHandler.fieldFault(InTxCache cache, CacheRow row)
           
 void FaultHandler.fieldFault(InTxCache cache, CacheRow row)
           
 CacheRow CacheTable.addRow(InTxCache cache, GlobalIdentity id, CacheRow origRow)
           
 void SimpleFlushStrategy.rowAdded(CacheRow row)
           
 void SimpleFlushStrategy.rowModified(CacheRow row)
           
 void SimpleFlushStrategy.rowRemoved(CacheRow row)
           
 

Uses of CacheRow in org.tranql.ejb
 

Methods in org.tranql.ejb with parameters of type CacheRow
 void SingleValuedCMRFaultHandler.fieldFault(InTxCache cache, CacheRow row)
           
 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)
           
 java.lang.Object PKFieldAccessCheck.get(InTxCache cache, CacheRow row)
           
 void PKFieldAccessCheck.set(InTxCache cache, CacheRow row, java.lang.Object value)
           
 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)
           
 

Uses of CacheRow in org.tranql.identity
 

Methods in org.tranql.identity with parameters of type CacheRow
 void DerivedIdentity.injectIdentity(CacheRow row)
           
 void UserDefinedIdentity.injectIdentity(CacheRow row)
           
 void IdentityDefiner.injectIdentity(CacheRow row)
           
 

Uses of CacheRow in org.tranql.sql.jdbc
 

Methods in org.tranql.sql.jdbc with parameters of type CacheRow
 void SQLIdentityGenerator.injectIdentity(CacheRow row)
           
 



Copyright © -2005 The Codehaus. All Rights Reserved.