Package ch.elca.el4j.services.persistence.generic.dto

Interface Summary
OptimisticLockingObject Interface to provide optimistic locking version support (mainly required for iBatis, not needed for JPA/ Hibernate).
PrimaryKeyObject Interface to provide primary key support.
PrimaryKeyOptimisticLockingObject Interface to provide primary key and optimistic locking support.
 

Class Summary
AbstractDto Deprecated. Please use AbstractIntOptimisticLockingDto instead.
AbstractIntKeyIntOptimisticLockingDto This class is an abstract dto which uses an integer as key value and also an integer for optimistic locking version controlling.
AbstractIntOptimisticLockingDto This is an abstract class for optimistic locking.
AbstractStringKeyDto Deprecated. Please use AbstractStringKeyIntOptimisticLockingDto instead.
AbstractStringKeyIntOptimisticLockingDto This class is an abstract dto which uses a string as key value and an integer for optimistic locking version controlling.
DtoFactory Deprecated. This class in no more used if using AbstractIntOptimisticLockingDto.
 

Links to wiki:
ModuleCore


Copyright © 2005-2011 ELCA. All Rights Reserved.