ch.elca.el4j.services.persistence.generic.dao.impl
Class DefaultDaoRegistry

java.lang.Object
  extended by ch.elca.el4j.services.persistence.generic.dao.impl.DefaultDaoRegistry
All Implemented Interfaces:
ModuleApplicationListener, DaoRegistry, EventListener, ApplicationContextAware
Direct Known Subclasses:
FallbackDaoRegistry

public class DefaultDaoRegistry
extends Object
implements DaoRegistry, ApplicationContextAware, ModuleApplicationListener

A DaoRegistry where DAOs can be registered either explicitly (via its map configuration) or implicitly (by collecting all beans that have the GenericDao interface).
This can be used together with