Interface IdentifiableTraceable<PK extends Serializable,T,U>

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

public interface IdentifiableTraceable<PK extends Serializable,T,U> extends Identifiable<PK>, ByCreatable<T,U>, ByLastModified<T,U>, ByDeletable<T,U>
The interface IdentifiableTraceable is a combination of the interfaces Identifiable,ByCreatable, ByLastModified and ByDeletable.