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

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

Uses of GenericDao in ch.elca.el4j.services.persistence.generic.dao
 

Subinterfaces of GenericDao in ch.elca.el4j.services.persistence.generic.dao
 interface ConvenienceGenericDao<T,ID extends Serializable>
          Extends the GenericDao with a few convenience methods.
 interface ConvenienceIdentityFixedDao<T,ID extends Serializable>
          A convenience DAO guaranteeing uniqueness of representatives.
 interface IdentityFixedDao<T>
          A DAO guaranteeing uniqueness of representatives.
 

Methods in ch.elca.el4j.services.persistence.generic.dao that return GenericDao
<T> GenericDao<T>
DaoRegistry.getFor(Class<T> entityType)
          Returns the generic DAO for entities of type entityType.
 

Methods in ch.elca.el4j.services.persistence.generic.dao that return types with arguments of type GenericDao
 Map<Class<?>,? extends GenericDao<?>> DaoRegistry.getDaos()
           
 

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

Fields in ch.elca.el4j.services.persistence.generic.dao.impl with type parameters of type GenericDao
protected  Map<Class<?>,GenericDao<?>> DefaultDaoRegistry.m_beanClassDaos
          The map containing the registered DAOs with the bean class as key.
protected  Map<Class<?>,GenericDao<?>> DefaultDaoRegistry.m_daoClassDaos
          The map containing the registered DAOs with the dao class as key.
 

Methods in ch.elca.el4j.services.persistence.generic.dao.impl that return GenericDao
protected
<T> GenericDao<T>
FallbackDaoRegistry.createFor(Class<T> entityType)
           
<T> GenericDao<T>
DefaultDaoRegistry.getFor(Class<T> entityType)
          Returns the generic DAO for entities of type entityType.
<T> GenericDao<T>
FallbackDaoRegistry.getFor(Class<T> entityType)
          Returns the generic DAO for entities of type entityType.
 

Methods in ch.elca.el4j.services.persistence.generic.dao.impl that return types with arguments of type GenericDao
 Map<Class<?>,? extends GenericDao<?>> DefaultDaoRegistry.getDaos()
          
 

Methods in ch.elca.el4j.services.persistence.generic.dao.impl with parameters of type GenericDao
protected  void DefaultDaoRegistry.initDao(GenericDao<?> dao)
          This method can be overridden by child classes to initialize all DAOs even further.
 

Method parameters in ch.elca.el4j.services.persistence.generic.dao.impl with type arguments of type GenericDao
 void DefaultDaoRegistry.setDaos(Map<Class<?>,GenericDao<?>> daos)
           
 

Uses of GenericDao in ch.elca.el4j.services.persistence.hibernate.dao
 

Subinterfaces of GenericDao in ch.elca.el4j.services.persistence.hibernate.dao
 interface ConvenienceGenericHibernateDao<T,ID extends Serializable>
          This interface extends ConvenienceGenericDao with query methods using DetachedCriterias.
 

Classes in ch.elca.el4j.services.persistence.hibernate.dao that implement GenericDao
 class GenericHibernateDao<T,ID extends Serializable>
          This class is a Hibernate-specific implementation of the ConvenienceGenericDao interface.
 

Methods in ch.elca.el4j.services.persistence.hibernate.dao with parameters of type GenericDao
protected  void HibernateSessionFactoryInjectorBeanPostProcessor.initDao(GenericDao<?> dao)
          Try to init the sessionFactory of the bean.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.