Uses of Interface
org.tranql.pkgenerator.PrimaryKeyGenerator

Packages that use PrimaryKeyGenerator
org.tranql.ejb   
org.tranql.pkgenerator   
 

Uses of PrimaryKeyGenerator in org.tranql.ejb
 

Methods in org.tranql.ejb that return PrimaryKeyGenerator
 PrimaryKeyGenerator EJB.getPrimaryKeyGenerator()
           
 

Constructors in org.tranql.ejb with parameters of type PrimaryKeyGenerator
EJB(java.lang.String ejbName, java.lang.String schemaName, java.lang.Class pkClass, EJBProxyFactory proxyFactory, PrimaryKeyGenerator keyGenerator, boolean unknownPK)
           
 

Uses of PrimaryKeyGenerator in org.tranql.pkgenerator
 

Classes in org.tranql.pkgenerator that implement PrimaryKeyGenerator
 class AutoIncrementTablePrimaryKeyGenerator
           
 class PrimaryKeyGeneratorDelegate
           
 class SequenceTablePrimaryKeyGenerator
           
 class SQLPrimaryKeyGenerator
           
 class UUIDPrimaryKeyGenerator
          UUID generator.
 

Methods in org.tranql.pkgenerator with parameters of type PrimaryKeyGenerator
 void PrimaryKeyGeneratorDelegate.setPrimaryKeyGenerator(PrimaryKeyGenerator keyGenerator)
           
 



Copyright © -2006 The Codehaus. All Rights Reserved.