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 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 InTxCache.associate(CacheRow row)
           
 void InTxCache.add(CacheRow row)
           
 void InTxCache.modified(CacheRow row)
           
 void InTxCache.remove(CacheRow row)
           
 CacheRow CacheTable.addRow(InTxCache cache, GlobalIdentity id, CacheRow origRow)
           
 void SimpleFlushStrategy.rowAssociated(CacheRow row)
           
 void SimpleFlushStrategy.rowAdded(CacheRow row)
           
 void SimpleFlushStrategy.rowModified(CacheRow row)
           
 void SimpleFlushStrategy.rowRemoved(CacheRow row)
           
 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)
           
 void EnforceRelationshipsFlushStrategy.rowAssociated(CacheRow row)
           
 void EnforceRelationshipsFlushStrategy.rowAdded(CacheRow row)
           
 void EnforceRelationshipsFlushStrategy.rowModified(CacheRow row)
           
 void EnforceRelationshipsFlushStrategy.rowRemoved(CacheRow row)
           
 void CacheRow.mergeWithRemoved(CacheRow deletedRow)
           
 void CacheFlushStrategy.rowAssociated(CacheRow row)
           
 void CacheFlushStrategy.rowAdded(CacheRow row)
           
 void CacheFlushStrategy.rowModified(CacheRow row)
           
 void CacheFlushStrategy.rowRemoved(CacheRow row)
           
 void NothingFaultHandler.fieldFault(InTxCache cache, CacheRow cacheRow)
           
 

Uses of CacheRow in org.tranql.ejb
 

Methods in org.tranql.ejb with parameters of type CacheRow
 java.lang.Object CMPMappedToCMRAccessor.get(InTxCache cache, CacheRow row)
           
 void CMPMappedToCMRAccessor.set(InTxCache cache, CacheRow row, java.lang.Object value)
           
 java.lang.Object CMRMappedToOwningPKCMP.get(InTxCache cache, CacheRow row)
           
 void CMRMappedToOwningPKCMP.set(InTxCache cache, CacheRow row, java.lang.Object value)
           
 java.lang.Object PKFieldAccessCheck.get(InTxCache cache, CacheRow row)
           
 void PKFieldAccessCheck.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 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.
 void MultiValuedCMRFaultHandler.fieldFault(InTxCache cache, CacheRow row)
           
 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)
           
 void SingleValuedCMRFaultHandler.fieldFault(InTxCache cache, CacheRow row)
           
 java.lang.Object CMPFieldAccessor.get(InTxCache cache, CacheRow row)
           
 void CMPFieldAccessor.set(InTxCache cache, CacheRow row, java.lang.Object value)
           
 java.lang.Object CMPFieldTransform.get(InTxCache cache, CacheRow row)
           
 void CMPFieldTransform.set(InTxCache cache, CacheRow row, java.lang.Object value)
           
 java.lang.Object CMRMappedToInversePKCMP.get(InTxCache cache, CacheRow row)
           
 void CMRMappedToInversePKCMP.set(InTxCache cache, CacheRow row, 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.
 java.lang.Object CMPFieldNestedRowAccessor.get(InTxCache cache, CacheRow row)
           
 void CMPFieldNestedRowAccessor.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 OneToOneCMR.get(InTxCache cache, CacheRow row)
           
 void OneToOneCMR.set(InTxCache cache, CacheRow a1row, java.lang.Object value)
           
 java.lang.Object CMPFieldIdentityExtractorAccessor.get(InTxCache cache, CacheRow row)
           
 void CMPFieldIdentityExtractorAccessor.set(InTxCache cache, CacheRow row, java.lang.Object value)
           
 java.lang.Object ReadOnlyCMPFieldAccessor.get(InTxCache cache, CacheRow row)
           
 void ReadOnlyCMPFieldAccessor.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 UserDefinedIdentity.injectIdentity(CacheRow row)
           
 void DerivedIdentity.injectIdentity(CacheRow row)
           
 

Uses of CacheRow in org.tranql.intertxcache
 

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

Methods in org.tranql.intertxcache with parameters of type CacheRow
 void BasicCache.put(javax.transaction.Transaction tx, CacheRow row)
           
 void BasicCache.set(javax.transaction.Transaction tx, CacheRow row, int[] indices)
           
 boolean BasicCache.get(javax.transaction.Transaction tx, CacheRow target, int[] indices)
           
 void TxCache.put(javax.transaction.Transaction tx, CacheRow row)
           
 void TxCache.set(javax.transaction.Transaction tx, CacheRow target, int[] indices)
           
 boolean TxCache.get(javax.transaction.Transaction tx, CacheRow target, int[] indices)
           
 void CacheFaultHandler.fieldFault(InTxCache inTxCache, CacheRow row)
           
 void Cache.put(javax.transaction.Transaction tx, CacheRow row)
           
 void Cache.set(javax.transaction.Transaction tx, CacheRow row, int[] indices)
           
 boolean Cache.get(javax.transaction.Transaction tx, CacheRow target, int[] indices)
           
 void MultiVersionCache.put(javax.transaction.Transaction tx, CacheRow row)
           
 void MultiVersionCache.set(javax.transaction.Transaction tx, CacheRow row, int[] indices)
           
 boolean MultiVersionCache.get(javax.transaction.Transaction tx, CacheRow target, int[] indices)
           
 void InTxCacheTracker.rowAssociated(CacheRow row)
           
 void InTxCacheTracker.rowAdded(CacheRow row)
           
 void InTxCacheTracker.rowModified(CacheRow row)
           
 void InTxCacheTracker.rowRemoved(CacheRow row)
           
 void FrontEndCache.put(CacheRow row)
           
 void FrontEndCache.set(CacheRow row, int[] indices)
           
 boolean FrontEndCache.get(CacheRow target, int[] indices)
           
 boolean FrontEndCacheDelegate.get(CacheRow target, int[] indices)
           
 void FrontEndCacheDelegate.put(CacheRow row)
           
 void FrontEndCacheDelegate.set(CacheRow row, int[] indices)
           
 void NoOpCache.put(javax.transaction.Transaction tx, CacheRow row)
           
 void NoOpCache.set(javax.transaction.Transaction tx, CacheRow row, int[] indices)
           
 boolean NoOpCache.get(javax.transaction.Transaction tx, CacheRow target, int[] indices)
           
 void LRUCache.put(javax.transaction.Transaction tx, CacheRow row)
           
 void LRUCache.set(javax.transaction.Transaction tx, CacheRow row, int[] indices)
           
 boolean LRUCache.get(javax.transaction.Transaction tx, CacheRow target, int[] indices)
           
 java.lang.Object CacheFieldFaultTransform.get(InTxCache inTxCache, CacheRow row)
           
 void CacheFieldFaultTransform.set(InTxCache inTxCache, CacheRow row, java.lang.Object value)
           
 void FrontEndToCacheAdaptor.put(CacheRow row)
           
 void FrontEndToCacheAdaptor.set(CacheRow row, int[] indices)
           
 boolean FrontEndToCacheAdaptor.get(CacheRow target, int[] indices)
           
 

Uses of CacheRow in org.tranql.pkgenerator
 

Methods in org.tranql.pkgenerator that return CacheRow
 CacheRow UUIDPrimaryKeyGenerator.updateCache(InTxCache cache, GlobalIdentity id, CacheRow cacheRow)
           
 CacheRow SequenceTablePrimaryKeyGenerator.updateCache(InTxCache cache, GlobalIdentity id, CacheRow cacheRow)
           
 CacheRow PrimaryKeyGenerator.updateCache(InTxCache cache, GlobalIdentity id, CacheRow cacheRow)
           
 CacheRow AutoIncrementTablePrimaryKeyGenerator.updateCache(InTxCache cache, GlobalIdentity id, CacheRow cacheRow)
           
 CacheRow SQLPrimaryKeyGenerator.updateCache(InTxCache cache, GlobalIdentity id, CacheRow cacheRow)
           
 CacheRow PrimaryKeyGeneratorDelegate.updateCache(InTxCache cache, GlobalIdentity id, CacheRow cacheRow)
           
 

Methods in org.tranql.pkgenerator with parameters of type CacheRow
 java.lang.Object UUIDPrimaryKeyGenerator.getNextPrimaryKey(CacheRow cacheRow)
           
 CacheRow UUIDPrimaryKeyGenerator.updateCache(InTxCache cache, GlobalIdentity id, CacheRow cacheRow)
           
 java.lang.Object SequenceTablePrimaryKeyGenerator.getNextPrimaryKey(CacheRow cacheRow)
           
 CacheRow SequenceTablePrimaryKeyGenerator.updateCache(InTxCache cache, GlobalIdentity id, CacheRow cacheRow)
           
 java.lang.Object PrimaryKeyGenerator.getNextPrimaryKey(CacheRow cacheRow)
           
 CacheRow PrimaryKeyGenerator.updateCache(InTxCache cache, GlobalIdentity id, CacheRow cacheRow)
           
 java.lang.Object AutoIncrementTablePrimaryKeyGenerator.getNextPrimaryKey(CacheRow cacheRow)
           
 CacheRow AutoIncrementTablePrimaryKeyGenerator.updateCache(InTxCache cache, GlobalIdentity id, CacheRow cacheRow)
           
 java.lang.Object SQLPrimaryKeyGenerator.getNextPrimaryKey(CacheRow cacheRow)
           
 CacheRow SQLPrimaryKeyGenerator.updateCache(InTxCache cache, GlobalIdentity id, CacheRow cacheRow)
           
 java.lang.Object PrimaryKeyGeneratorDelegate.getNextPrimaryKey(CacheRow cacheRow)
           
 CacheRow PrimaryKeyGeneratorDelegate.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 © -2006 The Codehaus. All Rights Reserved.