|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
GenericHibernateJpaDao.create(javax.persistence.EntityManager entityManager,
java.lang.Class<T> domainClass)
Factory method to create GenericHibernateJpaDao instances. |
|
static
|
GenericEclipseLinkJpaDao.create(javax.persistence.EntityManager entityManager,
java.lang.Class<T> domainClass)
Factory method to create GenericEclipseLinkJpaDao instances. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||