Uses of Interface
ch.elca.el4j.services.persistence.generic.primarykey.PrimaryKeyGenerator

Packages that use PrimaryKeyGenerator
ch.elca.el4j.services.persistence.generic.dto   
ch.elca.el4j.services.persistence.generic.primarykey   
 

Uses of PrimaryKeyGenerator in ch.elca.el4j.services.persistence.generic.dto
 

Methods in ch.elca.el4j.services.persistence.generic.dto that return PrimaryKeyGenerator
 PrimaryKeyGenerator DtoFactory.getModificationKeyGenerator()
          Deprecated.  
 

Methods in ch.elca.el4j.services.persistence.generic.dto with parameters of type PrimaryKeyGenerator
 void AbstractDto.setModificationKeyGenerator(PrimaryKeyGenerator modificationKeyGenerator)
          Deprecated.  
 void DtoFactory.setModificationKeyGenerator(PrimaryKeyGenerator modificationKeyGenerator)
          Deprecated.  
 

Uses of PrimaryKeyGenerator in ch.elca.el4j.services.persistence.generic.primarykey
 

Classes in ch.elca.el4j.services.persistence.generic.primarykey that implement PrimaryKeyGenerator
 class UuidPrimaryKeyGenerator
          This key generator generates UUIDs as described in "EJB Design Patterns", F.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.