Uses of Class
org.tranql.cache.DuplicateIdentityException

Packages that use DuplicateIdentityException
org.tranql.cache   
org.tranql.pkgenerator   
 

Uses of DuplicateIdentityException in org.tranql.cache
 

Methods in org.tranql.cache that throw DuplicateIdentityException
 CacheRow CacheTable.addRow(InTxCache cache, GlobalIdentity id, CacheRow origRow)
           
 

Uses of DuplicateIdentityException in org.tranql.pkgenerator
 

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



Copyright © -2010 The Codehaus. All Rights Reserved.