ch.elca.el4j.services.persistence.generic.dao
Interface ConvenienceIdentityFixedDao<T,ID extends Serializable>

Type Parameters:
T - see supertype
All Superinterfaces:
ConvenienceGenericDao<T,ID>, GenericDao<T>, IdentityFixedDao<T>

public interface ConvenienceIdentityFixedDao<T,ID extends Serializable>
extends IdentityFixedDao<T>, ConvenienceGenericDao<T,ID>

A convenience DAO guaranteeing uniqueness of representatives.

Author:
Philipp Oser (POS)
See Also:
AbstractIdentityFixer
File-location:
ConvenienceIdentityFixedDao
Last check-in date:
2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873

Method Summary
 
Methods inherited from interface ch.elca.el4j.services.persistence.generic.dao.ConvenienceGenericDao
delete, delete, deleteAll, deleteById, findById, findByIdLazy, flush, getAll
 
Methods inherited from interface ch.elca.el4j.services.persistence.generic.dao.GenericDao
delete, findByQuery, findCountByQuery, getPersistentClass, refresh, reload, saveOrUpdate, setPersistentClass
 



Copyright © 2005-2011 ELCA. All Rights Reserved.