Uses of Class
org.tranql.pkgenerator.PrimaryKeyGeneratorException

Packages that use PrimaryKeyGeneratorException
org.tranql.pkgenerator   
 

Uses of PrimaryKeyGeneratorException in org.tranql.pkgenerator
 

Methods in org.tranql.pkgenerator that throw PrimaryKeyGeneratorException
 java.lang.Object PrimaryKeyGenerator.getNextPrimaryKey(CacheRow cacheRow)
           
 java.lang.Object AutoIncrementTablePrimaryKeyGenerator.getNextPrimaryKey(CacheRow cacheRow)
           
 java.lang.Object PrimaryKeyGeneratorDelegate.getNextPrimaryKey(CacheRow cacheRow)
           
 java.lang.Object SQLPrimaryKeyGenerator.getNextPrimaryKey(CacheRow cacheRow)
           
 java.lang.Object SequenceTablePrimaryKeyGenerator.getNextPrimaryKey(CacheRow cacheRow)
           
 java.lang.Object UUIDPrimaryKeyGenerator.getNextPrimaryKey(CacheRow cacheRow)
           
 void SequenceTablePrimaryKeyGenerator.initSequenceTable()
           
 



Copyright © -2010 The Codehaus. All Rights Reserved.