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)
|