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 CacheTable.addRow(InTxCache cache, GlobalIdentity id, CacheRow origRow)
           
 CacheRow CacheTable.emptyRow(GlobalIdentity id)
           
 CacheRow InTxCache.get(GlobalIdentity id)
           
 void CacheTable.removeRow(InTxCache cache, GlobalIdentity id)
           
 void FaultHandler.rowFault(InTxCache cache, GlobalIdentity id)
           
 void NothingFaultHandler.rowFault(InTxCache cache, GlobalIdentity globalId)
           
 void QueryFaultHandler.rowFault(InTxCache cache, GlobalIdentity id)
           
 

Uses of GlobalIdentity in org.tranql.ejb
 

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

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

Uses of GlobalIdentity in org.tranql.identity
 

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

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

Uses of GlobalIdentity in org.tranql.intertxcache
 

Methods in org.tranql.intertxcache with parameters of type GlobalIdentity
 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)
           
 void Cache.release(GlobalIdentity id)
           
 void BasicCache.release(GlobalIdentity id)
           
 void LRUCache.release(GlobalIdentity id)
           
 void MultiVersionCache.release(GlobalIdentity id)
           
 void NoOpCache.release(GlobalIdentity id)
           
 void TxCache.release(GlobalIdentity id)
           
 void FrontEndCache.remove(GlobalIdentity id)
           
 void FrontEndCacheDelegate.remove(GlobalIdentity id)
           
 void FrontEndToCacheAdaptor.remove(GlobalIdentity id)
           
 void Cache.remove(javax.transaction.Transaction tx, GlobalIdentity id)
           
 void BasicCache.remove(javax.transaction.Transaction tx, GlobalIdentity id)
           
 void LRUCache.remove(javax.transaction.Transaction tx, GlobalIdentity id)
           
 void MultiVersionCache.remove(javax.transaction.Transaction tx, GlobalIdentity id)
           
 void NoOpCache.remove(javax.transaction.Transaction tx, GlobalIdentity id)
           
 void TxCache.remove(javax.transaction.Transaction tx, GlobalIdentity id)
           
 void CacheFaultHandler.rowFault(InTxCache inTxCache, GlobalIdentity id)
           
 

Uses of GlobalIdentity in org.tranql.pkgenerator
 

Methods in org.tranql.pkgenerator with parameters of type GlobalIdentity
 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 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 © -2010 The Codehaus. All Rights Reserved.