Uses of Class
org.synyx.hades.dao.orm.GenericDaoFactory

Packages that use GenericDaoFactory
org.synyx.hades.dao.orm DAO implementations based on JPA and various implementation providers. 
 

Uses of GenericDaoFactory in org.synyx.hades.dao.orm
 

Subclasses of GenericDaoFactory in org.synyx.hades.dao.orm
 class GenericDaoFactoryBean<T extends GenericDao<?,?>>
          Special GenericDaoFactory adapter for Springs FactoryBean interface to allow easy setup of DAO factories via Spring configuration.
 

Methods in org.synyx.hades.dao.orm that return GenericDaoFactory
static GenericDaoFactory GenericDaoFactory.create(javax.persistence.EntityManager entityManager)
          Creates a new GenericDaoFactory with the given EntityManager.
 



Copyright © 2009-2010 Synyx GmbH & Co. KG. All Rights Reserved.