Interface IdentifiableTreeableVersionable<PK extends Serializable,T,TR extends IdentifiableTreeableVersionable<PK,T,TR>>

Type Parameters:
PK - the generic type of the technical primary key
T - the generic type of the value from this tree data
TR - the generic type of the concrete data that will implement this interface
All Superinterfaces:
GenericIdentifiable<PK>, Identifiable<PK>, Treeable<T,TR>, Versionable

public interface IdentifiableTreeableVersionable<PK extends Serializable,T,TR extends IdentifiableTreeableVersionable<PK,T,TR>> extends Identifiable<PK>, Treeable<T,TR>, Versionable
The interface IdentifiableTreeableVersionable is a combination of the interfaces * * Identifiable, Treeable and Versionable