Interface IdentifiableTreeable<PK extends Serializable,T,TR extends IdentifiableTreeable<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>

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