|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GenericJpaDao | |
|---|---|
| org.synyx.hades.dao.orm | DAO implementations based on JPA and various implementation providers. |
| Uses of GenericJpaDao in org.synyx.hades.dao.orm |
|---|
| Subclasses of GenericJpaDao 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. |
| Methods in org.synyx.hades.dao.orm that return types with arguments of type GenericJpaDao | |
|---|---|
protected java.lang.Class<? extends GenericJpaDao> |
GenericDaoFactory.getDaoClass()
Determines the base class for the DAO to be created by checking the EntityManager's concrete type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||