Type Parameters:
T - the generic type of time measurement
U - the generic type of the user or account
All Superinterfaces:
ByCreatable<T,U>, ByLastModified<T,U>, Creatable<T>, LastModified<T>

public interface Auditable<T,U> extends ByCreatable<T,U>, ByLastModified<T,U>
The interface Auditable is a combination of the interfaces ByCreatable and ByLastModified and can be implemented by classes with auditing purposes.