Uses of Interface
org.synyx.hades.domain.Persistable

Packages that use Persistable
org.synyx.hades.dao.orm DAO implementations based on JPA and various implementation providers. 
org.synyx.hades.domain Interfaces for domain classes. 
org.synyx.hades.domain.auditing   
 

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

Methods in org.synyx.hades.dao.orm with type parameters of type Persistable
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.
 

Uses of Persistable in org.synyx.hades.domain
 

Classes in org.synyx.hades.domain that implement Persistable
 class AbstractPersistable<PK extends Serializable>
          Abstract base class for entities.
 

Uses of Persistable in org.synyx.hades.domain.auditing
 

Subinterfaces of Persistable in org.synyx.hades.domain.auditing
 interface Auditable<U,PK extends Serializable>
          Interface for auditable entities.
 

Classes in org.synyx.hades.domain.auditing that implement Persistable
 class AbstractAuditable<U,PK extends Serializable>
          Abstract base class for auditable entities.
 



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