|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
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. |
|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||