Uses of Interface
ch.elca.el4j.services.persistence.generic.dto.PrimaryKeyObject

Packages that use PrimaryKeyObject
ch.elca.el4j.services.persistence.generic.dto   
 

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

Subinterfaces of PrimaryKeyObject in ch.elca.el4j.services.persistence.generic.dto
 interface PrimaryKeyOptimisticLockingObject
          Interface to provide primary key and optimistic locking support.
 

Classes in ch.elca.el4j.services.persistence.generic.dto that implement PrimaryKeyObject
 class AbstractIntKeyIntOptimisticLockingDto
          This class is an abstract dto which uses an integer as key value and also an integer for optimistic locking version controlling.
 class AbstractStringKeyIntOptimisticLockingDto
          This class is an abstract dto which uses a string as key value and an integer for optimistic locking version controlling.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.