Uses of Interface
ch.elca.el4j.services.persistence.generic.dao.DaoRegistry

Packages that use DaoRegistry
ch.elca.el4j.services.persistence.generic.dao.impl   
 

Uses of DaoRegistry in ch.elca.el4j.services.persistence.generic.dao.impl
 

Classes in ch.elca.el4j.services.persistence.generic.dao.impl that implement DaoRegistry
 class DefaultDaoRegistry
          A DaoRegistry where DAOs can be registered either explicitly (via its map configuration) or implicitly (by collecting all beans that have the GenericDao interface).
 class FallbackDaoRegistry
          This class extends the DefaultDaoRegistry with a fallback function: If no DAO can be found for an entityType, a generic DAO is created.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.