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

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

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

Subclasses of GenericDaoSupport in org.synyx.hades.dao.orm
 class AbstractExtendedGenericJpaDao<T,PK extends Serializable>
          Base class for implementations of ExtendedGenericDao that simply routes varargs parameterized methods to the Collection based ones.
 class GenericEclipseLinkJpaDao<T,PK extends Serializable>
          EclipseLink based implementation of ExtendedGenericDao.
 class GenericHibernateJpaDao<T,PK extends Serializable>
          Implements extended ExtendedGenericDao functionality with Hibernate.
 class GenericJpaDao<T,PK extends Serializable>
          Default implementation of the GenericDao interface.
 



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