Uses of Class
org.tranql.identity.GlobalIdentity

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

Uses of GlobalIdentity in org.tranql.cache
 

Methods in org.tranql.cache that return GlobalIdentity
 GlobalIdentity CacheRow.getId()
          Return the identity of this row.
 

Methods in org.tranql.cache with parameters of type GlobalIdentity
 CacheRow InTxCache.get(GlobalIdentity id)
           
 CacheRow CacheTable.emptyRow(GlobalIdentity id)
           
 CacheRow CacheTable.addRow(InTxCache cache, GlobalIdentity id, CacheRow origRow)
           
 void CacheTable.removeRow(InTxCache cache, GlobalIdentity id)
           
 void QueryFaultHandler.rowFault(InTxCache cache, GlobalIdentity id)
           
 void FaultHandler.rowFault(InTxCache cache, GlobalIdentity id)
           
 void NothingFaultHandler.rowFault(InTxCache cache, GlobalIdentity globalId)
           
 

Uses of GlobalIdentity in org.tranql.ejb
 

Methods in org.tranql.ejb that return GlobalIdentity
 GlobalIdentity CompoundPKTransform.getGlobalIdentity(java.lang.Object domainId)
           
 GlobalIdentity SimplePKTransform.getGlobalIdentity(java.lang.Object domainId)
           
 GlobalIdentity LocalProxyTransform.getGlobalIdentity(java.lang.Object domainId)
           
 GlobalIdentity RemoteProxyTransform.getGlobalIdentity(java.lang.Object domainId)
           
 

Methods in org.tranql.ejb with parameters of type GlobalIdentity
 java.lang.Object CompoundPKTransform.getDomainIdentity(GlobalIdentity globalId)
           
 void MultiValuedCMRFaultHandler.rowFault(InTxCache cache, GlobalIdentity id)
           
 void SingleValuedCMRFaultHandler.rowFault(InTxCache cache, GlobalIdentity id)
           
 java.lang.Object SimplePKTransform.getDomainIdentity(GlobalIdentity globalId)
           
 java.lang.Object LocalProxyTransform.getDomainIdentity(GlobalIdentity globalId)
           
 java.lang.Object RemoteProxyTransform.getDomainIdentity(GlobalIdentity globalId)
           
protected abstract  void AbstractRelationSet.associate(GlobalIdentity b2)
           
protected abstract  void AbstractRelationSet.disassociate(GlobalIdentity b2)
           
 

Uses of GlobalIdentity in org.tranql.identity
 

Methods in org.tranql.identity that return GlobalIdentity
 GlobalIdentity IdentityDefiner.defineIdentity(Row row)
           
 GlobalIdentity IdentityTransform.getGlobalIdentity(java.lang.Object domainId)
           
 GlobalIdentity UserDefinedIdentity.defineIdentity(Row row)
           
 GlobalIdentity DerivedIdentity.defineIdentity(Row row)
           
 

Methods in org.tranql.identity with parameters of type GlobalIdentity
 Row IdentityDefiner.extractIdentity(GlobalIdentity globalId)
           
 java.lang.Object IdentityTransform.getDomainIdentity(GlobalIdentity globalId)
           
 Row UserDefinedIdentity.extractIdentity(GlobalIdentity globalId)
           
 Row DerivedIdentity.extractIdentity(GlobalIdentity globalId)
           
 

Uses of GlobalIdentity in org.tranql.intertxcache
 

Methods in org.tranql.intertxcache with parameters of type GlobalIdentity
 CacheRow BasicCache.get(javax.transaction.Transaction tx, GlobalIdentity id)
           
 void BasicCache.remove(javax.transaction.Transaction tx, GlobalIdentity id)
           
 void BasicCache.release(GlobalIdentity id)
           
 CacheRow TxCache.get(javax.transaction.Transaction tx, GlobalIdentity id)
           
 void TxCache.remove(javax.transaction.Transaction tx, GlobalIdentity id)
           
 void TxCache.release(GlobalIdentity id)
           
 void CacheFaultHandler.rowFault(InTxCache inTxCache, GlobalIdentity id)
           
 CacheRow Cache.get(javax.transaction.Transaction tx, GlobalIdentity id)
           
 void Cache.remove(javax.transaction.Transaction tx, GlobalIdentity id)
           
 void Cache.release(GlobalIdentity id)
           
 CacheRow MultiVersionCache.get(javax.transaction.Transaction tx, GlobalIdentity id)
           
 void MultiVersionCache.remove(javax.transaction.Transaction tx, GlobalIdentity id)
           
 void MultiVersionCache.release(GlobalIdentity id)
           
 CacheRow FrontEndCache.get(GlobalIdentity id)
           
 void FrontEndCache.remove(GlobalIdentity id)
           
 CacheRow FrontEndCacheDelegate.get(GlobalIdentity id)
           
 void FrontEndCacheDelegate.remove(GlobalIdentity id)
           
 CacheRow NoOpCache.get(javax.transaction.Transaction tx, GlobalIdentity id)
           
 void NoOpCache.remove(javax.transaction.Transaction tx, GlobalIdentity id)
           
 void NoOpCache.release(GlobalIdentity id)
           
 CacheRow LRUCache.get(javax.transaction.Transaction tx, GlobalIdentity id)
           
 void LRUCache.remove(javax.transaction.Transaction tx, GlobalIdentity id)
           
 void LRUCache.release(GlobalIdentity id)
           
 CacheRow FrontEndToCacheAdaptor.get(GlobalIdentity id)
           
 void FrontEndToCacheAdaptor.remove(GlobalIdentity id)
           
 

Uses of GlobalIdentity in org.tranql.pkgenerator
 

Methods in org.tranql.pkgenerator with parameters of type GlobalIdentity
 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)
           
 

Uses of GlobalIdentity in org.tranql.sql.jdbc
 

Methods in org.tranql.sql.jdbc that return GlobalIdentity
 GlobalIdentity SQLIdentityGenerator.defineIdentity(Row row)
           
 

Methods in org.tranql.sql.jdbc with parameters of type GlobalIdentity
 Row SQLIdentityGenerator.extractIdentity(GlobalIdentity globalId)
           
 



Copyright © -2006 The Codehaus. All Rights Reserved.