Uses of Interface
org.synyx.hades.domain.auditing.Auditable

Packages that use Auditable
org.synyx.hades.domain.auditing   
 

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

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

Methods in org.synyx.hades.domain.auditing with parameters of type Auditable
 void AuditingAdvice.touch(Auditable<T,?> auditable)
          Sets modification and creation date and auditor on an auditable entity.
 

Method parameters in org.synyx.hades.domain.auditing with type arguments of type Auditable
 void AuditingAdvice.touch(java.util.List<Auditable<T,?>> auditables)
          Sets modification and creation date and auditor on a List of Auditables.
 



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