Interface IdentifiableByCreatable<PK extends Serializable,T,U>

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

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