Uses of Interface
org.synyx.hades.dao.ExtendedGenericDao

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

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

Classes in org.synyx.hades.dao.orm that implement ExtendedGenericDao
 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.
 

Methods in org.synyx.hades.dao.orm that return ExtendedGenericDao
static
<T extends Persistable<PK>,PK extends java.io.Serializable>
ExtendedGenericDao<T,PK>
GenericHibernateJpaDao.create(javax.persistence.EntityManager entityManager, java.lang.Class<T> domainClass)
          Factory method to create GenericHibernateJpaDao instances.
static
<T extends Persistable<PK>,PK extends java.io.Serializable>
ExtendedGenericDao<T,PK>
GenericEclipseLinkJpaDao.create(javax.persistence.EntityManager entityManager, java.lang.Class<T> domainClass)
          Factory method to create GenericEclipseLinkJpaDao instances.
 



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