Uses of Class
org.tranql.cache.CacheRow

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

Uses of CacheRow in org.tranql.builder
 

Methods in org.tranql.builder with parameters of type CacheRow
 UpdateCommand EJBQueryBuilder.buildStore(java.lang.String name, CacheRow cacheRow)
           
 

Uses of CacheRow in org.tranql.cache
 

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

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

Uses of CacheRow in org.tranql.ejb
 

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)
           
 

Uses of CacheRow in org.tranql.identity
 

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

Uses of CacheRow in org.tranql.intertxcache
 

Methods in org.tranql.intertxcache that return CacheRow
 CacheRow FrontEndCache.get(GlobalIdentity id)
           
 CacheRow FrontEndCacheDelegate.get(GlobalIdentity id)
           
 CacheRow FrontEndToCacheAdaptor.get(GlobalIdentity id)
           
 CacheRow Cache.get(javax.transaction.Transaction tx, GlobalIdentity id)
           
 CacheRow BasicCache.get(javax.transaction.Transaction tx, GlobalIdentity id)
           
 CacheRow LRUCache.get(javax.transaction.Transaction tx, GlobalIdentity id)
           
 CacheRow MultiVersionCache.get(javax.transaction.Transaction tx, GlobalIdentity id)
           
 CacheRow NoOpCache.get(javax.transaction.Transaction tx, GlobalIdentity id)
           
 CacheRow TxCache.get(javax.transaction.Transaction tx, GlobalIdentity id)
           
 

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)
           
 

Uses of CacheRow in org.tranql.pkgenerator
 

Methods in org.tranql.pkgenerator that return 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)
           
 

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)
           
 

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 © -2010 The Codehaus. All Rights Reserved.