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

Packages that use Persistable
org.synyx.hades.domain Interfaces for domain classes. 
org.synyx.hades.domain.auditing   
 

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.